Skip to content
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

Create admin page - Frontend #7

Open
7 tasks
hannahkamundson opened this issue Dec 27, 2019 · 0 comments
Open
7 tasks

Create admin page - Frontend #7

hannahkamundson opened this issue Dec 27, 2019 · 0 comments
Labels

Comments

@hannahkamundson
Copy link
Collaborator

hannahkamundson commented Dec 27, 2019

  • Section that allows to add user by username + create password (POST request to api/people/new)
  • Section that allows to delete user by username (DELETE request to api/people query parms: id)
  • Section that allows to reset password by username (PUT request to api/people/reset query params: id)
  • Section that allows to change user role between admin and staff (PUT request api/people/role)
  • Link to navbar
  • Restrict access to users with admin privileges
  • Toast if error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant