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

CWDB-225 - Implemented Measurement Controller #890

Merged
merged 10 commits into from
Oct 19, 2024

Conversation

rma-bryson
Copy link
Collaborator

No description provided.

@rma-bryson rma-bryson requested a review from RyanM-RMA October 2, 2024 20:23
@rma-bryson rma-bryson requested a review from zack-rma October 11, 2024 19:20
Copy link
Collaborator

@zack-rma zack-rma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few suggestions and points of clarification

@rma-bryson rma-bryson force-pushed the feature/CWDB-225_Measurement_controller branch from cf63abe to 502182a Compare October 11, 2024 22:39
@rma-bryson rma-bryson requested a review from zack-rma October 14, 2024 17:24
Copy link
Collaborator

@zack-rma zack-rma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions and a question

@rma-bryson rma-bryson requested a review from zack-rma October 14, 2024 20:58
@rma-bryson rma-bryson force-pushed the feature/CWDB-225_Measurement_controller branch from f88aea1 to a84e771 Compare October 16, 2024 19:55
Copy link
Collaborator

@adamkorynta adamkorynta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some failing integration tests still

@rma-bryson
Copy link
Collaborator Author

rma-bryson commented Oct 17, 2024

@MikeNeilson - With Measurements we wanted to support a bulk store, and there is no rename, so update is really just a check-for-existing and then store... The test db doesn't have display units for the office (SPK) needed for bulk retrieving existing measurements efficiently (there is jooq code in the MeasurementDao that retrieves in bulk from the meas view, with the given meas numbers), which causes the tests to fail, without configuring the at_display_units table manually for SPK . If configured, the existing check does work as expected.

EDIT: after further discussion we decided its best to just not support an update at all for measurements, as it doesn't make much sense. No PATCH, just POST.

…ed via a single-element-array. Updated to support all optional query parameters for retrieval.
@rma-bryson rma-bryson merged commit e113280 into develop Oct 19, 2024
4 of 5 checks passed
@rma-bryson rma-bryson deleted the feature/CWDB-225_Measurement_controller branch October 19, 2024 00:16
@adamkorynta adamkorynta linked an issue Oct 22, 2024 that may be closed by this pull request
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.

add support for Measurements
4 participants