-
Notifications
You must be signed in to change notification settings - Fork 53
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
Field trip august 2024 fixes #1256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -153,10 +153,12 @@ class CallTakerPanel extends Component { | |||
} | |||
} | |||
|
|||
// eslint-disable-next-line complexity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've seen this warning in other places. Should be disable those as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No! It's a good reminder to make our code better
Description:
Related to the plan functionality. The plan button was causing confusion and problems so we got rid of it when field trip is open. Then we had the problem that the location changes were getting wiped away. We solved this by adding a confirm before the locations are overriden. The issue with this approach is that we will not save the updated location to the trip. Maybe that's ok?