chore: transition work items to in-review, update validation logs, and document AI workspace improvements

This commit is contained in:
2026-05-22 07:48:01 -06:00
parent cc716f8f7e
commit d01ee1ac1a
5 changed files with 25 additions and 16 deletions

View File

@@ -1,14 +1,14 @@
---
type: work-item
project: fidelity
status: in-progress
status: in-review
ticket: PDIAP-12284
title: "Remove UIKit wrapping from XFlow"
systems: [xflowsdk, xflowviewmaker]
workstreams: [xflow-swiftui-migration, consumer-integration]
people: [jeff-dewitte]
related: [pdiap-15836, pdiap-15838]
updated: 2026-05-14
updated: 2026-05-21
tags:
- work-item
- fidelity
@@ -20,6 +20,7 @@ tags:
## Status
- Moved to In Review on May 21 after completing Bloom, Brokerage, and Youth validation.
- Reopened after rollback and moved to In Progress on May 12.
- Jeff directed David to do this UIKit-removal work and `PDIAP-15836` dismissal/lifecycle work in the same branch because both are disruptive enough to require consumer testing.
- Current implementation direction is to avoid Fid4-owned per-flow host-mode mapping and evaluate XFlowViewMaker-owned global host-mode resolution.

View File

@@ -1,14 +1,14 @@
---
type: work-item
project: fidelity
status: in-progress
status: in-review
ticket: PDIAP-15836
title: "Modernize dismissal delegate lifecycle sequencing for pure SwiftUI environment"
systems: [xflowsdk, xflowviewmaker, ftframeworks]
workstreams: [xflow-swiftui-migration, consumer-integration]
people: [jeff-dewitte]
related: [pdiap-14859, pdiap-12284, pdiap-15838]
updated: 2026-05-14
updated: 2026-05-21
tags:
- work-item
- fidelity
@@ -19,6 +19,7 @@ tags:
## Status
- Moved to In Review on May 21 after completing Bloom, Brokerage, and Youth validation.
- Moved to In Progress on May 7.
- David found a possible minimal dismissal fix path that would not require removing `UIHostingController`, and was validating it.
- Jeff directed David to do this dismissal/lifecycle work together with `PDIAP-12284` in the same branch because both changes are disruptive enough to require consumer testing.