Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic workflow for a touristic website:

...

Homepage:

We create a search bar with 3 inputs: arrival_date, departure_date and people.

...

The button “Search availability” will go to a new page with the parameters for the inputs, where we will show the list of available properties.

...

List of properties:

We read the parameters of the URL.

...

Catalog.minimum_rate → this will give us the minimum price, then we can put something like:

...

Property page:

Status
titlecoming soon

...

Advanced workflow for a touristic and long-term rental website:

...