Go to file
jordi fita mas e726bde025 Replace admin’s campsite map with a booking grid
Customer told us that they are used to a view of the booking status of
each campsite in the form of a grid: each campsite is a row, and each
day a column; bookings are show as boxes from the first day to the last
day on the corresponding campsite’s row.

I do not yet show the booking boxes, but at least now i have the grid
and date selector form in place.

In the form i would need a couple of input[type=month], but this is not
yet supported in Firefox and Safari. According to MDN, one common way
to bypass that problem is to have two fields, one for the month and the
other for the year; i just did that, but had to create a new input type
in the `form` package just for this.
2024-04-19 11:29:52 +02:00
cmd/camper Increase HTTP timeout 2024-03-05 12:05:00 +01:00
debian Tag database with version 7 2024-04-03 09:34:36 +02:00
demo Change demo’s email address 2024-03-24 20:28:48 +01:00
deploy Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
pkg Replace admin’s campsite map with a booking grid 2024-04-19 11:29:52 +02:00
po Replace admin’s campsite map with a booking grid 2024-04-19 11:29:52 +02:00
revert Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
test Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
verify Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
web Replace admin’s campsite map with a booking grid 2024-04-19 11:29:52 +02:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Send an email on notification of success payment 2024-02-13 05:20:35 +01:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
guix.scm Add Guix package definition 2024-01-28 18:12:38 +01:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00