- Take a sample JSON for a list of Hotels
- The hotel shall have most basic identifying fields
- Create a few users who will perform the following activities.
- Track the visitors on a hotel page
- Users make a Draft Booking, where the user tries to book a hotel but don't complete the process
- Users book a Hotel i.e. Create a completed booking
- Display the activities happening around hotel page (Visits, Draft Bookings, Completed Booking)
- Display recommendations of other hotels based on the activities done by the user.
- Implement a basic UI with minimal functionality required.
- Shows list of hotes as structured in HotelMock.json
- List of hotels shown with their ratings, tags and views.
- On clicking "Book" user can create either Draft or Complete Booking.
- Activities including Views, Drafts, Bookings are displayed to all.
Each hotel has tags attached with it. Upon successful booking of the user, He/she can navigate to the "Recommendation" tab to see relevant hotels having similar tags.