SkillDisplay Skill Management backend extension

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v115.0.7 2024-02-14 18:11 UTC

This package is auto-updated.

Last update: 2024-04-14 18:40:03 UTC


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 ./Scripts/node.sh yarn

Gulp tasks can be run with:

./Scripts/node.sh yarn gulp <task>

Building mails:

The mail templates use the Foundation Emails framework. So the source files (Resources/Private/MailTemplatesSrc/) need to be compiled.

./Scripts/node.sh yarn gulp mail

Local testing and composer dependencies

./Scripts/composer.sh upgrade -W is your friend

SkillDisplay App (aka Frontend)

The SkillDisplay App will be released separately in the near future.

Skill Management

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)