Closed
Description
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?