-
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
feature(onboarding): combine category and tag setup task for connections #51926
feature(onboarding): combine category and tag setup task for connections #51926
Conversation
@marcaaron a new task type called 'setupCategoriesAndTags' needs to be added in back-end, tested my changes locally by using Also, please confirm if the links in task description are correct,
Will complete checklist with end to end testing in all platforms once the back-end change is done. |
I'm not so sure about this part. Can you ask this question on the original issue and tag in the issue creator please?
I will raise a PR to do this today. |
Since it's "categories" AND "tags" - I think what you are saying is incorrect. The user could set up categories or tags. So, probably we just want the workspace settings... |
Asked here
Updated to use settings link |
We should be able to proceed here now as the backend change was deployed. |
Couldn't work on it yesterday, I will start making the changes today |
@dukenv0307 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] |
@jaydamani Tests are failed |
@dukenv0307 The error is coming from a file that was not updated in PR so, not sure what is the issue. Will try to merge with main again after some time and hopefully that should resolve it. |
@dukenv0307 it is fixed now, please review |
src/libs/actions/Report.ts
Outdated
@@ -3529,6 +3533,7 @@ function prepareOnboardingOptimisticData( | |||
navatticURL: getNavatticURL(environment, engagementChoice), | |||
integrationName, | |||
workspaceAccountingLink: `${environmentURL}/${ROUTES.POLICY_ACCOUNTING.getRoute(onboardingPolicyID ?? '-1')}`, | |||
workspaceSettingsLink: `${environmentURL}/${ROUTES.WORKSPACE_INITIAL.getRoute(onboardingPolicyID ?? '01')}`, |
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.
workspaceSettingsLink: `${environmentURL}/${ROUTES.WORKSPACE_INITIAL.getRoute(onboardingPolicyID ?? '01')}`, | |
workspaceSettingsLink: `${environmentURL}/${ROUTES.WORKSPACE_INITIAL.getRoute(onboardingPolicyID ?? '-1')}`, |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-15.at.10.53.29.movAndroid: mWeb Chromemandroid-resize.mp4iOS: NativeScreen.Recording.2024-11-15.at.10.52.55.moviOS: mWeb SafariScreen.Recording.2024-11-15.at.10.48.09.movMacOS: Chrome / Safari
Screen.Recording.2024-11-15.at.10.40.24.mov
Screen.Recording.2024-11-15.at.10.42.43.mov
Screen.Recording.2024-11-15.at.10.43.17.movMacOS: DesktopScreen.Recording.2024-11-15.at.10.58.43.mov |
@jaydamani I left one minor comment, the rest looks good |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Explanation of Change
Show combined task for tags and categories setup if the user selects an accounting integration
Fixed Issues
$ #51591
PROPOSAL: #51591 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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-app.mp4
Android: mWeb Chrome
android-web.mp4
iOS: Native
IOS-app.mp4
iOS: mWeb Safari
IOS-web.mp4
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov