- Updated work items with new statuses, notes, and dependencies: - `PDIAP-15838` moved to Done, draft PR remains unmerged. - `PDIAP-15836` status updated to backlog-ready, sequenced after `PDIAP-15838`. - `PDIAP-12284` reopened for UIKit removal, dependency for `PDIAP-15836`. - Added new backlog items: `PDIAP-11961`, `PDIAP-11962`, `PDIAP-11562`, `PDIAP-12226`, `PDIAP-12227`, `PDIAP-12228`. - Completed `PDIAP-16167`, documented findings in Confluence. - Created daily log for 2026-05-05 summarizing work item updates and backlog triage. - Added diagnostic script for workspace analysis.
1.6 KiB
1.6 KiB
type, project, status, ticket, title, systems, workstreams, people, related, updated, tags
| type | project | status | ticket | title | systems | workstreams | people | related | updated | tags | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| work-item | fidelity | backlog-partial | PDIAP-12226 | iOS: Implement SpartaSDK initialization and JSON decoding |
|
|
|
|
2026-05-05 |
|
PDIAP-12226 - iOS: Implement SpartaSDK initialization and JSON decoding
Status
- Backlog item; partially complete.
Current Understanding
- Last known work was a decoding-layer refactor based on internal feedback from Aylwing.
- Direction was to make decoding strict so malformed backend responses surface errors to the consumer instead of silently skipping unsupported components.
- Earlier approach used a
strict modetoggle where unsupported components were omitted from rendering. - Refactor is still in progress; if no new component types are added, it may not require much beyond the existing work.
Historical Slack Context
- October 2025 Slack context shows the work started from
PDIAP-11956/PDIAP-12066exploration: dynamic JSON decoding,SpartaNodeRegistry, strict-mode behavior, and fallback handling for unknown node types. - By October 21, 2025, decoding tests validated fallback handling and registry lookups in an internal
SwiftUIBuilderPR. - November 2025 planning split the remaining SpartaSDK work into separate stories; this one became the initialization and JSON-decoding story.
- November 20-24, 2025 Slack context says
PDIAP-12226was moved to a later sprint and David was reviewing whether the current JSON-decoding implementation was ready for a formal PR.