mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 04:40:32 -05:00
0a4b29c50d
- Add run_seed() in app/utils/seed_dev_data.py: users, clients, projects, tasks, time entries, expenses, comments, warehouses, stock items, warehouse stock, stock movements, currencies, tax rules, invoices, invoice items, and payments. Only runs when FLASK_ENV=development. - Register 'flask seed' CLI command with options (users, clients, projects-per-client, tasks-per-project, days-back). - Add scripts/seed-dev-data.py and docker/seed-dev-data.sh for local and Docker runs. Include seed scripts in image via Dockerfile chmod. - Document in docs/development/SEED_DEV_DATA.md; update DATABASE_RECOVERY.md, DOCKER_COMPOSE_SETUP.md, and development README.
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
📚 Related Documentation
- Main Documentation Index - Complete documentation overview
- API Documentation - REST API reference
- Admin Documentation - Administrator guides