Record open project result branch closeout

This commit is contained in:
2026-06-15 22:42:26 +02:00
parent 2f2b96211d
commit de2aedb96b
3 changed files with 49 additions and 0 deletions

View File

@@ -1739,6 +1739,45 @@ Completed Task Log:
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-046 | 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"` | `7b8da2f0` |
### ADP-047 - Extract Document-Open Project Result Branch Helpers
Status: Done
Score: no score movement
Debt: `DEBT-0039`
Scope: `src/legacy_document_open_services.cpp` only
Closeout: `2f2b9621`
Goal:
Reduce the inline retained project-open result branch surface by extracting the
success-path layer refresh and failure-path error dialog from
`handle_open_legacy_project_result()` into focused helpers while preserving
current behavior.
Done Checks:
- The retained project-open success-path layer/title work no longer lives
inline in `handle_open_legacy_project_result()`.
- The retained project-open failure-path error dialog no longer lives inline in
`handle_open_legacy_project_result()`.
- The retained project-open result path now routes through focused helpers 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-047 | 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"` | `2f2b9621` |
### RND-001 - Make Pure Equirectangular Export The Primary Success Path
Status: Done