docs: update README phases with checkmarks for completed work
This commit is contained in:
parent
71347d070b
commit
21b5418461
46
README.md
46
README.md
|
|
@ -92,32 +92,32 @@ Primary structure:
|
||||||
|
|
||||||
Version numbers correlate directly to the active phase:
|
Version numbers correlate directly to the active phase:
|
||||||
|
|
||||||
- **Phase 1 — Stack Scaffold**: `0.1.x`
|
- **Phase 1 — Stack Scaffold**: `0.1.x` ✅ Complete
|
||||||
- Vite + React app foundation
|
- ~~Vite + React app foundation~~ ✅
|
||||||
- Tailwind CSS setup
|
- ~~Tailwind CSS setup~~ ✅
|
||||||
- shadcn/ui-style primitives
|
- ~~shadcn/ui-style primitives~~ ✅
|
||||||
- React Router
|
- ~~React Router~~ ✅
|
||||||
- Express backend
|
- ~~Express backend~~ ✅
|
||||||
- better-sqlite3 database
|
- ~~better-sqlite3 database~~ ✅
|
||||||
- Initial API health/contact/support paths
|
- ~~Initial API health/contact/support paths~~ ✅
|
||||||
|
|
||||||
- **Phase 2 — Layout Rebuild**: `0.2.x`
|
- **Phase 2 — Layout Rebuild**: `0.2.x` ✅ Complete
|
||||||
- App shell: Header, Footer, layout wrapper, mobile nav
|
- ~~App shell: Header, Footer, layout wrapper, mobile nav~~ ✅
|
||||||
- Route pages fully built and navigable
|
- ~~Route pages fully built and navigable~~ ✅
|
||||||
- Existing business content ported into React
|
- ~~Existing business content ported into React~~ ✅
|
||||||
- Repeated service/industry content moved into data files
|
- ~~Repeated service/industry content moved into data files~~ ✅
|
||||||
- Static hash routing fully replaced by React Router
|
- ~~Static hash routing fully replaced by React Router~~ ✅
|
||||||
|
|
||||||
- **Phase 3 — Visual Overhaul**: `0.3.x`
|
- **Phase 3 — Visual Overhaul**: `0.3.x` ✅ Complete
|
||||||
- Modern light-first business design
|
- ~~Modern light-first business design~~ ✅
|
||||||
- Tailwind theme polish
|
- ~~Tailwind theme polish~~ ✅
|
||||||
- Typography, spacing, radius, shadows, and responsive rhythm
|
- ~~Typography, spacing, radius, shadows, and responsive rhythm~~ ✅
|
||||||
- Refined service/industry cards and CTA sections
|
- ~~Refined service/industry cards and CTA sections~~ ✅
|
||||||
- Mobile-first layout polish
|
- ~~Mobile-first layout polish~~ ✅
|
||||||
|
|
||||||
- **Phase 4 — Forms + Backend Hardening**: `0.4.x`
|
- **Phase 4 — Forms + Backend Hardening**: `0.4.x` 🔄 In Progress
|
||||||
- Contact and support forms fully wired to Express
|
- ~~Contact and support forms fully wired to Express~~ ✅
|
||||||
- SQLite persistence verified
|
- ~~SQLite persistence verified~~ ✅
|
||||||
- Validation and user feedback with Sonner
|
- Validation and user feedback with Sonner
|
||||||
- Optional Zoho forwarding layer
|
- Optional Zoho forwarding layer
|
||||||
- Backend/API hardening as needed
|
- Backend/API hardening as needed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue