--- okf_version: "0.1" --- # EatMe — Docházka Knowledge bundle for the EatMe bistro staff system: a Google-SSO PWA where employees log clock-in/out and breaks, sign up for shifts, and confirm their month; the owner (admin) manages the employee whitelist and pay rates, plans shifts, and runs payroll. `gscript/` at the repo root is the original Google Apps Script version this was ported from (kept for reference, not part of the running app). - [Architecture](./architecture/) — system overview, auth flow, deployment - [Data model](./data-model/) — SQLite tables: employees, attendance, shift planning, pay rates, closures, payroll - [API](./api/) — HTTP routes under `/api/auth`, `/api/attendance`, `/api/shifts`, `/api/closure`, `/api/admin` - [Frontend](./frontend/) — Zustand stores and the dark modern design system