Closed qbey closed 19 hours ago
The core.api.viewsets module and the core.api.serializers module are getting bigger: I propose to split them into submodules.
core.api.viewsets
core.api.serializers
Use the https://pypi.org/project/gitfilesplit/ tool to split files without losing the history.
Well that's my "Today I Learned" (TIL) - hadn't heard of GitFileSplit or this technique of using octopus merges. Thanks ;)
Now is not the right time to do it, there is too much work conflicting in another PR...
Purpose
The
core.api.viewsets
module and thecore.api.serializers
module are getting bigger: I propose to split them into submodules.Proposal
Use the https://pypi.org/project/gitfilesplit/ tool to split files without losing the history.
core.api.viewsets
core.api.serializers