Commit graph

6 commits

Author SHA1 Message Date
bafbc76cfa
Add missing test case 2020-10-05 08:49:33 +02:00
c234d3e757
Add first API implementation
Allow to retrieve skill and skill set by ID.
Returns PHP classes with proper getter for most important info.
All info are available via PHP array from those classes.
2020-10-05 08:49:33 +02:00
691adc00a6
Follow and validate against PSR-12
This prevents unnecessary merge conflicts in future.
Also code follows a simple formatting rule set and is easier to read.
2020-10-05 08:49:33 +02:00
bf1e666091
Make skill ID optional when creating link instance
Link looks more like a service.
When dealing with dependency injection it would make sense to create a
single instance with settings.

Following calls can then ask to create a button or link with all
necessary information.
2020-10-05 08:42:23 +02:00
Markus Klein
1f42619fef [TASK] Update codestyle and add .editorconfig 2020-09-24 16:54:45 +02:00
619436a2fd
Add tests and execute via GitHub Actions 2020-09-10 11:22:16 +02:00