-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
flowchart TD
subgraph state[App state]
searchResults
end
subgraph filters
price[price asc/desc]
amenities_filter[amenities]
end
subgraph results[Search results]
offers_view[Foto, name, price]
end
state <--> useAppState
useAppState --> filters
useAppState <--> results
filters_ui --> filters
filters --> results
subgraph offer_details[Offer details PAGE]
details_view[Gallery, name, description, price, amenities]
end
results -.-> offer_details
searchResults
state is persistent app state- when
searchResults
is changingfilters
must be recalculated - using
filters_ui
user can adjustsearch results
data set - when the user selects a concrete
offer
he should be moved to a separate page - Facility name
- Short facility description
- Number of days
- Title image of the facility
- Total prices range
-
Book now
button (see below) - amenties? as icons