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.
665 B
665 B
Frontend
Vite + React + TypeScript PWA, Google Identity Services for sign-in.
- Zustand stores - authStore, attendanceStore, adminStore, shiftPlanningStore, adminShiftStore, closureStore, adminPayrollStore — where all app logic lives
- Dark modern design system - 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).