-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-07] [$2000] Make it easier to delete waypionts #25901
Comments
Hello @hayata-suenaga , This makes sense and I would like to contribute to it , Can you assign this task to me ? |
📣 @iwint! 📣
|
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
(Not posting much details on code as its already gonna be the same.)
Video - UI for Delete from list of stopsMapStopIconRemove.mp4What alternative solutions did you explore? (Optional)
|
Triggered auto assignment to @shawnborton ( |
design discussion going on here: https://expensify.slack.com/archives/C05DWUDHVK7/p1692985501656569 |
Job added to Upwork: https://www.upwork.com/jobs/~01bd2d29975258985d |
Triggered auto assignment to @laurenreidexpensify ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts ( |
Upwork job price has been updated to $2000 |
doubled the payout |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
What alternative solutions did you explore? (Optional)
|
A proposal with the most details on how to implement this new flow will be selected
this won't work unfortunately |
ProposalPlease re-state the problem that we are trying to solve in this issue.Make it easier to delete waypionts What is the root cause of that problem?No RC, feature. What changes do you think we should make in order to solve the problem?
Updates
What alternative solutions did you explore? (Optional)NA |
@hayata-suenaga I think @b4s36t4's proposal has all the necessary details. What's your opinion? |
ProposalPlease re-state the problem that we are trying to solve in this issue.Add option to delete waypoints What is the root cause of that problem?This is a new feature hence no root cause. What changes do you think we should make in order to solve the problem?We need to make the following changes -
{
icon: Expensicons.Trashcan,
text: translate('common.delete'),
onSelected: () => setIsDeleteModalOpen(true)
}
<ConfirmModal
title={translate('distance.deleteStop')}
isVisible={isDeleteModalOpen}
onConfirm={confirmDeleteAndHideModal}
onCancel={() => setIsDeleteModalOpen(false)}
prompt={translate('distance.deleteStopConfirmation')}
confirmText={props.translate('common.delete')}
cancelText={props.translate('common.cancel')}
danger
/>
What alternative solutions did you explore? (Optional)NA Complete working solution videoWe can create a new translation for waypoint delete confirmation - waypoint_delete.mp4 |
@allroundexperts @hayata-suenaga Updated my proposal a bit. Also a small demo of my implementation(might not cover all things, though). Kapture.2023-08-26.at.00.45.17.mp4 |
@hayata-suenaga @allroundexperts the other proposals either don't mention how the waypoints will be deleted or mention the wrong function (which is the most important part of this issue I guess), I have correctly identified it by going through the code and checking what happens when we save an empty waypoint. Almost, all the code needed is added exactly in my proposal so I can create a PR within 12 hours. |
@Nikhil-Vats I don't feel right about your opinions. You can have your proposal very well formatted with all the details but please don't mention what is not in the others proposals. CP will decide the proposal depends on many things. Also
I feel odd about this statement everyone here can do it with 2-3hrs, I have full working PR just right away with me :). Hope I'm not making others uncomfortable here or no offense. Just trying for the equal opportunity here. Thanks Hope you guys understand my point. :) |
ProposalPlease re-state the problem that we are trying to solve in this issue.Make it Easier to delete waypoints. What is the root cause of that problem?This is a new feature What changes do you think we should make in order to solve the problem?Here are the steps we should take to implement this feature:
What alternative solutions did you explore? (Optional)xx |
@hayata-suenaga @allroundexperts complete working video - waypoint_delete.mp4 |
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.59-5 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-07. 🎊 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:
|
@hayata-suenaga I apologise for my previous behaviour. |
Also i would love to know one thing if you are open to it then only. Like what was wrong in my proposal if you can tell me that. So that moving forward i keep those things in mind. |
No problem
We'd really love to give feedback to each proposal as we know how much effort contributors are putting to draft those. However, we simply don't have time to do so. The most important part of internal engineer's job is to push features in a very fast manner. And we appreciate contributors' help with us in doing so 🙇 |
I understand that and that’s why whenever you have time to review and comment on my proposal please do that, i will appreciate that. |
Checklist not needed here as this was a feature request. |
Can we have the payment summary? |
@laurenreidexpensify this one is due for payments. Thanks :) |
Sorry folks, I completely dropped the ball on this one. Reviewing for payment summary now. |
Payment summary:
Thanks everyone! |
@laurenreidexpensify this one also qualifies for 50% urgency bonus. |
@Nikhil-Vats can you link the timestamp confirmation message? Thanks! |
@laurenreidexpensify yes, this is the comment. |
Thanks for confirming - sorry, there were a lot of off topic comments to review here! External issue reporter - N/A |
$3,000 payment for @allroundexperts approved based on BZ summary. |
On the waypoint editor, add the following flow: Dot menu icon -> menu pop up -> delete confirmation
Please refer to this comment for screenshots of the final design that should be achieved.
The following video demonstrates the current situation. You don't have a way to delete a waypoint (you can save a waypoint while the text input is empty to delete that waypoint, but it's not clear for the user that they can do so).
Screen.Recording.2023-08-24.at.9.56.23.AM.mov
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: