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

Setup frontend routes #13

Closed
michellelin1 opened this issue Jan 3, 2024 · 0 comments · Fixed by #16
Closed

Setup frontend routes #13

michellelin1 opened this issue Jan 3, 2024 · 0 comments · Fixed by #16
Assignees
Labels

Comments

@michellelin1
Copy link
Member

Instructions

The following are routes our app currently needs:

  • Login → /login
  • Sign up → /signUp
  • Logout → /logout
  • Forgot Password → /forgotPassword
  • AdminDashboard (protected) → /dashboard
  • Catalog (protected) → /catalog
    • create this page in src/pages/Catalog/Catalog.jsx
  • Published Schedule (protected) → /publishedSchedule
    • create this page in src/pages/PublishedSchedule/PublishedSchedule.jsx
  • Playground → /playground
    • This where people can test their components

Add the routes and associated pages (create empty page with page name as a header if it doesn’t exist yet) to the App.jsx file

Notes

  • Make sure that pages with protected access can only be accessed once logged in
  • All the auth pages should already be created

Acceptance Criteria

  • All the specified routes load and protected routes only work if logged in

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants