-
Notifications
You must be signed in to change notification settings - Fork 30
Implement delete team member endpoint(TS-2315) #1118
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
base: master
Are you sure you want to change the base?
Conversation
Roffenlund
commented
Mar 17, 2025
•
edited
Loading
edited
- Implement endpoint in cyberstorm api for deleting team members
- Implement service layer function
- User service layer function in the form views responsible for removing team members
- Update forms
- Update existing tests
- Implement tests
3eb3759
to
0c7eaad
Compare
Implement a service layer function for removing a member from a team. Implent tests for the service layer function. Refs. TS-2315
0c7eaad
to
ae1f556
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1118 +/- ##
==========================================
+ Coverage 93.02% 93.03% +0.01%
==========================================
Files 324 324
Lines 9685 9702 +17
Branches 858 859 +1
==========================================
+ Hits 9009 9026 +17
Misses 554 554
Partials 122 122 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Implement a APIView for removing team members from teams in the cyberstom API. Utilize the service layer function for removing team members in the view. Add URL and implement tests. Refs. TS-2315
a6d3db1
to
ab184d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes primarily because I suspect there's a bug in the SettingsTeamAddMemberView
, if that's not a bug other comments still likely apply
Utilize the service layer function for removing team members in the form views responsible for kicking members from a team, and in the form responsible for leaving a team. Update tests accordingly to the new changes. Remove redundant get_team_or_404 function. Refs. TS-2315
ab184d3
to
a9de63c
Compare