Commit graph

8 commits

Author SHA1 Message Date
Markus Klein
15ddcb4158 [FEATURE] Add optional caching for skill set data retrieval 2023-07-07 12:19:02 +02:00
Markus Klein
08a1830e75 [TASK] Fetch more details for skills in sets 2023-07-07 09:04:58 +02:00
Markus Klein
f0572b02af [BUGFIX] Allow multiple Skill(Set) uids in CE 2023-07-06 18:56:54 +02:00
Markus Klein
873425c433 [!!!][TASK] Update for TYPO3 11 & 12 2023-07-06 16:39:52 +02:00
Markus Klein
9f43ea427b [BUGFIX] Use more precise extension key
To avoid name clashes we use a more precise extension key.
Also the namespace is adjusted accordingly.

Resolves: #8
2021-01-29 10:32:30 +01:00
4f09af857e
Ensure strict_types are defined 2021-01-23 15:52:16 +01:00
a1dda725a0
Handle unavailable skills and skillsets in backend and frontend
Show an error message in backend, to allow editors to spot the issue.
Hide issues in frontend to not break frontend.

Relates: #1, #2
2020-10-05 09:40:54 +02:00
e967112277
Add content element "skillsets"
Allow editors to add new content element "skills".
The element contains an input for a comma separated list of skill IDs.
A preview in backend is shown.
Frontend rendering is provided.
2020-09-22 14:17:36 +02:00