Versions Compared

Key

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

...

Basic workflow for a touristic website:

...

Which webservices do we need for the basic workflow?

There are a total of 18 different webservices, but it is not necessary to use all of them. The bare minimum to create a complete vacational rentals website are:

  • Catalog

  • DailyAvailability

  • DailyRates

  • Lodging

  • Calendar

...

Homepage:

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

...

Option 1: If the parameters exist → we will show the available properties for those dates / people, with the total price of the stay (nights + cleaning fee if any + booking fee in any).

Option 2: If there are no parameters → we will show all the properties in the system that have the minimum requirements. We can show the minimum price, so that the user has an idea, but it’s optional.

...

Property page:

Status
titlecoming soon

For the property page we will use Lodging, Calendar and DailyRates.

This is a page with the minimum content:

...

...

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

...