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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
As part of this task, we don't use skillMatched which is generated by the server, and calculate client-side using the list of job and user skills. So now we can remove it from the server topcoder-platform/taas-apis#82
Skill Matched % should be percentage of a users skills that match the assigned jobs skills.
Example:
Job id:
d226c1d1-b38f-4ed8-82e7-36f1140f8ffe
Job skills is
2D Computer Graphics, 3D Projection, Java
User Skills is:
Java
Expected : Skill Match % should be 33.3 % (1 out of 3 skills)
Actual : Skill Match % is 1%
The text was updated successfully, but these errors were encountered: