Go to file
jordi fita mas 1e1797c1b4 Go back to WYSIWYG for campsite types’ description and remove pages
GrapesJS was not working: too complex for users and not enough for
designers.

Therefore, we decided to use a simple WYSIWYG widget for the campsite
types’ description, while we will do the actual HTML template with an
external editor.  Once that is done, we will convert that HTML to Go
templates and get the description’s content from the database.

Now the pages section has no sense: all the pages will be straight Go
templates.  Only the pages for “special things”, like campsite types,
will use the database, and only for some fields, not the whole page.
2023-08-12 05:41:34 +02:00
cmd/camper Allow users to update their profile images 2023-07-28 20:15:09 +02:00
debian Add correct dependencies for camper-sqitch 2023-07-31 16:20:13 +02:00
deploy Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00
pkg Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00
po Add the pages section 2023-08-08 20:09:57 +02:00
revert Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00
test Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00
verify Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00
web Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00
.gitignore Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
Makefile Add Debian package 2023-07-27 20:00:08 +02:00
demo.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
go.mod Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
go.sum Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Go back to WYSIWYG for campsite types’ description and remove pages 2023-08-12 05:41:34 +02:00