-
Notifications
You must be signed in to change notification settings - Fork 3k
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
removing the SmartScan article #12159
Conversation
@marcochavezf all I've done so far is remove the actual markdown file for the SmartScan article. Is there anything else I need to modify to not break the top level hubs? I'm happy to make the changes if you just hint at what I need to do. |
Hey @johncschuster, yup we also have to remove the |
I converted this to a draft for now. Please let me know when it's ready for review. |
I'll review now. Please add something like this to the test / QA steps. Tests
QAGo to https://help.expensify.com/hubs/request-money |
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.
Looking good, thanks.
@johncschuster please go ahead and check off the PR author checklist. I'll fill out the reviewer checklist. Most of it doesn't really apply here so it's just to get the PR checks to pass. |
@marcochavezf Ok! I've just completed the checklist |
ScreenshotsWebMobile Web - ChromeScreen.Recording.2022-10-28.at.18.32.08.movMobile Web - SafariScreen.Recording.2022-10-28.at.18.32.52.movExpensify Help only works on web DesktopN/A iOSN/A AndroidN/A |
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.
Thanks @johncschuster! I'm merging since this change is also needed to remove it the Coming soon page
✋ 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 @marcochavezf in version: 1.2.22-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.22-3 🚀
|
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/238859
Tests
QA
Go to https://help.expensify.com/hubs/request-money
Steps 3-4 from the tests.
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android