Skip to content

[$30] Remove "skillMatched" property from all the responses #82

Closed
@maxceem

Description

@maxceem

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions