job-hax/backend

Exclude already deleted job applications from metrics

Closed this issue · 0 comments

Currently, we are changing an isDeleted flag in the JobApplication table if the user deletes a job application from their dashboard. However, in all metric endpoints /api/metrics the API returns the job applications which have the isDeleted flag. All the job application instances which have the isDeleted flag should be excluded from the response.