-
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 2023-09-08] [$1000] Split money- participants detail hidden after clicking on show more button #24476
Comments
Triggered auto assignment to @jliexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
It's intentional 👍, not a mistake. We added inline scrolling to address a problem: when more than 8 people are chosen, the main description gets hidden, and users have to scroll down to see it. |
@jliexpensify - This might be a feature request but one way to solve this is to show 3 person and for all person we can add a "View All" / "View All Participants" / "All Participants" - button, which will open up a participant list including all the selected members. What are your thoughts on this one ? |
Hmm yeah, I agree - it's a little annoying, but I don't see this as a huge deal.
That's an interesting idea - @jeet-dhandha could you propose that in the Open Source channel? For now, I'll close off this GH and if we decide to move forward, a new one will be opened. |
Hi, @jeet-dhandha and @jliexpensify! On smaller devices, we have a problem, participant details are not appearing at all, so you don't have the option to scroll: smaller_devices.mp4The bug was reported here on Slack, but the reporter stated to use web zoom as he didn't have a small device. We are using As stated by @jeet-dhandha, it is intentional to scroll the participants list, and I think we can achieve that by wrapping the Money request page in a Do you think this is a valid bug? Should we reopen this one and fix it here, should we open that reported bug from Slack and fix it there, or is it not a bug? Thank you both for your time! |
In case this one gets reopened, I'm leaving a potential Proposal here, otherwise, just ignore this comment. Thanks! ProposalPlease re-state the problem that we are trying to solve in this issue.Participants detail are hidden at all after clicking on show more button on smaller devices. What is the root cause of that problem?In the What changes do you think we should make in order to solve the problem?
|
Original issue - @mallenexpensify what do you think? Should we consider this one as a bug? @DanutGavrus just curious, what is defined as a |
The above video has a resolution of |
Getting a second opinion internally - https://expensify.slack.com/archives/C01SKUP7QR0/p1692252620222139 |
Job added to Upwork: https://www.upwork.com/jobs/~01eb2b30669469492f |
Current assignee @jliexpensify is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
Hi @eVoloshchak - do you mind checking out @DanutGavrus 's proposal here? It seems like this is a bug that we would want to look at and possibly fix, thanks! |
@eVoloshchak, @jliexpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Not overdue, waiting on C+ |
@DanutGavrus's proposal looks good to me! 🎀👀🎀 C+ reviewed! |
📣 @avi-shek-jha 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
@eVoloshchak This one has proven to be a little bit more challenging than sounded. I've done as many exhaustive tests as I possibly could, on all platforms, sizes & orientations(as partly seen in the PR videos). |
🎯 ⚡️ Woah @eVoloshchak / @DanutGavrus, great job pushing this forwards! ⚡️ The pull request got merged within 3 working days of assignment, so this job is eligible for a 50% #urgency bonus 🎉
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.61-3 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 2023-09-08. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Payment summary:
Is that correct? @eVoloshchak please complete the checklist! @DanutGavrus please accept the offer. |
|
Looks like has introduced a regression in #26544 |
We also have this issue #26418 which was not opened to payment and was mentioned in my follow up PR. In the dupe issue, which was opened to external contributors but was fixed by me, we are going to only pay the reporter. You can see in my follow-up PR changes that I only forgot to add 1 prop to a ScrollView and caused a very small issue(the Next button's position was not docked to bottom anymore, but everything was still functional). The original PR was a little bit tricky(as you can see with the double ScrollView) and my focus was on the important things(as you can see from the attached videos and the variety of tests) and I've also voluntarily fixed another issue in advance which was not reported yet(added a ScrollView for our custom keyboard page too). IMO, the button position seems a very small detail which could easily be omitted by anyone. Those being said, I would like to ask if this small detail may not be considered a regression for the previously mentioned things, and if we may continue with the payment as is. Thanks! |
Thanks for the context @DanutGavrus - since I am not an Engineer, I will ask @Gonals to step in and evaluate your comment and make the final call. If he agrees with this comment:
And we choose to not count this as a regression, then the payouts in this comment would still be valid. If it is a regression, then we should apply a 50% penalty (i.e. $750 all up). |
I think that is a fair assessment. It is a small issue in a moderately complex PR. I think, in this particular case, we could go ahead with payment as usual. |
Great, thanks Alberto. Paying out as per this comment as the second PR has been deployed for 7 days. |
Paid and job closed, cheers! |
$1,500 payment approved for @eVoloshchak based on BZ summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
1 Split money with multiple users
2 On the second page of split money, click on show more.
3 Verify that participants are hidden which can be scrolled.
Split money
4 Click on the split money box > this will open the split money details.
5 Click on show more
Expected Result:
I was expecting that the entire detail page would be scrollable when I clicked on the show more button. Reason being, participants' detail & amount are the most important components. But things like date and merchant are fixed rather than participant details.
Actual Result:
Gives the illusion that participants are hidden or deleted. No scrollbar. Sometimes, it's hard to scroll.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.53-1
Reproducible in staging?: Yes
Reproducible in production?: Yes
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
Notes/Photos/Videos: Any additional supporting documentation
SPLIT.01.mp4
Recording.342.mp4
Expensify/Expensify Issue URL:
Issue reported by: @avi-shek-jha
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1691097988530299
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: