ENH: Organise CRUD #109
Labels
design
Requires design before implementation
enhancement
New feature or request
python
Relates to Python codebase
Is your feature request related to a problem? Please describe.
Currently crud folder is functionally organized. Does not seem what models each function pertains to
Describe the solution you'd like
Crud can be organized into objects with method overloading
Video.create()
Describe alternatives you've considered
Alternative would be organizing each function into different modules for crud/Video.py.
Additional context
crud/Video.py can still be considered?
The text was updated successfully, but these errors were encountered: