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
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