Commit Graph

13 Commits

Author SHA1 Message Date
cadc4d783c docs: add CLAUDE.md with architecture and commands 2026-03-11 16:45:24 +01:00
4846db2d76 test: integration tests for all routes 2026-03-11 16:44:00 +01:00
73904cd99a feat: Gunicorn config and startup script 2026-03-11 16:43:31 +01:00
32ea4c3a1a feat: Flask routes and Jinja2/HTMX/Tailwind templates 2026-03-11 16:43:15 +01:00
b9832f0337 feat: leave balance calculation (congés/RTT) 2026-03-11 16:40:00 +01:00
b807444068 feat: travel calculation (km, CO2, frais réels fiscaux) 2026-03-11 16:40:00 +01:00
7babe05412 feat: time calculation business logic 2026-03-11 16:39:39 +01:00
1e3f5bb0c7 feat: SQLAlchemy models for WorkEntry, TimeSlot, LeaveBalance 2026-03-11 16:33:38 +01:00
4cbd62882f feat: TOML config loader for vehicles, journeys, and tax scales
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 16:31:13 +01:00
415952f24e chore: add .gitignore and remove cached pycache files 2026-03-11 16:23:51 +01:00
41679d1861 feat: initial Flask project setup with factory pattern 2026-03-11 16:23:39 +01:00
3b3a5e4187 docs: add implementation plan for work time tracking dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 15:26:30 +01:00
49bd75065b docs: add initial design document for work time tracking dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 15:23:01 +01:00