docs(03): create phase 3 plans — pages, components, Docker SSR

4 plans across 3 waves: shared components + deps (wave 1),
pages landing/projects/detail + about/contact/fiverr/404 (wave 2),
Dockerfile SSR + GA4 + docker-compose (wave 3).
This commit is contained in:
2026-04-08 18:25:28 +02:00
parent 049b1f0f81
commit e5e14ef362
5 changed files with 979 additions and 2 deletions
+7 -2
View File
@@ -59,7 +59,12 @@ Plans:
3. Submitting the contact form with valid data shows a success toast; EmailJS delivers the email
4. `docker build` completes and `docker run` serves the SSR app on port 3000
5. Google Analytics 4 events appear in GA4 DebugView when browsing in production mode
**Plans**: TBD
**Plans**: 4 plans
Plans:
- [ ] 03-01-PLAN.md — Composants partages + deps + ContactForm + nodemailer server route
- [ ] 03-02-PLAN.md — Landing + Projects + Project Detail pages
- [ ] 03-03-PLAN.md — About + Contact + Fiverr + 404 pages
- [ ] 03-04-PLAN.md — Dockerfile SSR + GA4 config + docker-compose + formation redirect
**UI hint**: yes
## Progress
@@ -71,4 +76,4 @@ Phases execute in numeric order: 1 → 2 → 3
|-------|----------------|--------|-----------|
| 1. Foundation | 2/2 | Complete | 2026-04-08 |
| 2. SSR Shell | 3/3 | Complete | 2026-04-08 |
| 3. Pages & Ship | 0/TBD | Not started | - |
| 3. Pages & Ship | 0/4 | Not started | - |