We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I would like to ask to join a group As a group owner, I would like to accept or reject my requests to join my group
Previous usermanagement database schema :
New usermanagement database schema :
New routes :
/groups/:id/requests
/groups/:id/requests/:id
The text was updated successfully, but these errors were encountered:
feat(#5): add infrastructure for group request
d41e03f
Signed-off-by: hugoamalric <hugo.amalric01@etu.umontpellier.fr>
feat(#5): add domain for group request
328c1a5
feat(#5): add application for group request
ef1d3d5
hugoamalric
Successfully merging a pull request may close this issue.
Description
As a user, I would like to ask to join a group
As a group owner, I would like to accept or reject my requests to join my group
Additional Information
Previous usermanagement database schema :
New usermanagement database schema :
New routes :
/groups/:id/requests
: find all the requests of a group/groups/:id/requests/:id
: find a request by its idThe text was updated successfully, but these errors were encountered: