You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent adding to the database invalid values of modifiers, rates and other entities we have to implement validation of input data on the repositories level. Every data entity must be validated before adding to the database.
Verify the format and types of data (Implemented using swagger validator)
Verify the existence of facility, items etc before adding entities to the database
The text was updated successfully, but these errors were encountered:
To prevent adding to the database invalid values of modifiers, rates and other entities we have to implement validation of input data on the repositories level. Every data entity must be validated before adding to the database.
facility
,items
etc before adding entities to the databaseThe text was updated successfully, but these errors were encountered: