Skip to content
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

Merged
merged 8 commits into from
Aug 30, 2024
Merged

Conversation

miles-grant-ibigroup
Copy link
Collaborator

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?

Copy link
Contributor

@daniel-heppner-ibigroup daniel-heppner-ibigroup left a 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

Copy link
Contributor

@josh-willis-arcadis josh-willis-arcadis left a 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
Copy link
Contributor

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?

Copy link
Collaborator Author

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

@miles-grant-ibigroup miles-grant-ibigroup merged commit c4dfc9e into dev Aug 30, 2024
9 checks passed
@miles-grant-ibigroup miles-grant-ibigroup deleted the field-trip-august-2024-fixes branch August 30, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants