-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
dch21 edited this page Nov 7, 2020
·
14 revisions
Components are organized in the following manner:
- Root
- App
- NavBar
- (main component)
- Footer
- App
The following routes, defined in App, will render components between NavBar and Footer.
-
/
- Splash
- SearchForm
- ReservationForm
- RestaurantCarousel
- AvailableLocations
- Splash
-
/search
- SearchForm
- SearchMap
- ReservationForm
- RestaurantIndex
- RestaurantIndexItem
-
/restaurants/:id
- RestaurantComponent
- RestaurantHeader
- ReservationForm
- RestaurantOverview
- RestaurantInfoSidebar
- Map
- Photos
- Menu
- Reviews
- ReviewsAggregates
- ReviewsIndex
- ReviewsItem
- Favorite
- RestaurantComponent
-
/restaurants/comfirmation
- ReservationComfirmationForm
-
/reservations/:id/edit
- EditReservationForm
-
/reservations/:id/
- EditReservationForm
-
/users/:id
- ProfileComponent
- ReservationsIndex
- ReservationIndexItem
- FavoritesIndex
- FavoritesIndexItem
- ReservationsIndex
- ProfileComponent
-
/users/:id/reservations
- ReservationsIndex
- ReservationIndexItem
- ReservationsIndex
-
/reviews/:create
- ReviewForm