Frontend Routes - walkeradkins/slick-app GitHub Wiki

User-facing routes

/login

This page displays a log-in form and a demo-user button.

  • /login

/signup

This page displays a signup form.

  • /signup

/users/user:id

This is the home page of the site. A logged-in user will see their channels and direct messages on the side bar. A direct message chatbox to themselves will be displayed upon logging in.

  • /users/user:id

/users/user:id/channel:id

When a user selects a channel or direct message they will see the previous messages of that chat. They can interact with messages or post new ones. The only display change is the chatbox.

  • users/user:id/channel:id