-
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
[HOLD for payment 2025-01-30] [$250] [New Feature] Add Guide booking link to #admins header #53764
Comments
Triggered auto assignment to @anmurali ( |
Triggered auto assignment to @joekaufmanexpensify ( |
Triggered auto assignment to @dubielzyk-expensify ( |
Adding the @Expensify/design label so we can discuss possible ways to improve the call booking link visibility |
Edited by proposal-police: This proposal was edited at 2024-12-09 18:06:19 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Add Guide booking link to #admins header What is the root cause of that problem?New Feature What changes do you think we should make in order to solve the problem?Conditionally render add following snippet here const shouldShowDemoButton = ReportUtils.isAdminRoom(report);
const bookDemo = () => {
Linking.openURL(CONST.BOOK_DEMO_URL);
} And conditionally render button here. {shouldShowDemoButton &&
<Button
success//Pass this prop based on design team's suggestion for theme
onPress={bookDemo}
icon={}//add whatever icon design team suggests
text={translate('common.bookDemo')}
style={[shouldUseNarrowLayout && styles.flex1]}
/>
} App/src/pages/home/HeaderView.tsx Lines 295 to 296 in dc07fc6
And add translations to en.ts and es.ts file and add url to consts.ts file(currently there is no direct url available for booking a general demo with team, url for travel demo is avilable). And do some small UI adjustments as design team demands. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA ResultOption 1 (with success prop passed to the button)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Edited by proposal-police: This proposal was edited at 2024-12-10 05:18:29 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Add Guide booking link to #admins header What is the root cause of that problem?New feature What changes do you think we should make in order to solve the problem?After this PR, we can have a way to get the guide data. Here is an example guild data.
App/src/pages/home/HeaderView.tsx Line 291 in dc07fc6
and here for the small screen
App/src/pages/home/HeaderView.tsx Line 316 in dc07fc6
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?It's a new UI, no need to add a test. What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Will this live along side the early adoption discount? |
Seems like I was assigned as a second BZ assignee on this issue. I don't think it needs two though, so going to unassign for now. LMK if there is anything I can help with though! |
@dubielzyk-expensify Is the icon is an existing icon in the App? |
Yep. Here it is |
Mock looks great! |
@muttmuure at what point will we not show this button anymore? Once the user has taken a demo? Or once the user converts to a paid policy? Something else? |
I think once they convert to a paid policy makes the most sense. |
It's common for customers to take multiple demos |
Mock looks good to me! Might want to show the mobile version too just for super ultra clarity. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eh2077 ( |
I think we can go with @nkdengineer 's proposal because their proposal is more thoughtful than the other one. Note
🎀👀🎀 C+ reviewed |
Triggered auto assignment to @grgia, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @nkdengineer 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Thanks for your proposal @nkdengineer, all yours! |
This issue has not been updated in over 15 days. @anmurali, @grgia, @eh2077, @dubielzyk-expensify, @nkdengineer eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
PR in final review |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
@dubielzyk-expensify looks like the main PR has a small bug on very small screens - #55522 - can you let @nkdengineer know what the UI should look like on super small screens? |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.88-7 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-01-30. 🎊 For reference, here are some details about the assignees on this issue:
|
@eh2077 @anmurali @eh2077 The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
Sorry for missing this one. Looks like Shawn and Danny already answered it though 👍 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: v9.0.73-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @muttmuure
Slack conversation (hyperlinked to channel name): https://expensify.slack.com/archives/C07HPDRELLD/p1732636200993259
Action Performed:
Open #admins room for Workspace
Expected Result:
See Guide/Account Manager booking link in header
Actual Result:
N/A (this is a new feature)
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Just an idea
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @anmuraliThe text was updated successfully, but these errors were encountered: