Skip to content
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

Validation of items, modifiers, rates etc. #49

Open
1 of 2 tasks
kostysh opened this issue Jun 7, 2022 · 0 comments
Open
1 of 2 tasks

Validation of items, modifiers, rates etc. #49

kostysh opened this issue Jun 7, 2022 · 0 comments
Labels
C-database Components: database D-easy Difficulty: easy P-low Priority: low T-debt Type: code debt

Comments

@kostysh
Copy link
Contributor

kostysh commented Jun 7, 2022

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
@kostysh kostysh added D-easy Difficulty: easy P-normal Priority: normal T-debt Type: code debt C-database Components: database labels Jun 7, 2022
@kostysh kostysh self-assigned this Jun 9, 2022
@mfw78 mfw78 added this to the ETHBarcelona & ETHcc milestone Jun 9, 2022
@kostysh kostysh removed this from the ETHBarcelona & ETHcc milestone Jul 5, 2022
@kostysh kostysh changed the title Validation of modifiers, rates etc. Validation of items, modifiers, rates etc. Jul 5, 2022
@kostysh kostysh removed their assignment Jul 13, 2022
@kostysh kostysh added P-low Priority: low and removed P-normal Priority: normal labels Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-database Components: database D-easy Difficulty: easy P-low Priority: low T-debt Type: code debt
Projects
None yet
Development

No branches or pull requests

2 participants