A shiftsplaner app for Nextcloud.
- Interactions with the Nextcloud Calender app! Easy integration into the existing Calender of Nextcloud.
- Manage and organize your Shifts System! Customize your Shifts Model with different Shifttypes
- Separation of Users by different Nextcloud user Groups! Divide your Workforce with different Skill-Levels
More to come:
- Further maturing of the app
- Individualisation
If you experience any issues or have any suggestions for improvement, use the issue tracker.
For new contributors, please check out ContributingToNextcloudIntroductoryWorkshop
Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, npm to fetch Node.js is needed for installing JavaScript dependencies.
Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:
make dev-setup
Documentation for Nextcloud translation: https://docs.nextcloud.com/server/22/developer_manual/basics/front-end/l10n.html
Nextcloud translation tool: https://github.com/nextcloud/docker-ci/tree/master/translations/translationtool
- Generate .pot file:
translationtool.phar create-pot-files
- Copy the template file into the language directory:
cp shifts/translationfiles/templates/shifts.pot shifts/translationfiles/de/shifts.po
- Edit po file
- Convert po file:
translationtool.phar convert-po-files
- Admin documentation (installation, configuration, troubleshooting)