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

Reorganize Codebase #141

Closed
DumbergerL opened this issue Apr 26, 2023 · 0 comments · Fixed by #173
Closed

Reorganize Codebase #141

DumbergerL opened this issue Apr 26, 2023 · 0 comments · Fixed by #173
Labels
refactor Refactor code (High complexity, Code smells, ...)

Comments

@DumbergerL
Copy link
Contributor

Issue:

The Requests / Model package is way to big. There are 69 classes only in the request folder.

Task:

Reorganize the Request an Model classes into logical units:

Models:
   - Events
        - Song
             - Song
             - SongArrangement
             - SongArrangementRequest
             - SongArrangementRequestBuilder
             - SongLyrics
             - SongRequest
             - SongRequestBuilder
             - SongStatistics
   - Groups
   - Calendars
   - Resources
@DumbergerL DumbergerL added the refactor Refactor code (High complexity, Code smells, ...) label Apr 26, 2023
@DumbergerL DumbergerL linked a pull request Aug 30, 2023 that will close this issue
DumbergerL added a commit that referenced this issue Aug 30, 2023
refactor(codebase): split code in smaller junks #141
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code (High complexity, Code smells, ...)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant