diff --git a/PROGRESS.md b/PROGRESS.md index cb60b74..a8c4995 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -17,6 +17,7 @@ - Stripe Checkout with order persistence and webhook handling - Admin credentials page with guided Stripe setup flow - Encrypted settings for API keys and secrets +- Email settings admin UI with 10 adapter options, test email, env var precedence - FTS5 full-text search with live results modal - Denormalized product fields (cheapest_price, in_stock, on_sale) for DB-level sort/filter - Transactional emails (order confirmation, shipping notification) @@ -81,12 +82,12 @@ Plans: [admin-redesign.md](docs/plans/admin-redesign.md) | [admin-font-loading.m | ~~39~~ | ~~Phase 7: Remove Tailwind entirely~~ | 38 | 1.5h | done | | ~~40~~ | ~~Phase 8: Unified CSS — admin inherits shop theme system~~ | 39 | 12.5h | done | | | **Self-hosted email + setup** ([auto-confirm plan](docs/plans/setup-auto-confirm.md), [email settings plan](docs/plans/email-settings.md)) | | | | -| 50 | Setup auto-confirm: secret gate, auto-login, remove check_inbox | — | 2h | | -| 51 | Email settings admin UI with multi-adapter support | 50 | 3h | | +| ~~50~~ | ~~Setup auto-confirm: secret gate, auto-login, remove check_inbox~~ | — | 2h | done | +| ~~51~~ | ~~Email settings admin UI with multi-adapter support~~ | 50 | 3h | done | | | **Bugs / polish** | | | | | ~~49~~ | ~~Admin font loading + cache miss path resolver ([plan](docs/plans/admin-font-loading.md))~~ | — | 1h | done | -**Total remaining: ~9.5 hours across ~4-5 sessions** (Printful tests, setup auto-confirm, email settings) +**Total remaining: ~4.5 hours** (Printful tests) See [css-migration.md](docs/plans/css-migration.md) for full plan with architecture, visual regression testing strategy, and acceptance criteria per phase. diff --git a/docs/plans/email-settings.md b/docs/plans/email-settings.md index 362dbbb..cbf13d6 100644 --- a/docs/plans/email-settings.md +++ b/docs/plans/email-settings.md @@ -1,6 +1,6 @@ # Email settings: admin UI with multi-adapter support -Status: Planned +Status: Complete Depends on: [setup-auto-confirm.md](setup-auto-confirm.md) (provides `email_configured?/0` and warning banner)