-
Notifications
You must be signed in to change notification settings - Fork 3
Frontend Routes
kangaree edited this page Jan 18, 2019
·
4 revisions
Our components are organized like so:
-
Root-
AppNavBar- (main component goes here)
Footer
-
The following routes, defined in App, will render components between NavBar and Footer.
-
/Splash
-
/sign-inSessionForm
-
/create-accountCreateAccountForm
-
/user/:userIdProfileComponent-
ProfileReviewsIndexProfileReviewsIndexItem
-
ProfileListsIndexProfileListsIndexItem
WatchStatusComponent
-
/activity-
ReviewIndexReviewIndexItemReviewIndexItemComponent
-
-
/review/:reviewIdReviewComponent
-
/shows-
ShowsIndexShowsIndexItemShowsIndexItemComponent
-
-
/show/:showIdShowComponent-
ReviewIndexReviewIndexItem
AddReviewForm-
ListIndexListIndexItem
AddListForm
-
/lists-
ListIndexListIndexItemListIndexItemComponent
-
-
/list/:listIdListComponent-
ShowIndexShowIndexItem
AddShowForm