camper/pkg
jordi fita mas e3503187d3 Add campsite map in SVG
I intend to use the same SVG file for customers and employees, so i had
to change Oriol’s design to add a class to layers that are supposed to
be only for customers, like trees.  These are hidden in the admin area.

I understood that customers and employees have to click on a campsite to
select it, and then they can book or whatever they need to do to them.
Since customers and employees most certainly will need to have different
listeners on campsites, i decided to add the link with JavaScript.  To
do so, i need a custom XML attribute with the campsite’s identifier.

Since i have seen that all campsites have a label, i changed the
“identifier” to the unique combination (company_id, label).  The
company_id is there because different companies could have the same
label; i left the campsite_id primary key for foreign constraints.

In this case, as a test, i add an <a> element to the campsite with a
link to edit it; we’ll discuss with Oriol what exactly it needs to do.

However, the original design had the labels in a different layer, that
interfered with the link, as the numbers must be above the path and
the link must wrap the path in order to “inherit” its shape.  I had no
other recourse than to move the labels in the same layer as the paths’.
2023-09-24 03:17:13 +02:00
..
app Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
auth Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
campsite Add campsite map in SVG 2023-09-24 03:17:13 +02:00
carousel Fix the label and prompt for the carousel media field 2023-09-22 02:17:56 +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 Add the upload form to the media picker 2023-09-22 01:40:22 +02:00
hex Add cover media to campsite types 2023-09-10 03:04:18 +02:00
home Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
locale Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
media Add the upload form to the media picker 2023-09-22 01:40:22 +02:00
season Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
services Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
template Add campsite map in SVG 2023-09-24 03:17:13 +02:00
uuid Add cover media to campsite types 2023-09-10 03:04:18 +02:00