Skip to content

Wire Frames

Gregory Isales edited this page Aug 20, 2022 · 1 revision

Home /

OpenTableHome

Login /login

OpenTableLogin

Sign Up /sign-up

OpenTableSignup

Restaurant Detail Page /restaurants/:url

OpenTableRestaurantDetail

  • This is the top of the restaurant detail page, with the restaurant information displayed, as well as a button to make a reservation.

OpenTableRestaurantDetail2

  • This is the lower portion of the restaurant detail page which displays the restaurant's image gallery and the reviews for the restaurant.

OpenTableReservationError

  • The modal form that pops up when "Make A Reservation" is clicked on the upper portion of the restaurant detail page. Here, we can see an error message that displays when a user tries to submit a reservation for a past date.

Current User's Profile Page /profile

OpenTableFavorites

  • In this view we can see the the current user's favorited restaurants. The user can simply click on the heart button on the restaurant card to unfavorite a restaurant.

OpenTableUserReservations

  • In this view we can see the current user's reservations. Reservations are divided into upcoming and past reservations in this view. Users have the option to cancel a reservation from this view.

UserReviews

  • In this view we can see all of the reviews that have been made by the current user; note the edit and delete review buttons near the bottom of each review.

Clone this wiki locally