47 lines
1.9 KiB
Markdown
47 lines
1.9 KiB
Markdown
---
|
|
type: system
|
|
project: fidelity
|
|
status: active
|
|
workstreams: [consumer-integration, xflow-swiftui-migration]
|
|
related: [fid4, xflowsdk, xflowviewmaker, consumer-integration, pdiap-14859, pdiap-15765, pdiap-15836]
|
|
updated: 2026-04-17
|
|
tags:
|
|
- system
|
|
- fidelity
|
|
---
|
|
# FTFrameworks
|
|
|
|
## Role
|
|
|
|
FTFrameworks contains consumer-side feature modules such as FTAccountOpen, FTTransfer, and related libraries that mediate how XFlow changes reach Fid4.
|
|
|
|
---
|
|
|
|
## Durable Context
|
|
|
|
- FTFrameworks is often part of the real validation and release chain, not just a downstream detail.
|
|
- Historical Slack context shows pinned FT module versions repeatedly blocking adoption of newer XFlow or XFlowViewMaker changes in Fid4.
|
|
- Changes to XFlow often needed corresponding FTAccountOpen or FTTransfer updates before end-to-end testing was realistic.
|
|
- `FTAccountOpen` and `FTTransfer` consume XFlow through XFlowViewMaker rather than directly from XFlowSDK.
|
|
- For Account Opening flows, the current path is understood to go through `FTAccountOpen`.
|
|
|
|
---
|
|
|
|
## Validation And Release Implications
|
|
|
|
- If Fid4 does not reflect the expected XFlow fix, check FT module versions before concluding the SDK change failed.
|
|
- Version movement can require a chain such as:
|
|
- XFlowSDK
|
|
- XFlowViewMaker
|
|
- FTAccountOpen / FTTransfer
|
|
- Fid4
|
|
- Test failures or publishing issues in FT modules can delay consumer validation even when the core XFlow change is ready.
|
|
- FTFrameworks code-owner approval can also be a practical gate when the XFlowViewMaker update PR lives inside the shared `PR100660-ios-frameworks` monorepo.
|
|
|
|
---
|
|
|
|
## Historical Signals From Slack
|
|
|
|
- FTAccountOpen and FTTransfer were repeatedly mentioned in version bump and release coordination work.
|
|
- Historical messages also tied FTFrameworks to FTAuth and MFA-related stories, showing that dependency understanding matters when sizing or scoping work.
|