January, 2024

by Tony Rule
  • Added GET, POST /people-tags
  • Added archive/unarchive projects through PATCH /projects/{id}
  • Fix for POST /assignments when holidays exist
  • Fix for showing error when placeholder is used on POST /actuals
  • Fix to show correct number format on GET /projects
  • Fix for GET /clients not returning correct response

December, 2023

by Tony Rule
  • Added GET /reports/hours/projects/:id
  • Added support for people skills
  • Added DELETE /projects/:projectId/milestones/:milestoneId
  • Added GET /skills/:id/people endpoint
  • Added DELETE /time-offs/rostered-off/:id
  • Added GET /reports/totals/projects/:id
  • Added GET /project/:id/project-rates
  • Added GET /timeoffs/rostered-off
  • Added GET /people/:id/time-offs/rostered-off
  • Added date filters to GET /projects/id/assignments
  • Added date filters to GET /people/id/assignments
  • Added GET /people/{personId}/time-offs
  • Added DELETE /time-offs/:id
  • Added GET /reports/hours/people
  • Added DELETE /person/🆔/skills/:skill
  • Added GET /reports/totals/projects
  • Added GET /invitations
  • Added DELETE /invitations/:id
  • Added POST /time-offs
  • Improved docs with consistent OpenAPI tags