mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 04:40:32 -05:00
7534e8abe7
Describe how GET /api/openapi.json sets info.version via get_version_from_setup() (setup.py at runtime, with TIMETRACKER_VERSION or APP_VERSION overrides and Flask APP_VERSION fallback), and point contributors to the same rules in version management and project structure docs. Update the documentation audit entry for the former hardcoded OpenAPI version gap, document tests/test_api_route_contract.py and the refined test_api_v1 isolation guidance in the testing strategy, add a quick-reference pytest invocation for the contract suite, and note info.version in the API consistency audit next to the OpenAPI references.
Developer Documentation
Complete documentation for developers contributing to TimeTracker.
📖 Getting Started
- Contributing Guidelines - How to contribute to TimeTracker
- Code of Conduct - Community standards
- Project Structure - Codebase organization
- Local Testing with SQLite - Quick local testing setup
- Local Development with Analytics - Development setup with analytics
- Development Data Seeding - Seed test data (users, projects, inventory, finance) for local dev
🏗️ Development Resources
Testing
- See testing/ for testing documentation
CI/CD
- See cicd/ for CI/CD setup and workflows
Architecture
- See implementation-notes/ for architecture decisions and notes
Frontend & Quality
- Frontend Quality Gates — Accessibility, performance, and modernization milestones (web, desktop, mobile)
Product & Roadmap
- Competitive Analysis — Gap analysis and phase PRDs (timesheet close, PTO, payroll exports, etc.)
📚 Related Documentation
- Main Documentation Index - Complete documentation overview
- API Documentation - REST API reference
- Admin Documentation - Administrator guides