puzzle / skills

Open source skill management web application
GNU Affero General Public License v3.0
61 stars 19 forks source link

Update PTime API | PuzzleTime Sync #5 #744

Open kcinay055679 opened 3 months ago

kcinay055679 commented 3 months ago

Introduction At the moment, the PuzzleTime API doesn't provide us with all the data necessary to create a new Person if we need to. To be able to do this, a few new fields need to be added to the API. These fields are:

We also have noticed, that we get a field with employment_roles from the API, which is an array, but it is always empty. Take a look at what it is, if it is broken somehow and if it maybe even is helpful for us.

ToDo