Frontend Routes - melflynn/BarkedIn GitHub Wiki

  • /login - login (new session form)
  • /signup - sign up (new user form)
  • /feed - news feed
    • post index
      • post index items
      • reactions
      • add reaction button
      • comments
    • new post modal
    • edit post modal
    • delete post modal
  • /users/:userId - user profile page (Profile Component, skills component)
    • edit intro modal
    • edit about me modal
    • edit profile photo modal
  • /users/:userId/connections - user's connections (Connections component)
  • /mynetwork
    • pending connections component
    • people you may know component
  • /mynetwork/invitation-manager
    • see your sent and received connection invitations