No description
Find a file
jtricerolph 69720b778a Fix workforce sync: split 35-day window into 7-day API chunks
Workforce schedules API enforces a hard 7-day limit per request.
Split the rolling window into up to 5 weekly chunks, fetch each
sequentially, then merge by staff id before pivoting to per-date rows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 14:22:32 +00:00
backend Fix workforce sync: split 35-day window into 7-day API chunks 2026-07-22 14:22:32 +00:00
frontend Add .gitignore and remove accidentally committed node_modules 2026-07-22 14:19:59 +00:00
.env.example Initial commit: HK Planner app 2026-07-02 09:24:14 +00:00
.gitignore Add .gitignore and remove accidentally committed node_modules 2026-07-22 14:19:59 +00:00
docker-compose.yml Fix compose: use default bridge network, match cashup service names 2026-07-02 14:03:33 +00:00
seed-app.js Rename app to Rota Check 2026-07-04 13:19:40 +00:00
workforce-api-docs.md Add sync error logging, extend error flash, fix unload saves 2026-07-22 14:19:38 +00:00