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

Handle non-existent and protected routes #25

Open
2 tasks
saumyakaran opened this issue May 9, 2020 · 0 comments
Open
2 tasks

Handle non-existent and protected routes #25

saumyakaran opened this issue May 9, 2020 · 0 comments
Labels
-size-s +P3 Priority 3 - Low priority - as-and-when

Comments

@saumyakaran
Copy link
Member

Currently accessing any route which doesn't exist opens up a blank view with the navbar.

  • Implement a 404 page to catch all non-existent routes.
  • Implement a 403 forbidden page to catch protected routes which are unlocked only when certain conditions are fulfilled (for example transaction confirmation requires like of validators, budget + authorization from PolkadotJS wallet and Suggested validators needs a valid budget input, et al.)
@saumyakaran saumyakaran added +P3 Priority 3 - Low priority - as-and-when -size-s labels May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-size-s +P3 Priority 3 - Low priority - as-and-when
Projects
None yet
Development

No branches or pull requests

1 participant