Skip to content

Release v67.0.0

Compare
Choose a tag to compare
@clingen-sthlm clingen-sthlm released this 23 Jan 09:02
· 18 commits to master since this release

Feat(Orders) Introduce comprehensive order validation (#3815)(major)

Added

  • New validation flow for all order types
  • New OrderValidationService
  • New BaseModel's for all order types performing basic validation such as type checking
  • Rules written for each validation for more complicated rules, including database checks and fields dependent on each other.
  • New endpoint for validating orders
  • New Request handling in submit_order