e-Learning-by-SSE / nm-skill-service

The Skill Repository Service allows content creators / teachers to develop their own competence repositories (i.e., taxonomies), share them with others, and use them to model required and offered compenences of a course.
Apache License 2.0
0 stars 0 forks source link

Review API: career-profiles (GET/POST) #103

Closed Elscha closed 6 months ago

Elscha commented 7 months ago

Beschreibung

Review und falls nötig fehlende Funktionen implementieren um:

Image

Verantwortlichkeiten

Hinweise

Elscha commented 6 months ago

Entscheidungen vom Gespräch mit Eugen/Florian am 9.4.2024

Job

LPhD commented 6 months ago

Job: • title: string • startTime: Date (sorty by ascending) • endTime: Date | null • company: string (Name of company, not ID)

LPhD commented 6 months ago

GET with id returns complete career profile including children (career_profiles/career_profile_id). GET (career_profiles) returns all career profiles, which can be useful for learning/ai functions. Miro board is updated accordingly. User id is always the same as career profile id (one to one relation).