-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add call-to-action links to onboarding task titles #58895
Add call-to-action links to onboarding task titles #58895
Conversation
Reviewer Checklist
Screenshots/Videos |
@Shahidullah-Muffakir i think we need to update this line as well: Line 150 in c9c0d82
|
@getusha I’ve updated it. Thanks |
Yes just realized that @Shahidullah-Muffakir :) |
workspaceMembersLink: `${environmentURL}/${ROUTES.WORKSPACE_MEMBERS.getRoute(onboardingPolicyID)}`, | ||
workspaceMoreFeaturesLink: `${environmentURL}/${ROUTES.WORKSPACE_MORE_FEATURES.getRoute(onboardingPolicyID)}`, | ||
navatticURL: getNavatticURL(environment, engagementChoice), | ||
workspaceAccountingLink: `${environmentURL}/${ROUTES.POLICY_ACCOUNTING.getRoute(onboardingPolicyID)}`, |
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.
aren't we missing adminsRoomLink
?
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.
It was not used anywhere
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.
Looks like we don't need it since it's a room and will be highlighted anyway. thanks
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.
Right, as now the the onboarding tasks are being created in the adminsRoom itself, hence no need to add its link.
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.
✋ 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/techievivek in version: 9.1.18-0 🚀
|
Explanation of Change
Fixed Issues
$ #58772
PROPOSAL: #58772 (comment)
Tests
Offline tests
Signup requires an internet connection.
QA Steps
Same as Tests steps.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
I am facing an Android build issue, and these changes are not Android-specific.
Android: mWeb Chrome
android.20web-6.mp4
iOS: Native
ios.20native-6.mp4
iOS: mWeb Safari
ios.web.mov
MacOS: Chrome / Safari
macos.20web-5.mp4
MacOS: Desktop
macos.20desktop-4.mp4