You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add remove team member functionality
- Introduced RemoveTeamMemberView to handle the removal of users from teams via a DELETE request.
- Implemented the remove_member_from_team method in TeamService to manage the removal logic and handle exceptions.
- Updated URLs to include the new endpoint for removing team members.
- Added unit tests for the RemoveTeamMemberView to ensure proper functionality and error handling.
This feature enhances team management capabilities by allowing for the dynamic removal of members from teams.
* refactor: clean up imports in team_repository and test files
- Removed unused logging import from team_repository.py to streamline the code.
- Updated test_team.py to remove the import of RemoveTeamMemberView, reflecting its removal from the test scope.
These changes enhance code clarity and maintainability by eliminating unnecessary dependencies.
* refactor: improve code formatting and organization in team-related files
- Added missing commas in import statements and OpenApiParameter definitions for consistency.
- Standardized the use of whitespace in the UserTeamDetailsRepository and TeamService classes to enhance readability.
- Updated test cases to reflect changes in the TeamService import structure.
These adjustments contribute to cleaner code and improved maintainability across the team management functionality.
---------
Co-authored-by: Amit Prakash <[email protected]>
0 commit comments