Commit Graph

7 Commits

Author SHA1 Message Date
Julien Calixte
d8ff2c75c9 chore: add typescript dev dependency for eslint TS parsing 2026-05-27 22:23:44 +02:00
Julien Calixte
c13f3deeff chore: scaffold Nuxt 4 app with Postgres, tooling and health route
Nuxt 4 (app/ structure) + TypeScript, ESLint, Vitest + @nuxt/test-utils,
Drizzle + pg, a /api/health route with a DB ping, and a dev docker-compose
(app + Postgres). Verified: pnpm test, lint, and build pass; the built
server answers /api/health.
2026-05-27 22:16:46 +02:00
Julien Calixte
e81ee53f7b docs: add phased implementation plan and task checklist 2026-05-27 22:16:39 +02:00
Julien Calixte
200103ab4d docs: adopt Coolify-managed Postgres over SQLite 2026-05-27 22:16:39 +02:00
Julien Calixte
2892d12775 docs: add README with documentation index 2026-05-27 21:59:00 +02:00
Julien Calixte
6606524fc7 docs: add House of Quality diagram
TikZ rendering of the DESIGN.md QFD matrices (goals, functions,
relations, roof, basement weights) for review and slides.
2026-05-27 21:58:55 +02:00
Julien Calixte
a304973af6 init 2026-05-27 21:54:20 +02:00