Commit Graph

7 Commits

Author SHA1 Message Date
534d66c774 feat: Enhance reservation functionality 2026-04-22 10:23:22 -04:00
7f1e82acc2 feat: add caching for backend objects 2026-04-21 19:38:57 -04:00
5b4955f07e feat: Schedule bookings 2026-04-21 16:12:04 -04:00
108c042921 fix(edge-fn): replace getClaims with adminClient.auth.getUser(token)
fix(edge-fn): use user.id instead of claims.sub; fixes 500s and false cert_required
fix(migrations): drop broad reservations SELECT policy; add reservation_slots view with security_invoker=false
fix(tests): correct weekSlot() keys from start/end to start_time/end_time
fix(tests): spread overlap test slots across separate ISO weeks
fix(tests): update e2e assertion to match actual authenticated home text
fix(app): hide IonMenu before user is authenticated
feat(dx): add test:all script running unit, integration, and e2e in sequence
docs(claude-md): document SELinux fix, Edge Function auth pattern, security_invoker behaviour
2026-04-20 14:32:37 -04:00
d07a02c9dc test: Add E2E test framework with Playwright
feat: Basic Homepage elements
2026-04-20 07:11:56 -04:00
652ac1e2af refactor: Implemented basic app structure 2026-04-10 19:12:26 -04:00
a46c97c88a Initial project scaffolding 2026-03-25 22:34:03 -04:00