From d032162cc0997cd5da92c97bf5bb69489ce23524 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 14 May 2026 19:32:14 +0200 Subject: [PATCH] docs(phase-01): update tracking after wave 4 --- .planning/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/ROADMAP.md b/.planning/ROADMAP.md index 0e4f4ac..4c55a3e 100644 --- a/.planning/ROADMAP.md +++ b/.planning/ROADMAP.md @@ -42,7 +42,7 @@ Plans: - [x] 01-01-PLAN.md — Project scaffold: Go module, compose, justfile, env, sqlc/air/tailwind config, bootstrap migration - [x] 01-02-PLAN.md — RED gate: failing handler tests + `internal/web/ui` design-system package (Button/Card/Badge) - [x] 01-03-PLAN.md — GREEN slice: pgxpool, chi router, middleware, templates, cmd/web + cmd/worker, end-to-end HTMX demo -- [ ] 01-04-PLAN.md — README quickstart + clean-clone onboarding walkthrough (closes FOUND-05) +- [x] 01-04-PLAN.md — README quickstart + clean-clone onboarding walkthrough (closes FOUND-05) ### Phase 2: Authentication **Goal:** A new user can sign up, log in with email + password, and stay logged in across requests using server-managed sessions.