pledge4future/WePledge

Add endpoint to remove users from a working group

Closed this issue · 1 comments

We should provide the representatives of working groups with the possibility to remove users from a working group. The backend should provide a mutation endpoint that takes a user id as an argument and removes it from the working group.

Open Questions:

  • What happens to past emission entries entered by the user? I would suggest they stay and still contribute to the working groups total emissions.

Endpoint Exceptions to raise:

  • Return a 404 error if the user_id was not found in the working group.

related to #265