Remove "skillMatched" property from all the responses

Register
Submit a solution
The challenge is finished.

Challenge Overview

Currently, we are calculating skillMatched property server-side and return it in endpoints:

  • GET /taas-teams/:teamId
  • GET /taas-teams/:teamId/jobs/:jobId

Though I think this property is unnecessary.

Both these endpoints return the list of job skills and list of user skills. So we can calculate the number of matched skills client-side.

I suggest removing this from API (including swagger and postman).

@nkumar-topcoder what do you think?



Final Submission Guidelines

Git issue link: https://github.com/topcoder-platform/taas-apis/issues/82

Review style

Final Review

Community Review Board

Approval

User Sign-Off

Challenge links

ID: 30160369