• / —> goes to our index. Which is our landing page for people discovering us. This holds our main landing page, which is designed by Webflow. We'll download the HTML, CSS and JS from Webflow and host it on our server.
  • /login —> (Maybe an entry point?) Goes to Github authentication page
    • /login?status=success —> authenticachaption succeeded
      • status: success || error
  • /dashboard —> (Maybe an entry point?) our main working page
    • /dashboard?repository=test-repository&issue-id=3 —> route to a specific issue
  • /plans —> goes to our plans page
  • /waitlist —> If user is not shortlisted to try out website yet, then they are sent here after providing Github username
    • [ ] Create waitlist page