All docs moved with git mv so --follow preserves history. Flattens the single-folder layout into goal-oriented folders and adds a README.md index at every level. - docs/README.md — new landing page with "I want to…" intent table - docs/architecture/ — overview, data-model, app-design - docs/features/ — billing-payments, cpe-management, vision-ocr, flow-editor - docs/reference/ — erpnext-item-diff, legacy-wizard/ - docs/archive/ — HANDOFF-2026-04-18, MIGRATION, status-snapshots/ - docs/assets/ — pptx sources, build scripts (fixed hardcoded path) - roadmap.md gains a "Modules in production" section with clickable URLs for every ops/tech/portal route and admin surface - Phase 4 (Customer Portal) flipped to "Largely Shipped" based on audit of services/targo-hub/lib/payments.js (16 endpoints, webhook, PPA cron, Klarna BNPL all live) - Archive files get an "ARCHIVED" banner so stale links inside them don't mislead readers Code comments + nginx configs rewritten to use new doc paths. Root README.md documentation table replaced with intent-oriented index. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
20 lines
813 B
Markdown
20 lines
813 B
Markdown
# Status snapshots
|
|
|
|
Dated "state of the system" write-ups. Each captures what shipped, what
|
|
changed, and what was queued on that specific date. **Frozen** — do not edit
|
|
past snapshots.
|
|
|
|
| Date | File | Theme |
|
|
|---|---|---|
|
|
| 2026-04-18 | [2026-04-18.md](2026-04-18.md) | Foundational 10-min snapshot, TL;DR + architecture refresher |
|
|
| 2026-04-18 (session 2) | [2026-04-18b.md](2026-04-18b.md) | Sales-flow sprint |
|
|
| 2026-04-19 | [2026-04-19.md](2026-04-19.md) | Wizard legacy-alignment refinement |
|
|
|
|
For the live state see [../../roadmap.md](../../roadmap.md).
|
|
|
|
## Creating a new snapshot
|
|
|
|
- File name: `YYYY-MM-DD.md` (append `b`, `c`, … for multiple sessions per day).
|
|
- Link it from the table above when you commit.
|
|
- Don't cross-link from evergreen docs — those should point at `roadmap.md` instead.
|