docs(phase-12.1): add per-field text editing gap phase to roadmap and requirements

This commit is contained in:
Chandler Copeland
2026-03-21 16:03:37 -06:00
parent db8a63f6a3
commit 974574e561
2 changed files with 23 additions and 1 deletions

View File

@@ -94,6 +94,12 @@
- [x] **PREV-01**: Agent sees a live filled preview of the fully-prepared document (text filled, signatures embedded) before sending to client
### Per-Field Text Editing
- [ ] **TXTF-01**: Agent can click a placed text field box on the PDF to select it and type a value for that specific field — each text field holds its own independent value (keyed by field ID)
- [ ] **TXTF-02**: When a text field is selected, PreparePanel shows quick-fill suggestion buttons (Client Name, Property Address, Client Email) that insert the corresponding value into the selected field
- [ ] **TXTF-03**: Text fill values entered per-field appear correctly embedded in the preview PDF and the final prepared PDF; the staleness token resets on any text field value change
## v2 Requirements
### MLS Integration
@@ -189,6 +195,9 @@ Which phases cover which requirements. Updated during roadmap creation.
| INIT-03 | Phase 11.1 | Complete |
| INIT-04 | Phase 11.1 | Complete |
| PREV-01 | Phase 12 | Complete |
| TXTF-01 | Phase 12.1 | Pending |
| TXTF-02 | Phase 12.1 | Pending |
| TXTF-03 | Phase 12.1 | Pending |
| AI-01 | Phase 13 | Pending |
| AI-02 | Phase 13 | Pending |