docs(phase-01): complete phase execution

This commit is contained in:
2026-04-08 15:18:49 +02:00
parent f64a6754c1
commit 26c2279bdf
2 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -29,8 +29,8 @@ Decimal phases appear between their surrounding integers in numeric order.
4. `npx nuxi typecheck` and `npx eslint .` exit with 0 errors
**Plans**: 2 plans
Plans:
- [ ] 01-01-PLAN.md — Scaffold Nuxt 4, modules, TypeScript strict, interfaces
- [ ] 01-02-PLAN.md — Migration donnees statiques + useProjects()
- [x] 01-01-PLAN.md — Scaffold Nuxt 4, modules, TypeScript strict, interfaces
- [x] 01-02-PLAN.md — Migration donnees statiques + useProjects()
### Phase 2: SSR Shell
**Goal**: Every route renders the correct language, theme, and SEO metadata on the server — confirmed by `curl` with no JavaScript
@@ -44,8 +44,8 @@ Plans:
5. `http://localhost:3000/sitemap.xml` returns a valid XML sitemap with `hreflang` alternates for FR and EN URLs
**Plans**: 2 plans
Plans:
- [ ] 01-01-PLAN.md — Scaffold Nuxt 4, modules, TypeScript strict, interfaces
- [ ] 01-02-PLAN.md — Migration donnees statiques + useProjects()
- [x] 01-01-PLAN.md — Scaffold Nuxt 4, modules, TypeScript strict, interfaces
- [x] 01-02-PLAN.md — Migration donnees statiques + useProjects()
**UI hint**: yes
### Phase 3: Pages & Ship