Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search results a list of cards with base facility info: #10

Open
2 of 7 tasks
Tracked by #7
bobetbat opened this issue Jul 20, 2022 · 0 comments
Open
2 of 7 tasks
Tracked by #7

Search results a list of cards with base facility info: #10

bobetbat opened this issue Jul 20, 2022 · 0 comments
Labels

Comments

@bobetbat
Copy link
Contributor

bobetbat commented Jul 20, 2022

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
Loading
  • searchResults state is persistent app state
  • when searchResults is changing filters must be recalculated
  • using filters_ui user can adjust search 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
@bobetbat bobetbat mentioned this issue Jul 20, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant