Skip to content

taas-apis-v1.5

Compare
Choose a tag to compare
@maxceem maxceem released this 25 Feb 15:21
c4939d8

Release Notes

  • feat: scripts to re-index data from DB to ES #67
  • feat: script to import data from RCRM using CSV file #101
  • feat: scripts to import/export demo data locally #67
  • feat: replace Job.endDate field with Job.duration field #143
  • feat: created POST /taas-teams/email endpoint to send emails for TaaS App - Interface for Report an Issue
    #144
  • feat: created POST /taas-teams/:teamId/members endpoint to add multiple members by handles and emails #148
  • feat: created proxy endpoints GET /taas-teams/:teamId/members, GET /taas-teams/:teamId/invites, DELETE /taas-teams/:teamId/members/:memberId #158
  • fix: allow sending null values for the fields which allow null #137
  • fix: candidates list in GET /taas-teams/:teamId/jobs/:jobId endpoint #152
  • refactor: deletedAt is managed automatically instead of writing custom logic to avoid bugs when we forget about it. createdAt and updatedAt are also managed automatically now #132
  • chore: unify all the data to be consistent with null or undefined fields`:
    • unify data stored in DB and ES - null values are stored everywhere #133
    • null values and empty arrays are always returned #119
  • chore: Improve Local Setup process #67