DevCBeirut / devalopers

“Devalopers” is a business-oriented web application for all developer and technology workers used to find jobs and projects. This repository represents the Web part (Web-Interface) JavaScript
BSD 3-Clause Clear License
4 stars 4 forks source link

Company> Applicants> Matching skills number isn't showing (number/5) #71

Open nouratahhan99 opened 3 years ago

nouratahhan99 commented 3 years ago

Describe the bug When an applicant has applied for a job with matching skills, it's showing as "no matching skills" for all applicants.

To Reproduce Steps to reproduce the behavior:

  1. Go to http://devalopers.herokuapp.com/login
  2. Log in as a company with the below credentials: Email: company1@devalopers.com Password: Company@123
  3. Go to "applicants" in the banner http://devalopers.herokuapp.com/company/applicantslist
  4. Recognize the matching skills in the below screenshot, they all look as "no matching skills" although there is matching skills 123682725-094fa880-d854-11eb-980f-5164ca7e6fa0

Expected behavior Matching skills number must appear like (1/5) for 1 matched skill from 5, (4/5) for 4 matched skills from 5.

For both frontend and backend