jordi fita mas
2a5b6df8cf
Emit the input event when changing departure date
...
It is necessary to detect the change using AlpineJS, for instance.
2024-02-03 03:22:25 +01:00
jordi fita mas
97fb88cc02
Guard against departure date not having min and max night attributes
2024-02-02 02:55:09 +01:00
jordi fita mas
33a1f0f4e2
Use Date.getTime instead of relaying on implicit conversion
...
Otherwise, fucking IntelliJ does not shut up about imaginary problems.
2024-02-02 02:51:38 +01:00
jordi fita mas
4adad7fa7d
Replace min_nights from campsite_type_costs to range in campsite_type
...
Customer told us that the minimum number of nights is per campsite type,
not per season. And he wants this, along with the maximum number of
nights, in order to limit the range of departure dates that guests can
choose when booking.
2024-01-31 23:06:45 +01:00
jordi fita mas
4f04d973c2
Dynamically set min and max to arrival and departure date inputs
...
The departure must be at list one day after the arrival, but no longer
than seven, due to campground’s policy.
2024-01-31 20:00:38 +01:00