We are doing a hotel search app!!!!!!!!!!!!
| \ _ / -= (_) =- / \ _\/_ | //o\ _\/_ _____ _ __ __ ____ _ | __/o\\ _ =-=-_-__=_-= _=_=-=_,-'|"'""-|-,_ =- _=-=- -_=-=_,-" | =- =- -=.--"
As a backend Hotel4 API is used.
checkout using
Draw some architecture
Inspect the structures of
- API model
- UI model
Explain what is going on
Design and Implementation of following use case:
User chooses city to search hotels for
Users triggers search
User gets search results displayed. Following properties should be displayed :
- id
- name
- stars
- customer rating
- location
- price
Design and Implementation of following use case:
User enters start data and end date
User triggers search
User gets search results displayed. Following properties should be displayed :
- id
- name
- stars
- customer rating
- address
- price
- Use Case 3: Sorting results