skilldisplay / core
SkillDisplay Skill Management backend extension
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.4
- ext-json: *
- ext-pdo: *
- bithost-gmbh/pdfviewhelpers: ^2
- reelworx/t3-mailservice: ^1
- sjbr/static-info-tables: ^6.8
- typo3/cms-core: ^10.4
Requires (Dev)
- typo3/minimal: ^10.4
- typo3/testing-framework: ^6
README
This extension is the backend for managing skills. With this extension you receive all the tools for defining and managing Skills and SkillSets. It provides an REST-like API for the MySkillDisplay app and third-party integrations.
Some public API endpoints can be accessed publicly without authentication. Others require an API key. The public API endpoints are documented at https://documenter.getpostman.com/view/18067935/UV5c8uxh
License
See LICENSE.txt provided with this package.
Hosting requirements
For some PDF generation the executable weasyprint
(https://weasyprint.readthedocs.io/en/stable/) is necessary on the server.
Development
Using yarn and gulp
Use yarn inside the docker container. For convenience we provide ./yarn.sh
Gulp tasks can be run with:
./yarn.sh gulp <task>
Building mails:
The mail templates use the Foundation Emails framework. So the source files (Resources/Private/MailTemplatesSrc/
) need to be compiled.
./yarn.sh gulp mail
SkillDisplay App (aka Frontend)
The SkillDisplay App will be released separately in the near future.
Skill Management
Importing existing skills:
We will introduce means to import existing skills from the central skill vault on skilldisplay.eu
(https://www.skilldisplay.eu) in the near future.
Methodology and Manuals
You can find articles on how to use the Visual Skill Editor for creating and managing your own SkillSets at the SkillDisplay service desk
(https://skilldisplay.atlassian.net/servicedesk/customer/portal/2)