2.2.4 • Published 5 months ago
@universis/events v2.2.4
Universis Event Management
Universis api server scheduling services
Installation
npm i @universis/events
@universis/events
plugin extends api server for managing events
Schema Configuration
Add EventSchemaLoader as schema loader
server/config/app.production.json
"schema": {
...
"loaders": [
{
"loaderType": "@universis/events#EventSchemaLoader"
}
]
...
}
Development
Clone universis-api server, install dependencies and build
git clone https://gitlab.com/universis/universis-api.git
cd universis-api
npm i
npm run build
Note: Following instructions provided at https://gitlab.com/universis/universis-api/-/blob/master/INSTALL.md for configuring universis-api server
Clone project and install dependencies
git clone https://gitlab.com/universis/universis-api-events.git
cd universis-api-events
npm i
Install universis-api as development dependency (for testing)
npm i ../universis-api --save-dev --no-save
Test plugin
npm test
Features
Event management system prototype models have the following features:
- Manage events of any type (organize parent events)
- Organize event based on event organizers like department etc
- Manage event status (e.g. cancel, postpone, schedule, re-schedule an event)
- Manage event performers, attendees and audiences
- Manage event locations
- Create event hours specification for recursive events
- Create and manage recursive events
- Manage person availability for performing or attending an event
- Testing api services
2.2.4
5 months ago
2.2.3
9 months ago
2.2.2
9 months ago
2.2.0
1 year ago
2.1.17
1 year ago
2.1.16
1 year ago
2.1.15
2 years ago
2.1.9
2 years ago
2.1.14
2 years ago
2.1.4
2 years ago
2.1.3
2 years ago
2.1.12
2 years ago
2.1.6
2 years ago
2.1.5
2 years ago
2.1.8
2 years ago
2.1.11
2 years ago
2.1.7
2 years ago
2.1.2
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
1.1.0
2 years ago
2.0.0
2 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
5 years ago
1.0.0
5 years ago