-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Money2020] Adding in activation flow for money20/20 #29288
Conversation
Deploying with Cloudflare Pages
|
function DemoSetupPage() { | ||
useFocusEffect(() => { | ||
Navigation.isNavigationReady().then(() => { | ||
Navigation.goBack(ROUTES.HOME); | ||
}); | ||
}); | ||
function DemoSetupPage(props) { | ||
useFocusEffect( | ||
useCallback(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAB. But is there any specific reason why we are no longer using the navigation promise?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked around at other similar implementations and noticed we don't use it anymore - and we were somehow getting inside this call twice which called CreateChatReport
twice, but without that function we only get there once 🤷
src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Abdelhafidh Belalia <[email protected]>
Hmmmm are you testing on staging?
…On Fri, Oct 13, 2023 at 6:35 PM Abdelhafidh Belalia < ***@***.***> wrote:
Verify you automatically see a whisper message with a welcome message like
this:
I don't see any welcome message
[image: Screenshot 2023-10-13 at 4 34 36 PM]
<https://user-images.githubusercontent.com/16493223/274946733-1a1abc30-f886-4060-b6d8-27105a83fd8a.png>
—
Reply to this email directly, view it on GitHub
<#29288 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5UTP4HQRKZ4E45H4Q7TXTX7FNSZAVCNFSM6AAAAAA534LYTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRRG4YTKOBZGA>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
oh! my bad sorry let me test again |
Yeah working well 😁 |
Reviewer Checklist
Screenshots/VideosWebweb-1.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
@chiragsalian Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
✋ 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 https://github.com/MariaHCD in version: 1.3.85-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|
🚀 Deployed to staging by https://github.com/MariaHCD in version: 1.3.86-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.86-5 🚀
|
cc @MariaHCD in case you want to review!
Details
This is going to be the entry point for attendees of the money2020 conference. They'll either click on a
new.expensify.com/money2020
link, or scan a QR code that leads to that same page.The goal is for them to be able to click or scan, log in if they're not already, then seamlessly be navigated to a chat w/
[email protected]
which should be pre-populated with a welcome message whisperFixed Issues
$ https://github.com/Expensify/Expensify/issues/324577
Tests
Use staging server to test this today (Friday, Oct 13)
/money2020
CreateChatReport
gets called only once (In Console -> Network tab)[email protected]
/money2020
againCreateChatReport
call, since you already have that chat loaded in Onyx/money2020
again[email protected]
Offline tests
N/A (user needs to be online for all of theses)
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop
Deep linking not available, so won't be possible to route to
/money2020
without clicking on a chat link