code-corps / deprecated-code-corps-rails-api

Rails API for Code Corps.
https://codecorps.org
MIT License
25 stars 15 forks source link

Change wording in role skills #474

Closed joshsmith closed 8 years ago

joshsmith commented 8 years ago

The wording in the role skills endpoint reads:

This group is used as a join table to connect the many to many relationship of Skills and Roles

This allows A Skill to be under different Roles and a Role to have multiple Skills

This gives too much insight into implementation at the database layer. We should really say something like:

This resource identifies a relationship between a Role and a Skill. For example, the skill of "JavaScript" may relate to the role of "Backend Developer," and also "Front End Developer" and even "Mobile Developer".