Move as much business logic into models.py
Summary
Since a lot of API work is being done, we want all validation and core logic behind go links to be hosted in the models. There was a bad habit of putting them willy nilly around and I'd like to condense all of it into the models.
Helpful Links
- talk to me