-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend Routes
Ed Herman edited this page Jan 24, 2020
·
10 revisions
The springboard component layout:
-
Root
-
App
Header/Navigation
Main
-
Routes will render below the Header/Navigation
-
/
Landing page
-
/login
SessionForm
-
/signup
SessionForm
-
/:user_id/projects
ProjectsIndex
-
./:project_id
./create
./edit
Project
-
./todo_lists
TodoListsIndex
-
./:todo_list_id
TodoList
-
./:todo_id
Todo
-
./messages
MessagesIndex
-
./new
CreateMessageContainer
-
./:message_id
Message
-
./events
EventsIndex
-
./:event_id
Event