update Offline UX Patters flowchart - #11645
Conversation
iwiznia
left a comment
There was a problem hiding this comment.
The number 7 needs to be updated to 6, since 6 was removed
Oops that's correct, updated! |
|
hehe I missed that one. I removed the entire description of step 6 because I think the examples don't apply anymore to this step: for the password, we agreed here to use pattern B and looking quickly at the Bank Account / Wallet API docs we're using pattern C and D (response can't be anticipated) |
PR Reviewer Checklist
|
|
@arosiclair looks like this was merged without passing tests. Please add a note explaining why this was done and remove the |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by @arosiclair in version: 1.2.13-0 🚀
|
|
🚀 Deployed to production by @yuwenmemon in version: 1.2.13-5 🚀
|
…UXChart update Offline UX Patters flowchart

cc @iwiznia @tgolen sorry for the delay here, let me know what you think
Details
Based on this thread, we're removing step 6 from the flowchart and also updating the text for the pattern B
Fixed Issues
N/A
Tests
N/A
PR Review Checklist
PR Author Checklist
### Fixed Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*filesSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */displayNamepropertythisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issuessection aboveTestssectionQA stepssectiontoggleReportand notonIconClick).src/languages/*filesSTYLE.md) were followedAvatar, I verified the components usingAvatarhave been tested & I retested again)/** comment above it */displayNamepropertythisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris working as expected in all cases)QA Steps
Screenshots
N/A