Update OKF docs bundle, README, and CLAUDE.md for today's features

Documents the shift planning and closure/payroll modules (new tables,
routes, stores), the dark redesign, and the docker-compose-broken-host
workaround. Adds CLAUDE.md pointing agents at docs/. Translates README to
English and keeps host-specific infrastructure details out of the repo.
This commit is contained in:
Michal Pemcak
2026-08-16 18:35:56 +02:00
parent f917ed06a8
commit 94933cac5c
19 changed files with 728 additions and 106 deletions

View File

@@ -2,5 +2,10 @@
Vite + React + TypeScript PWA, Google Identity Services for sign-in.
- [Zustand stores](./stores.md) - authStore, attendanceStore, adminStore — where all app logic lives
- [TUI monochrome design system](./design-system.md) - the light-mono-tui design language and this app's chart/nav additions
- [Zustand stores](./stores.md) - authStore, attendanceStore, adminStore, shiftPlanningStore, adminShiftStore, closureStore, adminPayrollStore — where all app logic lives
- [Dark modern design system](./design-system.md) - theme.css tokens/components, and this app's chart/nav/calendar additions
Notable components beyond the design system doc's list: `MonthCalendar`
(shared 7-column calendar grid), `ShiftPlanning` / `ShiftPlanManager`
(employee / admin shift planning UI built on it), `ClosureCard` (employee
month-end confirmation), `PayrollManager` (admin payroll workflow).