feat: Update work item notes for PDIAP-15838 and add daily log for Apollo removal progress

This commit is contained in:
2026-04-21 09:50:10 -06:00
parent 9d7aad4ef9
commit 3709674665
3 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,48 @@
---
type: daily
project: fidelity
date: 2026-04-21
status: active
focus: [rest-migration]
work-items: [pdiap-15838]
blockers: []
tags:
- daily
- fidelity
updated: 2026-04-21
---
# 2026-04-21
## Focus
- Continue `PDIAP-15838` Apollo-removal cleanup.
---
## Work Done
- Cleaned up the active production model layer so it no longer depends on Apollo-generated models for the current path.
---
## Findings
- The model-decoupling step for `PDIAP-15838` is now in a cleaner state.
- The next focus should shift to the remaining Apollo-dependent runtime and infrastructure surface: init/session coupling through `NetworkClient`, Apollo-generated/runtime code that is no longer needed, and Apollo-specific tests/scripts/build wiring.
- Any Apollo dependency that remains only through PicoSDK should be treated separately from source-level cleanup.
---
## Next Steps
- Confirm the remaining `NetworkClient` / init-session Apollo dependencies and whether any AppSync config APIs still need compatibility handling.
- Identify the runtime Apollo files that can now be removed safely after the model cleanup.
- Remove Apollo-only tests, mocks, codegen scripts, and build wiring once runtime references are gone.
- Treat any transitive PicoSDK Apollo dependency as a separate dependency-exit step.
---
## Blockers
- None currently.