Commit graph

35 commits

Author SHA1 Message Date
Markus Klein b53dde14e2 [BUGFIX] Create SkillSet entity from array 2023-07-07 14:10:16 +02:00
Markus Klein ceabcd7482 [FEATURE] Add endpoint for skillset list 2023-07-07 12:49:17 +02:00
Markus Klein a7e0532d06 [TASK] Throw exception if required API key is missing 2023-07-06 18:30:20 +02:00
lisam a6756cc2b8 Merge branch 'php8-migration' into organisation 2023-07-06 15:13:25 +02:00
julianzangl 4af9c1c656 test changes 2023-07-06 15:10:44 +02:00
lisam ae0c838722 Added Member and Organisation Statistic with Test 2023-07-06 14:48:23 +02:00
julianzangl 9a335a7486 added SkillSetProgress with Tests 2023-07-06 14:24:24 +02:00
lisam 55ced21f7d Added property types to link 2023-07-06 10:11:32 +02:00
lisam d6d9c293f5 Added property types 2023-07-06 10:09:41 +02:00
Markus Klein 16035774e6 [FEATURE] Support includeFullSkills for SkillSets
Fixes: #10
2021-07-02 15:55:58 +02:00
Markus Klein 3ed3abc0d2 [FEATURE] Make verification auto-confirm configurable #9 2021-07-02 15:48:54 +02:00
Markus Klein a42f76226a [BUGFIX] Use correct base URL for media 2021-02-19 15:23:29 +01:00
Daniel Siepmann 4741df6803
Allow json decode of received campaigns response
The body is an instance of a stream.
Therefore we need to cast so string before passing to json_decode.
That's necessary because strict_types are forced.
2021-01-22 11:06:27 +01:00
Markus Klein adec8fd806 [TASK] Fix indentation 2020-11-20 15:11:07 +01:00
Matthias Böhm 66f9f2bd5e Add API call for existing campaigns of the user 2020-11-20 15:02:13 +01:00
Daniel Siepmann 1799af118b
Add brands
Provide getter for brand and brands to SkillSets and skills.
Support frameworks and libraries that need getter "methods with get".
2020-11-04 15:43:52 +01:00
Daniel Siepmann 59f1ffab4a
Prevent skill sets from sharing their skills
Each SkillSet should provide his own skills and should not share the
skills with other skill sets.
Therefore use an instance property instead of static.
2020-10-19 15:37:42 +02:00
Daniel Siepmann ac31dd09d0
Fix wrong verification link for skillsets
For whatever reason, URL structure is different for skillsets compared
to skills.
2020-10-19 11:48:02 +02:00
Markus Klein 6d27e3d0f8 [BUGFIX] Correct link building
Resolves: #3
2020-10-08 16:52:43 +02:00
Markus Klein ca56b9224c [FEATURE] Integration campaign support
Resolves: #3
2020-10-08 16:47:44 +02:00
Daniel Siepmann 94c2038658
Handle 404 and "Oops" API responses
The API is created by a TYPO3.
It provides proper 404 for unavailable Skill IDs.
An "Oops" is returned for unavailable SkillSet IDs.
2020-10-05 09:23:51 +02:00
Daniel Siepmann 8179104233
Add missing declare_strict 2020-10-05 08:51:59 +02:00
Daniel Siepmann 444fc7021e
Provide verification link and button for SkillSet 2020-10-05 08:49:34 +02:00
Daniel Siepmann 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
Daniel Siepmann 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
Daniel Siepmann c75aa1f2c0
Support PHP 7.2 and 7.3
As those are still supported and used by many Unix distributions.
Many software is running on PHP 7.2 and 7.3 and the code base should
support those versions.
2020-10-05 08:45:52 +02:00
Daniel Siepmann 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
Florian Weiss f765b1fbff [FIX] parameter array for issuing 2020-05-20 16:58:02 +02:00
Florian Weiss 04634f4278 [FIX] Fix function call for SkillSet Verification 2020-05-20 16:49:47 +02:00
Florian Weiss 14eef81363 [TASK] Introduce SkillSet Verification 2020-05-20 16:47:18 +02:00
Florian Weiss 1ad35bd909 [FIX] Verification constant education 2020-05-20 16:38:10 +02:00
Florian Weiss 1c8c07954f [FIX] Return ResponseInterface after issuing verification instead of direct output 2020-05-20 16:25:48 +02:00
Florian Weiss 91b0f0d8f9 [TASK] Introduce Examples and means for rendering Verification Buttons 2020-03-26 17:54:35 +01:00
Florian Weiss 50f06d3aa2 Initial commit 2020-03-26 12:56:55 +01:00