-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Create SaaStr Demo flow #24535
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
Create SaaStr Demo flow #24535
Conversation
@burczu please don't review yet, this is still WIP 🙏 |
just resolved. |
Co-authored-by: Abdelhafidh Belalia <[email protected]>
This is not required, right? I can seem to test without passing through this |
Hmm.. I think there's no [email protected] account created yet. @dylanexpensify could you confirm? |
I think you're right, this is not required anymore given that we got rid off the optimistic pattern, @Beamanator. |
If we navigate offline to the saastr page the welcome message is not visible instead a skeleton is shown Kooha-2023-08-22-22-08-17.webm |
Reviewer Checklist
Screenshots/VideosWebweb.webmMobile Web - Chromemweb-chrome-1.webmmweb-chrome-2.webmMobile Web - Safarimweb-safari.webmDesktopdesktop.mp4iOSios.webmAndroidandroid.webm |
@cristipaval I'm approving the PR for now. I don't think #24535 (comment) is a blocker (can be addressed in a follow up). We can wait for https://github.com/Expensify/Web-Expensify/pull/38593 if required. (same thing for #24535 (comment)) |
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.
LGTM! 🚀
There should already be an Thanks so much for the tests so far y'all 🙏 |
✋ 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/cristipaval in version: 1.3.57-0 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.57-6 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
cc @cristipaval since you're working on the API command in the BE
Details
A few notes:
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/307946
Tests
Before running these tests, you'll want to create some accounts in your dev environment with the emails
[email protected]
and[email protected]
. Then you'll want to update your local.env
file withEXPENSIFY_ACCOUNT_ID_SAASTR=<your-saastr-account-ID>
andEXPENSIFY_ACCOUNT_ID_SBE=<your-sbe-account-ID>
Screen.Recording.2023-08-22.at.12.08.15.PM.mov
[email protected]
[email protected]
, the user you just signed in as should be just a member (role =user
)Test steps for SBE
Screen.Recording.2023-08-22.at.12.22.05.PM.mov
Offline tests
QA Steps
Same as main test steps
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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android