-
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
(Improve order flow) Fix index validation #4073
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 good! left some minor comments easy to address
cg/services/order_validation_service/workflows/rml/models/sample.py
Outdated
Show resolved
Hide resolved
cg/services/order_validation_service/workflows/fluffy/models/sample.py
Outdated
Show resolved
Hide resolved
cg/services/order_validation_service/workflows/rml/models/sample.py
Outdated
Show resolved
Hide resolved
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.
Good to go 🚀
Quality Gate passedIssues Measures |
Description
This PR adds the allowed index sequences to the backend and adds rules for when index_number and index_sequence are required fields for RML and Fluffy orders.
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