Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Skill Match % Calculation #33

Closed
SathyaJayabal opened this issue Dec 21, 2020 · 3 comments
Closed

Skill Match % Calculation #33

SathyaJayabal opened this issue Dec 21, 2020 · 3 comments
Assignees
Labels
bug Something isn't working P3 QA Pass on Prod

Comments

@SathyaJayabal
Copy link
Collaborator

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%

Screenshot 2020-12-21 at 12 32 02 PM

Screenshot 2020-12-21 at 12 31 47 PM

@SathyaJayabal SathyaJayabal added the bug Something isn't working label Dec 21, 2020
@maxceem maxceem added this to the v1.0 - Initial Launch milestone Dec 21, 2020
@maxceem
Copy link
Contributor

maxceem commented Dec 25, 2020

Fixed via 3aa1bf4

image

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

@maxceem maxceem self-assigned this Dec 25, 2020
@sandhiyakavi
Copy link
Collaborator

Verified. working as expected.

image

@SathyaJayabal
Copy link
Collaborator Author

verified in prod
Screenshot 2021-01-28 at 7 39 24 PM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working P3 QA Pass on Prod
Projects
None yet
Development

No branches or pull requests

3 participants