add more documentation & move setting to comp

This commit is contained in:
2023-06-02 17:16:00 +02:00
parent 8fcd65c153
commit 49d785f2d7
11 changed files with 364 additions and 164 deletions

View File

@@ -0,0 +1,14 @@
# Events
This is the most feature rich admin page of libreevent. Here you can change everything regarding an event.
## Creating new events
Creating new events is as simple as clicking the plus icon in the top right corner and following the prompts.
### Event name
This is the name that is being displayed when users are browsing your events. Cannot be longer than 50 characters.
### Event description
Describe what your event is about. It will be displayed underneath the event name when users are browsing your events. In the browsing view, the length of the description is limited to 150 characters, after which three dots will be added to the text and a 'continue reading' button will be added. Technically, there's no limit to the length of the event description, but don't overdo it with the length, as the user is unlikely to read more than a couple words anyway.
### Event location
Choose a location where your event is going to take place. You can do so by selecting an existing location from the dropdown or by adding a new one. In the same step, you'll also need to choose between a seat plan and no seat plan, and if you choose a seat plan, you'll need to create one using out handy seatplan editor. See our seatplan editor guide [here](&/admin-panel/seatplan-editor)