codersforcauses / codersforcauses/teach-learn-grow
As a user I want to be able to see my available actions on the application after login
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
After logging into the application, users should be presented with a dashboard showing all available options for the user based on their permissions.
Tasks
Frontend
- [ ] A dashboard must be made following the login. There be a page header, clickable tiles for available options and the options should be separated based on type of option. E.g. Admin section, Volunteer section. The TLG logo in the header should always route back to this page and there should be a logout button in the header.
Backend
- [ ] GET request, given a user id, return all relevant roles and permissions assigned to the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.