camper/pkg
jordi fita mas b4919db6c4 Add seasons’ relation, functions, and admin section
Seasons have a color to show on the calendar. I need them in HTML format
(e.g., #123abc) in order to set as value to `<input type="color">`, but
i did not want to save them as text in the database, as integers are
better representations of colors—in fact, that’s what the HTML syntax
also is: an integer.

I think the best would be to create an extension that adds an HTML color
type, with functions to convert from many representations (e.g., CSS’
rgb or even color names) to integer and back.  However, that’s a lot of
work and i can satisfy Camper’s needs with just a couple of functions
and a domain.

To show the color on the index, at first tried to use a read-only
`<input type="color">`, but seems that this type of input can not be
read-only and must be disabled instead.  However, i do not know whether
it makes sense to have a disabled input outside a form “just” to show
a color; i suspect it does not.  Thus, at the end i use SVG with a
single circle, which is better that a 50%-rounded div with a background
color, even if the result is the same—SVG **is** intended for showing
pictures, which is this case.
2023-08-16 20:15:57 +02:00
..
app Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
auth Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
campsite Add the campsite relation, HTTP handlers, and form 2023-08-14 20:18:26 +02:00
company Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
database Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
form Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
locale Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
season Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
template Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
uuid Add the company’s slug in the URL before company-dependent handlers 2023-07-31 18:51:50 +02:00