docs: update project documentation and types for Jan 2026 kiosk completion

This commit is contained in:
Marco Gallegos
2026-01-16 21:38:53 -06:00
parent 8fc9d3717e
commit 0f6fe9bf7b
23 changed files with 115 additions and 69 deletions

View File

@@ -1,4 +1,4 @@
// Types based on SalonOS database schema
// Types based on AnchorOS (Adela) database schema
/** User roles in the system */
export type UserRole = 'admin' | 'manager' | 'staff' | 'artist' | 'customer' | 'kiosk'