docs(12): finalize wave resequencing in plans and tracking
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -55,9 +55,10 @@
|
||||
**Wave 1**
|
||||
- [ ] 12-01-PLAN.md — Schema: offer_macros/offer_micros additive columns (category, ticket, is_archived, transformation promise, tier_letter, public_price) + offer_tier_services junction table, migration 0008 + idempotent push script
|
||||
**Wave 2** *(blocked on Wave 1 completion)*
|
||||
- [ ] 12-02-PLAN.md — BLOCKING checkpoint: apply migration 0008 to production database
|
||||
- [ ] 12-02-PLAN.md — BLOCKING checkpoint: apply migration 0008 to production database (SSH+docker exec, manual)
|
||||
**Wave 3** *(blocked on Wave 2 — prod migration applied before schema-dependent code)*
|
||||
- [ ] 12-03-PLAN.md — Query layer (getOfferEditorData/getOfferListCards/getOfferFieldOptions) + server actions (saveOfferEditor/toggleOfferArchived/tag CRUD/createOfferMacro)
|
||||
**Wave 3** *(blocked on Wave 2 completion)*
|
||||
**Wave 4** *(blocked on Wave 3 completion)*
|
||||
- [ ] 12-04-PLAN.md — Offer list page redesign: category filter chips, archive toggle, card grid, "+ Nuova Offerta" CTA
|
||||
- [ ] 12-05-PLAN.md — Offer editor detail page: tags (4 dimensions), services matrix (tier A/B/C checkboxes + live totals), prezzo pubblico, promessa di trasformazione, Salva/Annulla/Archivia
|
||||
**UI hint**: yes — riferimento mockup utente 2026-06-14 (lista card per categoria + editor con matrice servizi×tier)
|
||||
|
||||
+10
-10
@@ -3,9 +3,9 @@ gsd_state_version: 1.0
|
||||
milestone: v2.1
|
||||
milestone_name: milestone
|
||||
status: executing
|
||||
stopped_at: Phase 12 UI-SPEC approved (6/6 dimensions); planning in progress
|
||||
last_updated: "2026-06-14T13:54:45.922Z"
|
||||
last_activity: 2026-06-14 -- Phase 12 (offer-composition-drag-drop-csv-import) UI-SPEC approved, planning started
|
||||
stopped_at: Phase 12 planned (5 piani, 4 wave) e verificato; pronto per /gsd-execute-phase 12
|
||||
last_updated: "2026-06-14T19:04:45.211Z"
|
||||
last_activity: 2026-06-14 -- Phase 12 (offer editor) re-scoped da mockup + pianificato (planner + plan-checker pass)
|
||||
progress:
|
||||
total_phases: 7
|
||||
completed_phases: 2
|
||||
@@ -22,14 +22,14 @@ See: .planning/PROJECT.md (updated 2026-06-13)
|
||||
|
||||
**Core value:** Il cliente apre il link e vede esattamente a che punto è il suo progetto, cosa deve ancora succedere e cosa ha già approvato — senza dover scrivere email per chiedere aggiornamenti.
|
||||
|
||||
**Current focus:** Phase 12 — offer-composition-drag-drop-csv-import (UI-SPEC approved, planning in progress; Phase 15 remains blocked on user mockup)
|
||||
**Current focus:** Phase 12 — Offer Editor (Tier A/B/C, Tag & Prezzo Pubblico). Pianificata e verificata, pronta per l'esecuzione. (Phase 15 resta bloccata su mockup utente.)
|
||||
|
||||
## Current Position
|
||||
|
||||
Phase: 12
|
||||
Plan: Not started (UI-SPEC approved, planning in progress)
|
||||
Status: Planning Phase 12 (UI-SPEC done, 6/6 dimensions passed)
|
||||
Last activity: 2026-06-14 -- Phase 12 (offer-composition-drag-drop-csv-import) UI-SPEC approved, planning started
|
||||
Plan: Not started — 5 piani in 4 wave pronti (12-01..12-05)
|
||||
Status: Planned & verified (planner + plan-checker pass; 1 blocker dipendenza risolto). Ready for /gsd-execute-phase 12
|
||||
Last activity: 2026-06-14 -- Phase 12 re-scoped da mockup utente (editor offerte), pianificata (5 piani, 4 wave)
|
||||
|
||||
Progress: [██████████] 100%
|
||||
|
||||
@@ -100,6 +100,6 @@ Items acknowledged and carried forward from previous milestone close:
|
||||
|
||||
## Session Continuity
|
||||
|
||||
Last session: 2026-06-14T13:54:45.922Z
|
||||
Stopped at: Phase 12 UI-SPEC approved (6/6 dimensions, 1 revision cycle for typography); planning in progress
|
||||
Resume file: .planning/phases/12-offer-composition-drag-drop-csv-import/12-UI-SPEC.md
|
||||
Last session: 2026-06-14T19:04:45.211Z
|
||||
Stopped at: Phase 12 re-scoped (mockup utente → editor offerte) e pianificata: 5 piani / 4 wave, planner + plan-checker pass. Pronta per /gsd-execute-phase 12
|
||||
Resume file: .planning/phases/12-offer-composition-drag-drop-csv-import/12-01-PLAN.md
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
phase: 12
|
||||
plan: 03
|
||||
type: execute
|
||||
wave: 2
|
||||
depends_on: [1]
|
||||
wave: 3
|
||||
depends_on: [1, 2]
|
||||
files_modified:
|
||||
- src/lib/offer-queries.ts
|
||||
- src/app/admin/offers/actions.ts
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
phase: 12
|
||||
plan: 04
|
||||
type: execute
|
||||
wave: 3
|
||||
wave: 4
|
||||
depends_on: [1, 3]
|
||||
files_modified:
|
||||
- src/app/admin/offers/page.tsx
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
phase: 12
|
||||
plan: 05
|
||||
type: execute
|
||||
wave: 3
|
||||
wave: 4
|
||||
depends_on: [1, 3]
|
||||
files_modified:
|
||||
- src/app/admin/offers/[id]/edit/page.tsx
|
||||
|
||||
Reference in New Issue
Block a user