add admin redesign plan and update progress roadmap

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-11 16:51:42 +00:00
parent 880f63e0b1
commit 093bdcc7a6
2 changed files with 442 additions and 5 deletions

View File

@@ -22,13 +22,20 @@
**Tier 1 MVP complete.** CI pipeline done. Hosting & deployment done (including observability). PageSpeed CI done (99-100 mobile, 97+ desktop). Usability fixes mostly done (15/18). Next up: setup wizard, then real product data, then shipping costs.
## Next Up: Setup Wizard → Real Products → Shipping
## Next Up
Three linked tasks to make the shop fully functional for real orders:
Two parallel tracks to make the shop fully functional:
1. **Setup wizard & go-live gate** — coming soon page for public visitors, admin setup checklist, go-live toggle. See [docs/plans/setup-wizard.md](docs/plans/setup-wizard.md)
2. **Wire real product data** — replace PreviewData with Products context on shop pages (depends on setup wizard being done so there's a gate while testing)
3. **Shipping costs at checkout** — Printify shipping rates or Stripe shipping options (depends on real products being connected)
**Track A — Admin redesign** (can start now):
1. **Admin shell & dashboard** — sidebar nav, admin root layout, dashboard landing page. See [docs/plans/admin-redesign.md](docs/plans/admin-redesign.md)
2. **Custom admin CSS** — replace DaisyUI with lean admin stylesheet (phase 2 of admin redesign)
**Track B — Real orders** (setup wizard first, then sequential):
1. **Setup wizard & go-live gate** — admin account creation, coming soon page, setup checklist, go-live toggle. See [docs/plans/setup-wizard.md](docs/plans/setup-wizard.md)
2. **Wire real product data** — replace PreviewData with Products context on shop pages
3. **Shipping costs at checkout** — Printify shipping rates or Stripe shipping options
The admin dashboard (A1) and setup wizard (B1) converge: the dashboard IS the setup wizard for new installs.
## Usability Issues (from user testing, Feb 2025)