Extract downloaded project open prep helper

This commit is contained in:
2026-06-15 21:54:14 +02:00
parent 8c0b89af07
commit 359e6b949e
4 changed files with 58 additions and 5 deletions

View File

@@ -1344,6 +1344,43 @@ Completed Task Log:
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-035 | no score movement | `powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_cloud"` | `69603ed6` |
### ADP-036 - Extract Downloaded Project Open Prep Helper
Status: Done
Score: no score movement
Debt: `DEBT-0038`
Scope: `src/legacy_document_open_services.*` only
Closeout: `69603ed6`
Goal:
Reduce the inline retained downloaded-project open setup surface by
extracting the camera reset and layer-clear path from
`execute_legacy_downloaded_project_open()` into a focused helper while
preserving current behavior.
Done Checks:
- The retained downloaded-project camera reset and layer-clear setup no
longer lives inline in `execute_legacy_downloaded_project_open()`.
- The retained downloaded-project open setup now routes through a focused
helper in `src/legacy_document_open_services.cpp`.
- `DEBT-0038` and the roadmap note the reduced remaining cloud bridge
surface.
Validation:
```powershell
powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_cloud"
```
Completed Task Log:
| Date | Task | Score | Validation | Commit |
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-036 | no score movement | `powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_cloud"` | `69603ed6` |
### RND-001 - Make Pure Equirectangular Export The Primary Success Path
Status: Done