This plugin unlock advanced planning features (scheduler view) in GLPI (Home > Assistance > Planning).
Glpi uses Fullcalendar lib to display its planning. The scheduler part is triple licenced, the GLPI case is supported by the option 3 : open source. As the option 3 is released under GLPV3, we can't use it directly in GLPI as it's incompatible with our licence (GPLv2+).
So this plugin just include the lib and add the option schedulerLicenseKey: 'GPL-My-Project-Is-Open-Source'
to avoid licence incompatibility.
- Open a ticket for each bug/feature so it can be discussed
- Follow development guidelines
- Refer to GitFlow process for branching
- Work on a new branch on your own fork
- Open a PR that will be reviewed by a developer