zhi
eb57197020
BE-CAL-004: implement MinimumWorkload storage
- New model: minimum_workloads table with JSON config column (per-user)
- Schemas: MinimumWorkloadConfig, MinimumWorkloadUpdate, MinimumWorkloadResponse
- Service: CRUD operations + check_workload_warnings() entry point for BE-CAL-007
- API: GET/PUT/PATCH /calendar/workload-config (self + admin routes)
- Migration: auto-create minimum_workloads table on startup
- Registered calendar router in main.py
2026-03-30 22:27:05 +00:00
..
2026-02-21 08:25:37 +00:00
2026-02-27 09:39:39 +00:00
2026-03-11 12:51:54 +00:00
2026-03-17 18:02:08 +00:00
2026-03-30 06:16:01 +00:00
2026-03-30 22:27:05 +00:00
2026-03-20 10:03:56 +00:00
2026-02-22 02:43:34 +00:00