Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 549 Bytes

TODO.md

File metadata and controls

15 lines (11 loc) · 549 Bytes

TODOs

  • [DONE] add strict validation for objects
  • set up global and specific configs
  • [DONE] implement nested objects validation
  • implement validation for Collection of Models (unicity, range...)
  • [DONE] implement mutli-group validation (currently only one group at the time)
  • [DONE] ability to implement custom Asserts -> Callback()
  • [DONE] ability to bind less object oriented and more json oriented validation to objects

To be determined

  • [REMOVED] remove groups checks and errors on Constraint / Collection ?

To be refactored