Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Organise CRUD #109

Open
prithvijitguha opened this issue Jan 24, 2022 · 0 comments
Open

ENH: Organise CRUD #109

prithvijitguha opened this issue Jan 24, 2022 · 0 comments
Labels
design Requires design before implementation enhancement New feature or request python Relates to Python codebase

Comments

@prithvijitguha
Copy link
Owner

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?

@prithvijitguha prithvijitguha added enhancement New feature or request python Relates to Python codebase design Requires design before implementation labels Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Requires design before implementation enhancement New feature or request python Relates to Python codebase
Projects
None yet
Development

No branches or pull requests

1 participant