-
Notifications
You must be signed in to change notification settings - Fork 7
Frontend Routes
Onur edited this page Jul 2, 2019
·
11 revisions
Frontend components are organized as follows:
-
Root
-
App
Navbar
MainPage
Footer
-
The following routes, defined in App, will render components between NavBar and Footer.
-
/
Splash
-
/login
SessionForm
-
/signup
SessionForm
-
/dashboard
TaskSearch
TasksIndex
-
/task
- To be updated-
TaskForm
/task/form
-
Recommendations
/task/recommendations
-