-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(update): Pydantic model #3828
base: master
Are you sure you want to change the base?
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.
I like the effort to sort and organize the variables! LGTM 💯
@ahdamin Thx for the review! @Karl-Svard Do you have a good way to test this model and do you agree with the type changes? |
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.
Nice work! I believe this shouldn't break anything specific, with the exception of maybe one value (see the comment below). I would test this PR through the order portal as this model is responsible for converting order data before pushing it to LIMS. Use a test order that populates as many of these UDFs as possible and then double-check that it propagates to LIMS correctly. I can help with checking the LIMS part and maybe @islean or @Vince-janv have good examples of orders to use.
reference_genome: str | None | ||
region: str | None | ||
region_code: str | None | ||
quantity: float | None = None |
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.
This value will populate the text UDF "Quantity" in LIMS. It could be good to test that it doesn't break something
Quality Gate passedIssues Measures |
@sysdev Anyone that have time to test this? |
Quality Gate passedIssues Measures |
@sysdev Anyone that have time to test this? Should we wait with this until the improve order flow project is done? |
Description
Added
Changed
Fixed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan