thinkful-c11 / devcupid

Match yourself with other devs to create the perfect dream team!
http://devcupid.herokuapp.com/
0 stars 0 forks source link

Skills rating system #15

Open kylerogers334 opened 7 years ago

kylerogers334 commented 7 years ago

We should probably have a way for users to rate their skills 1-5, 1 being beginner, 5 being 10+ years professional experience. That way people can figure out how experienced other users are.

wilm42 commented 7 years ago

Good idea!

llzes commented 7 years ago

This is currently the state of skills:

skills: {
  passions: {type: Array},
  roles: {type: Array},
  languages: [LanguageSchema],
  speciality: {type: Array},
  softwareTools: {type: Array}
}

I think the best way to approach this would be be either a new Schema meant just for rating, a new key for just ratings, etc?