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
Admins currently do not have the ability to remove a user from a commons for any reason. Admins may need to remove users who are abusing the game, causing trouble in the chat, or students who are no longer participating in the game (for example).
Acceptance Criteria
Admin can get all of the commons that a user is in.
Tests that check that an admin can remove a user from commons are passing
Implementation Todos
Backend:
Fetch the list of commons a user is in (look at the Profile page for a hint on how this is implemented)
Use the /api/commons/{commonsId}/users/{userId} endpoint to remove a user from a commons
The text was updated successfully, but these errors were encountered:
nbelle1
changed the title
Admins can remove a user from a commons - BACKEND
Admin can remove user from commons is working & Admin can get all commons a user is in - BACKEND
May 23, 2024
Have you updated the title?
As a...
admin
I can...
remove a user from a commons
So that...
I can keep gameplay safe and fun
Discussion
Admins currently do not have the ability to remove a user from a commons for any reason. Admins may need to remove users who are abusing the game, causing trouble in the chat, or students who are no longer participating in the game (for example).
Acceptance Criteria
Implementation Todos
Backend:
/api/commons/{commonsId}/users/{userId}
endpoint to remove a user from a commonsThe text was updated successfully, but these errors were encountered: