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 separate home screens per user type #10

Open
1 of 6 tasks
CodyRichter opened this issue Mar 17, 2021 · 0 comments
Open
1 of 6 tasks

Create separate home screens per user type #10

CodyRichter opened this issue Mar 17, 2021 · 0 comments
Labels
Client Relating to the frontend React client

Comments

@CodyRichter
Copy link
Contributor

CodyRichter commented Mar 17, 2021

Right now, there is only one home screen shown to all users, and depending on the user type there is either extra/not enough information. As there are three user types: [admin, researcher, investigator] each should have their own version of the home screen.

Optional: Allow toggling between different views depending on permission hierarchy (admin > researcher > investigator)

The views should contain the following features UI features:

Admin:

  • Add permissions to users via username and role selector dropdown
  • Remove permissions from users via username (auto populating current role)
  • List all users of each role type in a list/table

Researcher:

  • Create and view API keys for use with microservices

Investigator:

  • View number of pending jobs that the user has submitted
  • View charts on image statistics. (example: images uploaded per day, images matching model criteria, etc...)
@CodyRichter CodyRichter added the Client Relating to the frontend React client label Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client Relating to the frontend React client
Projects
None yet
Development

No branches or pull requests

1 participant