BDMS 389: measuring notes refactor#285
Merged
Merged
Conversation
This better captures the intent of the notes related to sampling activities.
This refactor enables all notes related to sampling procedures to be stored under a unified "Sampling Procedure" note type.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Codecov Report✅ All modified and coverable lines are covered by tests.
|
jirhiker
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
This PR addresses the following problem / context:
Sampling Procedureas one that could encapsulate all sampling/measuring procedures, like water chemistry, water levels, geothermal, field parameters, etcHow
Implementation summary - the following was changed / added / removed:
Measuringwas changed toSampling Procedure, which is where these notes will be stored. Other procedures, such as measuring field parameters, can also be stored here.Notes
Any special considerations, workarounds, or follow-up work to note?
Measuringnotes are being transferred.well-inventory-csvto keep this refactor separate from its implementation. If/once it is approved I'll then merge that intowell-inventory-csvand make the requisite updatesWellResponsewas changed frommeasuring_notestosampling_procedurenotes. We did talk about how AMP often usessamplingto refer to water chemistry sampling andmeasuringto refer to water level measurements. Perhaps the frontend can use a neutral term? Or is this a cultural shift that should occur at AMP?