joshsoftware / joshsoftware/EZScreen
Bug-012- Skill-specific experience years are assigned without clear evidence or calculation trace.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 18h 32m
- Merged PRs (30d)
- 30
Description
Suggested bug / clarification
Summary:
Skill-specific experience years are assigned without clear evidence or calculation trace.
Module:
Resume Parsing → Skill Experience Extraction
Severity: Medium
Priority: Medium
Description:
The parsed resume output assigns specific experience durations to individual skills, such as Node.js = 6.7 years, Express.js = 6.7 years, MongoDB = 4.7 years, PHP CodeIgniter = 4.9 years, and Redux = 0.0 years. However, the resume does not explicitly provide these exact durations for each skill.
The output does not indicate whether the years are:
Explicitly extracted from the resume.
Inferred from employment duration.
Inferred from project duration.
Calculated from skill mentions across roles.
Assigned as zero when no duration is found.
Expected:
The system should either:
Extract skill-specific years only when supported by explicit resume evidence, or
Clearly identify inferred values and provide the source role/project or calculation basis.
Actual:
The system returns precise skill-specific years without an explanation of how those values were calculated.
Example:
{
"skill": "Redux",
"years": 0.0
}
The resume lists Redux as a skill, but does not provide a specific duration.
Attachnment :
{
"id": "41128ec2-016c-4bc8-a501-fef8e1a80949",
"job_description_id": "b0978a97-1ddc-4636-98ad-d99a86883805",
"candidate_id": "b01693d1-c88f-42db-be66-cbb1e6164320",
"status": "applied",
"source": "hr_bulk",
"candidate_yoe": 6.5,
"resume_score": "9.50",
"first_name": "Shankar",
"last_name": "Shriram Varat",
"email": "shankarvarat@gmail.com",
"phone": "+91 99603 78582",
"has_resume": true,
"resume_file_name": "Fullstack_SHANKAR__VARAT-_MERN_Stack_1.pdf",
"parsed_resume": {
"experience": {
"roles": [
{
"title": "Full Stack Developer",
"years": 3.0,
"company": "Techpipers Tech Services Pvt. Ltd.",
"end_date": "present",
"highlights": [
"Architected and scaled a multi-tenant SaaS recruitment ecosystem supporting 20+ active tenant job boards",
"Designed and managed end-to-end AWS cloud infrastructure with programmatic dynamic DNS mapping",
"Developed scalable backend services using Node.js, Express.js, MongoDB, PHP CodeIgniter, and REST APIs",
"Deployed applications on AWS EC2 with Linux, Nginx, and SSL configuration",
"Engineered a hierarchical multi-role authentication system using OAuth 2.0, JWT, and custom RBAC",
"Designed and optimized REST APIs for employer, candidate, and admin portals",
"Integrated CCAvenue and Stripe payment gateways for subscription automation",
"Collaborated with frontend teams to integrate React applications",
"Optimized MySQL and PostgreSQL queries, reducing server response times by 20%"
],
"start_date": "2023-09"
},
{
"title": "MERN Stack Developer",
"years": 1.8,
"company": "Prolifiquetech",
"end_date": "2023-09",
"highlights": [
"Spearheaded backend development for a high-availability CRM platform for 100+ field agents",
"Implemented advanced MongoDB indexing strategies, increasing query efficiency by 30%",
"Architected and deployed SPAs utilizing the MERN stack (MongoDB, Express.js, React, Node.js)",
"Designed scalable MongoDB schemas and aggregation pipelines",
"Engineered authentication flows using OAuth 2.0, Google APIs, JWT, and reCAPTCHA",
"Engineered secure RESTful APIs and automated workflow modules",
"Collaborated with frontend teams to develop responsive React interfaces and reusable components"
],
"start_date": "2021-12"
},
{
"title": "Full Stack Developer",
"years": 1.8,
"company": "Zotalabs Private Limited",
"end_date": "2021-12",
"highlights": [
"Delivered full-stack enterprise solutions utilizing Node.js, Express.js, React, PHP CodeIgniter, and MySQL",
"Consulted with clients to translate business requirements into scalable architectural blueprints",
"Designed modular backend components and REST API endpoints",
"Developed responsive React user interfaces and established API integrations",
"Optimized application performance and resolved critical production issues"
],
"start_date": "2020-03"
}
],
"total_years": 6.5
},
"personal_info": {
"email": "shankarvarat@gmail.com",
"last_name": "Shriram Varat",
"first_name": "Shankar",
"github_url": null,
"leetcode_url": null,
"linkedin_url": "linkedin.com/in/shankarvarat",
"phone_number": "+91 99603 78582"
},
"primary_skills": [
"Node.js",
"Express.js",
"React",
"MongoDB",
"JavaScript",
"TypeScript",
"AWS",
"REST APIs",
"SQL",
"Python",
"NestJS",
"PHP CodeIgniter",
"FastAPI",
"Django",
"Redux",
"MySQL",
"PostgreSQL",
"Firebase Firestore",
"GCP",
"Azure",
"Docker"
],
"domain_expertise": [
"SaaS",
"CRM",
"Healthcare",
"Recruitment",
"Education"
],
"secondary_skills": [
"HTML5",
"CSS3",
"Bootstrap",
"Tailwind CSS",
"AJAX",
"Git",
"CI/CD",
"OAuth 2.0",
"JWT",
"RBAC",
"Google Auth",
"API Security",
"Postman",
"GitHub",
"VS Code",
"npm",
"Yarn",
"Stripe",
"CCAvenue Integration",
"WhatsApp APIs",
"Google APIs",
"Firebase APIs"
],
"skill_experience": [
{
"skill": "Node.js",
"years": 6.7
},
{
"skill": "Express.js",
"years": 6.7
},
{
"skill": "React",
"years": 6.7
},
{
"skill": "MongoDB",
"years": 4.7
},
{
"skill": "JavaScript",
"years": 6.0
},
{
"skill": "TypeScript",
"years": 6.0
},
{
"skill": "AWS",
"years": 2.9
},
{
"skill": "REST APIs",
"years": 6.7
},
{
"skill": "SQL",
"years": 0.0
},
{
"skill": "Python",
"years": 0.0
},
{
"skill": "NestJS",
"years": 0.0
},
{
"skill": "PHP CodeIgniter",
"years": 4.9
},
{
"skill": "FastAPI",
"years": 0.0
},
{
"skill": "Django",
"years": 0.0
},
{
"skill": "Redux",
"years": 0.0
},
{
"skill": "MySQL",
"years": 4.9
},
{
"skill": "PostgreSQL",
"years": 2.9
},
{
"skill": "Firebase Firestore",
"years": 0.0
},
{
"skill": "GCP",
"years": 0.0
},
{
"skill": "Azure",
"years": 0.0
},
{
"skill": "Docker",
"years": 0.0
},
{
"skill": "HTML5",
"years": 0.0
},
{
"skill": "CSS3",
"years": 0.0
},
{
"skill": "Bootstrap",
"years": 0.0
},
{
"skill": "Tailwind CSS",
"years": 0.0
},
{
"skill": "AJAX",
"years": 0.0
},
{
"skill": "Git",
"years": 0.0
},
{
"skill": "CI/CD",
"years": 0.0
},
{
"skill": "OAuth 2.0",
"years": 4.7
},
{
"skill": "JWT",
"years": 4.7
},
{
"skill": "RBAC",
"years": 2.9
},
{
"skill": "Google Auth",
"years": 0.0
},
{
"skill": "API Security",
"years": 0.0
},
{
"skill": "Postman",
"years": 0.0
},
{
"skill": "GitHub",
"years": 0.0
},
{
"skill": "VS Code",
"years": 0.0
},
{
"skill": "npm",
"years": 0.0
},
{
"skill": "Yarn",
"years": 0.0
},
{
"skill": "Stripe",
"years": 2.9
},
{
"skill": "CCAvenue Integration",
"years": 2.9
},
{
"skill": "WhatsApp APIs",
"years": 0.0
},
{
"skill": "Google APIs",
"years": 1.8
},
{
"skill": "Firebase APIs",
"years": 0.0
}
],
"education_certificates": [
{
"name": "Python Developer Certification",
"type": "certification",
"year": "2019",
"issuer": "Seed Infotech, Pune"
},
{
"name": "Bachelor of Science (B.Sc.) in Computer Science",
"type": "degree",
"year": "2020",
"issuer": "Savitribai Phule Pune University, Pune"
}
]
},
"job_fit_analysis": {
"concerns": [
"The candidate does not explicitly list 'Responsive design' as a standalone skill, although they have developed responsive interfaces in their roles.",
"Redux is listed as a primary skill but shows no specific years of professional experience in the skill experience section."
],
"reasoning": [
"The candidate is an exceptional fit, matching nearly every core technical requirement for the Full Stack Developer role.",
"Educational requirements are fully satisfied with a degree in Computer Science.",
"The candidate demonstrates a high level of proficiency in the MERN stack and relational databases.",
"All required skills are present in the profile, with only one minor missing skill regarding responsive design explicitly listed as a skill."
],
"strengths": [
"Extensive professional experience with Node.js, Express, and React, spanning over 6 years.",
"Strong versatility in database management, with proven experience in MongoDB, MySQL, and PostgreSQL.",
"Proven track record of architecting complex SaaS ecosystems and multi-tenant platforms.",
"Deep expertise in secure authentication and authorization using OAuth 2.0, JWT, and RBAC.",
"Strong cloud infrastructure knowledge with AWS, including EC2 and Nginx configuration."
],
"match_score": 9.54,
[Fullstack_SHANKAR__VARAT-_MERN_Stack_1.pdf](https://github.com/user-attachments/files/31834719/Fullstack_SHANKAR__VARAT-_MERN_Stack_1.pdf)
Refer JD of Full stack devlope
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.