Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2web/os2web_events
OS2Web Events D8 Module
https://github.com/os2web/os2web_events
Last synced: about 1 month ago
JSON representation
OS2Web Events D8 Module
- Host: GitHub
- URL: https://github.com/os2web/os2web_events
- Owner: OS2web
- Created: 2020-11-06T08:09:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T12:04:06.000Z (7 months ago)
- Last Synced: 2024-08-09T04:10:03.370Z (5 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS2Web Events Drupal module
## Module purpose
The aim of to add Events content types and Events search view.
## Additional settings
Settings are available under `admin/config/system/os2web-events`
* **Old events should be** - How to handle the events that are no longer present in the feeds.## Submodules
### os2web_events_kulturnaut
The aim of to provide import of the events from Kultunaut feed.**Additional settings**
Settings are available under `/admin/config/system/os2web-kulturnaut`
* **Possible event versions** - allows mapping between imported event version (visible in import URL after _?version=_ prefix) and OS2Web Section and Os2web event categories.
* **Section mappings** - mapping each version with section (only if versions are not empty)
* **Category mappings** - mapping each version with category (only if versions are not empty)## Install
1. Module is available to download via composer.
```
composer require os2web/os2web_events
drush en os2web_events
```1. After activation, run cron to trigger the import.
## Update
Updating process for OS2Web Events module is similar to usual Drupal 8 module.
Use Composer's built-in command for listing packages that have updates available:```
composer outdated os2web/os2web_events
```## Automated testing and code quality
See [OS2Web testing and CI information](https://github.com/OS2Web/docs#testing-and-ci)## Contribution
Project is opened for new features and os course bugfixes.
If you have any suggestion or you found a bug in project, you are very welcome
to create an issue in github repository issue tracker.
For issue description there is expected that you will provide clear and
sufficient information about your feature request or bug report.### Code review policy
See [OS2Web code review policy](https://github.com/OS2Web/docs#code-review)### Git name convention
See [OS2Web git name convention](https://github.com/OS2Web/docs#git-guideline)