-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
C-databaseComponents: databaseComponents: databaseD-easyDifficulty: easyDifficulty: easyP-lowPriority: lowPriority: lowT-debtType: code debtType: code debt
Description
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,itemsetc before adding entities to the database
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-databaseComponents: databaseComponents: databaseD-easyDifficulty: easyDifficulty: easyP-lowPriority: lowPriority: lowT-debtType: code debtType: code debt