SaifLotfi / Employment-Platform

The platform allows software developers (employees) to register, showcase their skills, search for job vacancies, and apply for positions. Employers can post job openings, search for suitable candidates, and manage applications.
https://employment-platform-production.up.railway.app/
MIT License
0 stars 0 forks source link

How to handle programming languages ? #24

Open SaifLotfi opened 4 weeks ago

SaifLotfi commented 4 weeks ago

Options

  1. make user add it by his own :
    • should check if this language is already in the database or not
    • can't support language icons
  2. add them as an enum to the database
    • fill the database with some famous languages
    • add icon links
SaifLotfi commented 4 weeks ago

do it the same as you did the company #25