camper/pkg
jordi fita mas afe77f2296 Add the services page
This page is more or less similar to home, in terms of database: it
has a carousel and a list of items; in this case, the definition of
campsite services.

As i said early, when adding the home carousel, this carousel has its
own relation and set of functions to manage slides.  They are also
duplicated in Go code, but i think i will need to refactor it later to
a carousel package or something like that, because both relations have
the exact same fields and types, so it makes no sense to have twice the
same code.

I already did it with the CSS and JavaScript code, mostly because it was
easier to replace the `.surroundings div` selector with `.carousel`, and
because that way i can have a single template that loads and initializes
Slick.

There is no UI to create or edit service definitions, although there are
the SQL functions, because i have no more time now, and Oriol needs to
check that the style is correct for that page.
2023-09-17 03:42:16 +02:00
..
app Add the services page 2023-09-17 03:42:16 +02:00
auth Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
campsite Add translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00
company Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
database Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
form Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
hex Add cover media to campsite types 2023-09-10 03:04:18 +02:00
home Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
locale Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
season Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
services Add the services page 2023-09-17 03:42:16 +02:00
template Add internationalization and localization of campsite types 2023-09-12 20:20:23 +02:00
uuid Add cover media to campsite types 2023-09-10 03:04:18 +02:00