Skip to content

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

@bobetbat

Description

@bobetbat
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions