-
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
[$250] Need mocks for Edit profile option in personal RHP profile #57809
Comments
Added mock to original post |
Auto-assigning issues to engineers is no longer supported. If you think this issue should receive engineering attention, please raise it in #whatsnext. |
Triggered auto assignment to @jliexpensify ( |
|
Current assignee @dubielzyk-expensify is eligible for the NewFeature assigner, not assigning anyone new. |
Job added to Upwork: https://www.upwork.com/jobs/~021897151208532805125 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jayeshmangwani ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Add new edit profile button What is the root cause of that problem?feature request What changes do you think we should make in order to solve the problem?We need to introduce a new menuItem and route to profile page if the page is a self dm profile here here {isCurrentUser && (
<MenuItem
shouldShowRightIcon
title={'Edit your Profile'} // This wil be trasnalted in es.ts file as well
icon={Expensicons.Pencil}
onPress={() => Navigation.navigate(ROUTES.SETTINGS_PROFILE)}
/>
)} We can use Minor style adjustments will be done during PR phase Screen.Recording.2025-03-05.at.11.08.04.AM.movWhat specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A UI bug, but we can write up a UI test which will render the profile screen for self dm and will check to see if we have the option to What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.Add Edit profile option in personal RHP profile What is the root cause of that problem?New feature What changes do you think we should make in order to solve the problem?Test branch: https://github.com/nkdengineer/App/tree/fix/57809
Line 280 in ad7462d
Line 130 in ad7462d
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?This is the new UI, I think we don't need to test it. If we want to add a test, we can render What alternative solutions did you explore? (Optional)NA ResultScreen.Recording.2025-03-05.at.13.43.26.movReminder: 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. |
Note note to C+ reviewer that the navigation would had been easily done during the PR phase and my proposal fixes the original feature request, so please consider that during PR review. as the other contributors proposal is just an extension of my proposal |
Thanks for the proposals, @twilight2294 and @nkdengineer! This is a new feature, and the implementation should be straightforward. @nkdengineer you added additional details for 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @yuwenmemon, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
bump for assignment @yuwenmemon |
@yuwenmemon, whenever you get a chance, please review this comment for the selected proposal. Thanks! 🙏 |
📣 @twilight2294 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
PR ready for review @jayeshmangwani |
Problem: Customers open their own profile in the RHP (right hand pane) and try to edit their profile, but click around to figure out that’s not a function. Then they get frustrated because they want to update their profile but are unsure how to do so.
Solution: Implement a direct link within the personal profile page in the RHP that routes customers to their profile settings. This will streamline the process, allowing them to easily update their information without additional navigation.
https://expensify.slack.com/archives/C07HPDRELLD/p1741099233250809
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @jayeshmangwaniThe text was updated successfully, but these errors were encountered: