This feature will display a bar chart on the home page, showing the last 5 job roles. Each bar's height represents the total number of candidates for the job role, while segments within the bar represent the counts of candidates by their application status.
Feature Details
Bar Chart Design
One bar per job role.
Height of each bar represents the total number of candidates for that job role.
Each bar is segmented by ApplicationStatus, with the following statuses represented by distinct colors:
PENDING: Light Blue
NOT_INTERESTED: Grey
INTERESTED: Green
IN_REVIEW: Yellow
INTERVIEW_STAGE: Orange
OFFER: Purple
Segments are proportional to the count of candidates in each status.
Data Display
Job Role Titles displayed on the x-axis.
Total Candidate Counts displayed above each bar.
A color-coded legend below the chart to explain the status colors.