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

Add advanced routing between pages #212

Open
samuel-ping opened this issue Jun 12, 2021 · 0 comments
Open

Add advanced routing between pages #212

samuel-ping opened this issue Jun 12, 2021 · 0 comments

Comments

@samuel-ping
Copy link
Member

samuel-ping commented Jun 12, 2021

Implement routing based on whether the user is a admin, hacker, or judge. A user's privileges should be stored in the frontend-core profile store.

Page map:

  • User logs in, and based on their user type, they are led to 1 of 3 pages:
  1. (Type: Admin) Admin Dashboard
    • Routing for this dashboard can be done from within the component
  2. (Type: Hacker) Hacker Dashboard
    • Leads to submission form
    • Leads to a project page
  3. (Type: Judge) Judge Dashboard
    • Leads to judging a project page
@samuel-ping samuel-ping self-assigned this Jun 28, 2021
@samuel-ping samuel-ping changed the title Add routing between pages Add advanced routing between pages Jun 28, 2021
@samuel-ping samuel-ping removed their assignment Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant