Record document open unsaved prompt closeout

This commit is contained in:
2026-06-15 22:31:43 +02:00
parent 39728e463a
commit a401ab356b
3 changed files with 47 additions and 0 deletions

View File

@@ -1667,6 +1667,42 @@ Completed Task Log:
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-044 | no score movement | `powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_session|pano_cli_plan_document_session_prompt"` | `294d9ce7` |
### ADP-045 - Extract Document-Open Unsaved Prompt Helper
Status: Done
Score: no score movement
Debt: `DEBT-0039`
Scope: `src/legacy_document_open_services.cpp` only
Closeout: `39728e46`
Goal:
Reduce the inline retained unsaved-project discard prompt surface by
extracting the button wiring from `LegacyDocumentOpenServices::prompt_discard_unsaved_project()`
into a focused helper while preserving current behavior.
Done Checks:
- The retained unsaved-project discard prompt wiring no longer lives inline in
`LegacyDocumentOpenServices::prompt_discard_unsaved_project()`.
- The retained unsaved-project discard prompt path now routes through a focused
helper in `src/legacy_document_open_services.cpp`.
- `DEBT-0039` and the roadmap note the reduced remaining document-open bridge
surface.
Validation:
```powershell
powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_route|pp_app_core_document_session"
```
Completed Task Log:
| Date | Task | Score | Validation | Commit |
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-045 | no score movement | `powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_route|pp_app_core_document_session"` | `39728e46` |
### RND-001 - Make Pure Equirectangular Export The Primary Success Path
Status: Done