-
Notifications
You must be signed in to change notification settings - Fork 0
Components
The card component represents a 'card' which the user swipes when picking restaurants. Data for a restaurant is dynamically loaded onto the card including it's distance and price rating.
The cuisinesGrid component represents the grid of cuisines in the setup screen. This grid enables the user to choose the cuisines they are interested in for the session. The user can select multiple cuisines.
The locationSymbol component shows the location icon and distance to a restaurant from the host user's current location.
The restaurantTopPick component contains the data of the restaurant's that were most 'liked' by the players in the session. The top 3 restaurantTopPicks are displayed on the results screen.
The priceSymbol component provides a visual representation of the price level of a restaurant between '$' and '$$$'. This is used to help guide a user's decision on what restaurants they want to swipe yes to.
The reviewStars component provides a visual representation of the review rating of a restaurant between 1 star and 5 stars. This is used to help guide a user's decision on what restaurants they want to swipe yes to.