We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The EventController defines the method searchEventsWithStatus() which is related to the EventRepository.
searchEventsWithStatus()
In order to separate database related logic from the controller logic, this method should be moved into the EventRepository.
The text was updated successfully, but these errors were encountered:
chore: move methods search with status into repository
6070da1
Move repository related logic from the event controller into the event repository. Refs: mia3#43
chore: move method search with status into repository
19667ae
No branches or pull requests
The EventController defines the method
searchEventsWithStatus()
which is related to the EventRepository.In order to separate database related logic from the controller logic, this method should be moved into the EventRepository.
The text was updated successfully, but these errors were encountered: