add SeatingService with seating plan generation

This commit is contained in:
David Rodenkirchen
2024-08-20 15:34:36 +02:00
parent 96278258ef
commit b9b5e0ede0
10 changed files with 1487 additions and 27 deletions
+19
View File
@@ -0,0 +1,19 @@
# Configuration
## config.toml
TBD
## seating plan
### creation
- Create a new seating plan via diagrams.net editor (make sure to use the "editable XML" version)
- Boxes with a letter followed by up to 3 numbers are detected as seats
- Add the property "category" to designate seats as specific category (otherwise, the default will be applied)
### exporting
- Export as SVG when ready
- remove the onclick listener from the root element (optional)
- add path of svg to seating configuration