FiTRSkills / ForkInTheCode

Fills the skills gap in the market by allowing job seekers to find valuable skills and courses to learn them
1 stars 1 forks source link

Replace Hard Coded Strings With Enum Values #104

Closed Ozay34 closed 3 years ago

Ozay34 commented 3 years ago

The three hardcoded strings:

"JobSeekerProfile"
"EmployerProfile"
"EducatorProfile"

Should be replaced with their respective enum values:

User.Type.JOB_SEEKER
User.Type.EMPLOYER
User.Type.EDUCATOR
RachaelDaly commented 3 years ago

closed with PR 129