-
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
[$500] Status - Selected emojis in status page's emoji picker don't add to frequently used section #31802
Comments
Triggered auto assignment to @bfitzexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
Job added to Upwork: https://www.upwork.com/jobs/~01ca6c37a3f4b46846 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @0xmiroslav ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Status - Selected emojis in the status page's emoji picker don't add to frequently used section What is the root cause of that problem?The main problem is that in order to store the values in the frequently used section we must use a separate function( Usage example: App/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.js Lines 157 to 160 in 458e270
What changes do you think we should make in order to solve the problem?Since this functionality, in my opinion, should exist for all places where we use For example, we can update this code like this (This is an example that works well. I think this can be optimized or made as an optional functionality that can be disabled and enabled using an additional parameter)
What alternative solutions did you explore? (Optional)We can use Like
And then update here like
We can use Since in this case, we use App/src/components/Form/FormProvider.js Lines 292 to 315 in f6ea6f3
And add a new parameter that will analyze the presence of emoji in inputs and save them in As the most radical way, we can add this functionality when clicking on an emoji inside the |
ProposalPlease re-state the problem that we are trying to solve in this issue.Status - Selected emojis in status page's emoji picker don't add to frequently used section What is the root cause of that problem?We don't call What changes do you think we should make in order to solve the problem?We are handling
We should add a new prop called shouldUpdateFrequentlyUsedEmojis . When this prop is true we will call User.updateFrequentlyUsedEmojis function
Because currently, we are handling What alternative solutions did you explore? (Optional) |
@bfitzexpensify, @0xmiroslav Whoops! This issue is 2 days overdue. Let's get this updated quick! |
reviewing proposals |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@bfitzexpensify, @0xmiroslav Whoops! This issue is 2 days overdue. Let's get this updated quick! |
How are we looking here @0xmiroslav? |
@bfitzexpensify, @0xmiroslav Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Bump on this one @0xmiroslav |
@bfitzexpensify @0xmiroslav this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
I will provide update soon |
@bfitzexpensify, @0xmiroslav Whoops! This issue is 2 days overdue. Let's get this updated quick! |
How are things looking here @0xmiroslav? |
@bfitzexpensify @0xmiroslav this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ and will need to go internal. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks! |
Bump on this one again @0xmiroslav, thank you! |
sorry missed this. will update today |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
I've re-reviewed the problem here, and I don't think it fits neatly into any of the waves or VIP projects we have. I'm going to close this out for focus. |
Agree 👍 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.3-0
Reproducible in staging?: Y
Reproducible in production?: Y
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: Applause - Internal Team
Slack conversation:
Action Performed:
1, Go to staging.expensify
2. Navigate to Settings > Profile > Status > Status Detail
3, Click on the down chevron icon to open the emoji picker
4, Select an emoji, then go to the top of the emoji picker section and observe that the emoji is not added to the frequently used section
Expected Result:
When clicking on emojis, they should be added to the frequently used section, similar to the behavior in the composer emoji picker
Actual Result:
Selected emojis are not added to the frequently used section, unlike the behavior in the composer emoji picker
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6288618_1700750204564.emoji_picker.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: