rropen / absense-planner

Planner tool for team absences
14 stars 11 forks source link

AP & TA: Entering a first name, last name, and email on the AP UI stores data on the AP DB instead of the TA DB #397

Open Jayden876212 opened 3 weeks ago

Jayden876212 commented 3 weeks ago

image

Editing these fields should interact with the TA API and edit data stored in the TA. Instead, it uses models in the AP. Therefore, some more work has to be done on the TA API. This should allow issue https://github.com/rropen/absense-planner/issues/332 to be properly fixed and for full names to become the default way to refer to team members.