You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
city
birthdate
nationality
active member flag
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
Fork PuzzleTime repo if you dont have access and setup the project locally
Add all missing fields to the /api/v1/employee endpoint of PTIme
Check the /api/v1/employee/1 endpoint, it should return the correct data
update Tests
Create PR on PuzzleTime repo
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: