Frontend Routes - GeorgePensiero/atmosphere GitHub Wiki

frontend routes

Component Structure

  • Root
    • app
      • (components)

Routes defined in app

  • /

    • home page
  • /login

    • SessionForm
  • /signup

    • LoginForm route
  • /users/:user_id

    • UserShowPage
  • /story/:story_id *storyShowPage

  • /story/new

    • storyForm
      • newStoryContainer
  • /story/:story_id/edit

    • storyForm
      • editStoryContainer
  • /story/:story_id/comments/addComment

    • CommentForm
  • /story/:story_id/comments/editComment

    • CommentForm
  • /story/:story_id/comments *comments show page