Commit graph

7 commits

Author SHA1 Message Date
Tim Stollberg
e5e0be57da feat(frontend): scaffold Nuxt 3 CSR SPA with full auth + client/history UI
- Nuxt 3 CSR (ssr:false), @nuxtjs/tailwindcss, dev proxy to backend
- useAuth composable: CSRF cookie, XSRF token, login/logout/fetchUser
- auth middleware: redirects to /login if no session
- Login page, client list with search + create modal
- Client detail with editable name, dynamic notes (JSON), history feed
- History form with type select, inline edit/delete per entry
- Print layout at /clients/:id/print (calls window.print on mount)
- TypeScript interfaces: User, Client, HistoryEntry, PaginatedResponse
- German UI labels throughout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 17:33:39 +07:00
Tim Stollberg
b948d51b59 feat(user): User model with role, UserPolicy, Filament admin resource 2026-06-23 17:10:28 +07:00
Tim Stollberg
f31739ed43 feat(auth): Sanctum SPA setup with login/logout/user endpoints 2026-06-23 17:01:53 +07:00
Tim Stollberg
23d1baeb2e feat(db): add clients + history_entries migrations and factories 2026-06-23 16:55:04 +07:00
Tim Stollberg
1a831db2c5 chore(backend): install Laravel 10 with Filament, Pest, static analysis 2026-06-23 16:53:19 +07:00
Tim Stollberg
9f8f256612 chore: init repo with scaffold files 2026-06-23 15:50:10 +07:00
Tim Stollberg
214bf0e5a1 chore: add Docker Compose dev environment 2026-06-23 15:26:59 +07:00