-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
BackendThis issue requires touching flask and/or database modelThis issue requires touching flask and/or database model
Milestone
Description
Need for Optimization
Schema validation happens inside flask layer at the moment. Introduce schema validation at the database layer to increase our confidence in the system.
Describe Desired Optimization
Add schema argument on both get and post in collection_utils.py and ensure that it's required.
Additional Context
This will help us further in downstream tasks such as database migration, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendThis issue requires touching flask and/or database modelThis issue requires touching flask and/or database model