-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend Routes
Ed Herman edited this page Dec 5, 2019
·
10 revisions
The springboard component layout:
- Root
- App
- Header/Navigation
- Main
- App
Routes will render below the Header/Navigation
-
/Landing page
-
/loginSessionForm
-
/signupSessionForm
-
/:user_id/projectsProjectsIndex-
./:project_idProject-
./todo_listsTodoListsIndex- `./:todo_list_id
TodoList-
./:todo_idTodo
-
./messagesMessagesIndex-
./:message_idMessage
-
./eventsEventsIndex-
./:event_idEvent