Bugmark-Simulator / bugmark_simulation

A simulator for Bugmark to run experiments
Mozilla Public License 2.0
2 stars 1 forks source link

Store skill id not skill name #25

Closed GeorgLink closed 5 years ago

GeorgLink commented 6 years ago

Right now we store 'java', 'ruby', ... inside the database. It would be more efficient and easier to analyze if we stored integers and mapped them to skill names only on output.

  1. Add to a settings file a mapping between skill id and skill name
  2. update all controllers, slim files, and helper functions to use the skill ids
GeorgLink commented 5 years ago

won't fix