os2web / os2web_meetings_edoc_fujitsu
Import meetings from EDOC Fujitsu ESDH system
Installs: 413
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- drupal/migrate_plus: ^5.1
- drupal/migrate_tools: ^5.0
This package is auto-updated.
Last update: 2024-10-20 08:17:48 UTC
README
Module purpose
The aim of this module is to import meetings from EDOC Fujitsu ESDH providers.
This module is highly dependent on Os2web Meetings module and serves as an implementation of it.
How does it work
Meetings are being imported from so called agenda or manifest files, that are provided by specific EDOC Fujitsu ESDH provider.
OS2Web Meetings EDOC Fujitsu serves as an adapter that converts meetings into a canonical format.
After "translating" each meeting is then processed and eventually imported in the system.
Import is handled via Migrate API, which is part of the Drupal 8 core functionality.
Additional settings
Settings are available under admin/config/system/os2web-meetings
- EDOC Fujitsu Meetings manifests path - Path to agenda directory.
Install
Module is available to download via composer.
composer require os2web/os2web_meetings_edoc_fujitsu
drush en os2web_meetings_edoc
Import process
The import process can be done in two ways:
-
Via Drush (recommended)
- Use the following Drush command to start the migration:
Read more about the Drush commands for Migrate API on Migrate tools.drush migrate:import os2web_meetings_edoc_fujitsu_import
- It is highly recommended to set up a cronjob on your server to do the run this command often
- Use the following Drush command to start the migration:
-
Via Admin UI
- Go to
admin/structure/migrate/manage/os2web_meetings/migrations
on your installation - Click
Execute
next to Meeting import (EDOC Fujitsu) - Click
Execute
on the next page as well (doing that will use default options).
- Go to
Update
Updating process for OS2Web Meetings 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_meetings_edoc
Automated testing and code quality
See OS2Web testing and CI information
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.