Christopher Horn
Christopher Horn
This PR implements the following changes: - Add a Tree object to encapsulate information about the tree and save it in the database similar to the current Researcher entity. Properties...
After load recast history items that are lists back to tuples, renames some variables to better describe intent, reformatted with black, numerous changes to make pylint happier.
In a multi-tenant environment a delete endpoint will be needed for users to delete their tree and any associated media items. Likely needed for GDPR compliance. (Did not check code,...
Possible refactor, starting to see some additional use cases.