Frontend routes - UJPyon/behold GitHub Wiki

Frontend Routes

The components are organized as follows:

  • Root
    • App
      • NavBar (except for splash page)
      • (main component goes here)
      • Footer (except for splash page)

The following routes, defined in App, will render components between NavBar and Footer.

  • /
    • Splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /home
    • HomeComponent
    • ProjectIndex
  • /user/:id
    • UserShow
      • ProjectIndex
        • ProjectIndexItem
  • /projects/:id
    • ArtworkIndex
      • ArtworkItem
    • CommentsIndex
      • CommentItem
    • Appreciations