-
Notifications
You must be signed in to change notification settings - Fork 24
Update Match Found Screen #412
Comments
@nikolay83 Does this apply only to the Skills and Job Description results? The Role page doesn't involve a skill search & matching process. |
@cagdas001 |
@nikolay83 can you give me some test data? but the BE not return which skill is matched? so I need to change the BE API? if I input |
I know, we do not to modify the BE api |
@nikolay83 how about these ones? |
@nikolay83 is there any skill api, I can use to get skill id by skillname, in order to show to skill image , we should get the skill id first |
|
|
The skills matched should show the skills the customer identified, not the skills on the role. So if a Customer inputs: "React.js, Node.js, .NET, SCSS" , then those 4 should be shown, with React, Node and SCSS highlighted. Always put the customers top N skills on the top of the list. |
@wdprice @nikolay83 Could you please explain elaborately, |
You are correct @yoution. By disable, I assume you are saying it will be displayed, but "grayed out" |
@yoution @wdprice This scenario is something that doesn't happen according to the current implementation, because when a search is made for
|
@sdgun there is a |
@yoution So we only allow user to select up to 3 skills max, with that this scenario cannot happen right? |
@sdgun no, if BE config the |
@yoution since we only allow max 3 skills from UI, the max value rate can go only up to 0.66(ex- looking for skilla, skillb, skillc and role has only 2 of them, so 2/3) which is less than 0.7 and returns custom role. So this grayed out skills we cannot test with current UI restriction? |
@sdgun - we can update the match threshold pretty easily - I am OK with updating to .66 so we can get matches on 2 out of 3. |
@nikolay83 @yoution - one thing I noticed in my recent tests - we are still showing the old match screen when the user taks the "Select a Role" path. For that path only can we use the new screen and show all the skills related to the Role? Current functionality for job description and input skills is great, just the role path would be affected by this request. |
@nikolay83 - did you see the above comment? Want to get this update in before we launch. |
Verified the UI issue of members matched section shrinking. but didn't verify the skills disabling since match rate is 7. Not closing the issue since the above issue reported by Will |
Removing Ready for Dev QA label since #412 (comment) is pending |
@yoution |
ok, I will add it |
Update to the Successful match screen: https://marvelapp.com/prototype/89c7i66/screen/81081386
Note: while the updated design does not contain this element, please keep it at the bottom of the element, along witht he full time / part time feature:

The text was updated successfully, but these errors were encountered: