3.2 KiB
3.2 KiB
type, project, date, focus, work-items, blockers, updated, tags
| type | project | date | focus | work-items | blockers | updated | tags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| daily | fidelity | 2026-04-17 |
|
|
|
2026-04-17 |
|
2026-04-17
Standup Draft Clarification
- David clarified that the XFlowViewMaker follow-up work for
PDIAP-15765is further along than the earlier summary implied. - The XFlowViewMaker PR is already open and has some approvals.
- One FTFrameworks code-owner approval is still required before the PR can merge.
- After that approval, the remaining work is to run the pipeline and update Fid4 so the XFlow
2.8.48change propagates through the consumer path. PDIAP-15838remains the next story after thePDIAP-15765propagation steps are in a good place.- David's current plan is to ping Tauf for that remaining approval.
Standup Wording Feedback
- Jeff said not to use
fallbackin the standup wording because a broader audience will not understand that term without extra context; prefer plain outcome wording likeGot the PR approved. - Jeff clarified that when
PDIAP-15765is waiting on approvals or pipeline movement, the standup should explicitly say David is returning to GraphQL removal work rather than sounding like the day is blocked on waiting. - David updated the standup wording with those changes and sent the final version.
Learning Session - Release Propagation
- David clarified the current release propagation chain for XFlow changes.
- XFlowSDK is released from
pr100660-xflow-for-iosthrough Jenkins pipelinexflow-for-ios-publish, which builds the XCFramework, publishes it toartifactory.fmr.com, and publishes the podspec toap010981-ios_podspecs_3x. - XFlowViewMaker lives in
PR100660-ios-frameworks/Adapters/XFlowViewMaker; after an XFlowSDK release, its podspec must be updated, thentuist generate -n,pod install, PR review, protected-branch/code-owner approval, merge, andpublish-XFlowViewMakerpublication are required. - The XFlowViewMaker publish pipeline usually auto-detects the next release and commonly auto-increments the minor version.
- Fid4 then consumes the new XFlowViewMaker version from
ap010981-ios-flagship-appby updating the Podfile, runningtuist generate -nandpod install --repo-update, opening a PR, and merging it before the downstream app release process carries the change to users. - This release chain is durable context for understanding why an XFlowSDK fix can be merged and released but still not be visible yet in Fid4.
- David clarified that Fid4 consumes XFlow only through XFlowViewMaker, not directly through XFlowSDK.
- David also clarified that other frameworks such as
FTAccountOpenandFTTransferuse XFlowViewMaker, and the practical Account Opening path is currently understood to go throughFTAccountOpen. - Version verification in Fid4 is imperfect because
Podfile.lockis ignored in the repo; fixed Podfile references and pipeline artifacts can help verify released versions, but podspec-repo edits can still change what gets resolved later. - Tauf was identified as a CI/Jenkins support contact who has helped with pipeline issues in the past.