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

SCRUM-55-user-service-add-filtering-options-to-get-users-endpoint #47

Conversation

djangbahevans
Copy link
Collaborator

Refactor the UserController class to use the newly introduced PaginatedResponseDto instead of the deprecated UserListResponseDto. This change improves code clarity and maintainability.

Related to #SCRUM-55

Refactor the UserController class to use the newly introduced PaginatedResponseDto instead of the deprecated UserListResponseDto. This change improves code clarity and maintainability.

Related to #SCRUM-55
The getAllUsers method in the UserService interface and its implementation in the UserServiceImpl class have been removed as they are no longer needed. This change improves code clarity and removes unnecessary code.

Related to #SCRUM-55
@djangbahevans djangbahevans merged commit c777ce7 into main Jul 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants