mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add more documentation & move setting to comp
This commit is contained in:
@@ -8,4 +8,7 @@ Here's a list of the pages available when logged in as the root user. All other
|
||||
- [Plugins](&/admin-panel/plugins)
|
||||
- [Settings](&/admin-panel/settings)
|
||||
|
||||
Additionally, some settings might not be available to all admin accounts on all pages.
|
||||
Additionally, some settings might not be available to all admin accounts on all pages.
|
||||
|
||||
*As a general recommendation, we do not encourage logging in as the root user if not strictly necessary, as this can help protect the libreevent installation*.
|
||||
|
||||
|
||||
@@ -4,9 +4,18 @@ On this page you may add, modify or remove admin accounts. Note that in order fo
|
||||
## Adding an account
|
||||
|
||||
### Privileges
|
||||
libreevent features a privilege system where you can choose to what group of users you want to add a user you are currently creating. Possible values are:
|
||||
|
||||
Group | Allowed settings
|
||||
----------------|------------------
|
||||
Root | All pages. Can only be one account (the root account)
|
||||
Admin | Can access all pages and settings except for Admin Accounts
|
||||
Event-Manager | Access the events & pages page
|
||||
Event-Handler | Can log into the apps to do entry control
|
||||
|
||||
|
||||
### Email
|
||||
An Email address is required for account activation and to recover a password in case it gets lost. The system will automatically send an activation email so the user can confirm that the email address is valid.
|
||||
|
||||
|
||||
### 2FA
|
||||
|
||||
@@ -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)
|
||||
@@ -0,0 +1 @@
|
||||
# Plugins
|
||||
14
website/src/admin-panel/seatplan-editor.md
Normal file
14
website/src/admin-panel/seatplan-editor.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Seatplan editor
|
||||
The seatplan editor is a graphical editor where you can create and modify the seating plan of virtually any room. We recommend that you start in the top left corner of the seatplan and then move down diagonally, as it is the easiest to do. Each so-called component can be either a stand area, a stage area or a seating area, with each of them featuring different layouts. You can change everything in the properties pane.
|
||||
|
||||
## Adding more components
|
||||
You may add more components by simply clicking the plus icon in the toolbar of the editor. The component will spawn in the top left corner of the seatplan and the view will automatically be moved towards it.
|
||||
|
||||
## Removing components
|
||||
You may remove components by clicking the trash icon or by hitting 'delete' on your keyboard.
|
||||
|
||||
## Editing history
|
||||
The editor features undo and redo functions such that you can undo your mistakes and accidental undos can be reverted. Just hit the corresponding button in the toolbar.
|
||||
|
||||
## Saving
|
||||
The editor does auto-save a draft every minute. Pressing Ctrl + S or hitting the Save button in the toolbar will immediately save the seatplan as a draft. Click the deploy button to save the seatplan permanently, irreversibly overwriting any potentially existing old seatplan of that location, except you change the location name after the fact.
|
||||
Reference in New Issue
Block a user