hk-planner/frontend
jtricerolph c7066521ff Rework workforce sync to per-date storage with rolling window
Replaces the single workforce_rota config snapshot (which was overwritten
on each sync, losing data when switching weeks) with a workforce_daily_shifts
table keyed by date. Sync now covers a rolling today-7 to today+28 window
unconditionally — no date params needed. Each date's record carries a
synced_at timestamp so the UI shows the age of the oldest date in view.
Mid-week viewing works naturally since data is stored per date not per week.
source column reserved for future timesheet replacement of past dates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 14:06:56 +00:00
..
dist Rework workforce sync to per-date storage with rolling window 2026-07-22 14:06:56 +00:00
public/icons Replace letter icons with Lucide PWA icons 2026-07-11 20:30:07 +00:00
src Rework workforce sync to per-date storage with rolling window 2026-07-22 14:06:56 +00:00
Dockerfile Initial commit: HK Planner app 2026-07-02 09:24:14 +00:00
index.html Force desktop viewport (width=1280) — data-heavy display not suited to responsive layout 2026-07-21 08:14:57 +00:00
nginx.conf Fix logout (add missing nginx auth proxy) + show name/email in sidebar footer 2026-07-22 11:10:02 +00:00
package-lock.json Make hk-planner installable as a PWA 2026-07-11 11:27:00 +00:00
package.json Make hk-planner installable as a PWA 2026-07-11 11:27:00 +00:00
tsconfig.json Initial commit: HK Planner app 2026-07-02 09:24:14 +00:00
vite.config.ts Make hk-planner installable as a PWA 2026-07-11 11:27:00 +00:00