-
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
Allow navigating to public announce rooms as the initial report after signing in/signing up #18114
Conversation
… signing in/signing up
|
@fedirjh @danieldoglas One of you needs to 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] |
Reviewer Checklist
Screenshots/VideosWebMobile Web - ChromeMobile Web - SafariDesktopiOS2023-04-28_13-24-35.mp4Android |
@fedirjh need to be internal to test so removing you from review |
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.
Worked for me!
…ialReport Allow navigating to public announce rooms as the initial report after signing in/signing up (cherry picked from commit 1c749c0)
…-18114 🍒 Cherry pick PR #18114 to staging 🍒
🚀 Cherry-picked to staging by https://github.com/jasperhuangg in version: 1.3.7-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.7-3 🚀
|
Safety first @jasperhuangg 😂 |
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
See linked issue for more context on what this fixes
Fixed Issues
$ #18115
Tests
Signing up after deep linking
Create a new workspace. Find and save the reportID of the announce room.
Run the following query to update the visibility of that room to public announce:
Sign out of that account. In the mobile device you're using, paste the following URL in a separate app from NewDot. I used the contacts app. This will replicate deeplinking to the app from a QR code
https://new.expensify.com/r/<reportID>
Tap on the link to deeplink into the app. Create a fresh account.
Verify that after completing the signup steps you're taken to the public announce room, and not to the Concierge chat.
Signing in after deep linking
https://new.expensify.com/r/<reportID>
Signing up without deep linking
Signing in without deep linking
QA Steps
3 Sign up for a new account.
4. Verify you're taken to an
#announce
room after signing up on theExpensify x CalCPA Women's Leadership
workspace. DO NOT POST ANYTHING IN THIS ROOM.PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Screen recordings only apply on native platforms
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
ios.mov
Android
android.mov