25 lines
978 B
Markdown
25 lines
978 B
Markdown
# Time Tracking and Management System Documentation
|
|
|
|
# Time Tracking and Management System Documentation
|
|
|
|
This document provides an overview of the Time Tracking and Management System. For detailed information, please refer to the following documents:
|
|
|
|
- [General Overview](general_overview.md)
|
|
- [Backend Architecture](backend_architecture.md)
|
|
- [Frontend Architecture](frontend_architecture.md)
|
|
- [Database Schema](database_schema.md)
|
|
- [Deployment and DevOps](deployment_devops.md)
|
|
- [Security and Privacy](security_privacy.md)
|
|
- [Extensibility and Integrations](extensibility_integrations.md)
|
|
- [LLM Guidance](llm_guidance.md)
|
|
- [Roadmap](Roadmap.md)
|
|
- [Domain Types](domain_types.md)
|
|
- [DTOs](dtos.md)
|
|
|
|
## Code Examples
|
|
- [GORM Entities](code_examples/gorm_entities.go)
|
|
- [FPGO Repository](code_examples/fpgo_repository.go)
|
|
- [FPGO Service](code_examples/fpgo_service.go)
|
|
- [API Handler](code_examples/api_handler.go)
|
|
- [React Component](code_examples/react_component.tsx)
|