magnetic-lab / magla

A free SQL-powered data pipeline for animation and visual-effects freelancers and studios, with an emphasis on dynamically generated `opentimelineio` timelines.
GNU General Public License v3.0
17 stars 0 forks source link

Implement validations for bad input from user #6

Open jacobmartinez3d opened 4 years ago

jacobmartinez3d commented 4 years ago

Currently the only validation for any data going in to the postgres backend is postgres itself. Validation must take place during creation(magla.core.root) and updating(either magla.core.entity or magla.core.data) of any magla objects.