add SeatingService with seating plan generation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user