Note: these are poroject specific and were generated by running the CHAT: Generate Workplace Instructions file from the command pallet.
Flask-based time tracking application with Bootstrap frontend, SQLite database, and Docker containerization.
Uses Blueprint architecture with three main modules: home (entry management), reports (analytics), and admin (settings).
- Flask application factory in
app/app.pywith Blueprint registration - Time storage format: Mixed handling of both integer minutes-past-midnight and "HH:MM" strings (see
parse_time_to_minutes()in reports.py)