This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
[$50] Logic for skills showing #36
Closed
Description
Initially, we had functionality for showing the required skills in popup by 2 columns with checkmarks and crosses. But as per #1 it was removed.
It feels that we actually need this to show skills for resources and for job candidates.
Resource Bookings
Currently, it looks like this. We show only the skills which user has, but we don't show which skills are required by the job here, and we don't show which of the required skills users has.
-
For Resource Bookings we have 2 kinds of skills:
- Skills required by job
- Skills which user (resource) has
When we show popup I guess it would be good to show:
- what skills are required by job
- what of the skills required by job user has, and which user doesn't have
- what other skills not required by job user has
-
So I think it would be good to show a popup with 2 columns and icons (checkmark, cross), though we can only rename columns:
- First column says Required Job Skills which would list all the skills required by the job, and using a checkmark and cross indicate which of the skills user have
- Second column says Other User Skills would list all the skills of the user which are not required by the job but user have them
Job Candidates
- the same logic like for Resource Bookings
Open Positions (Jobs)
- keep as it is with only one list of required skills
@wdprice what do you think?