With the typeahead for exercise selection one problem appear. There may be some way to sort the exercises showed in the typeahead by their relevance.
To solve this problem the simplest solution that came in mind was a counter field for each exercise with the times that the exercise was used. And with it a URI to increment the counter. My suggestion is /exercise/:id/up to increase the counter of the exercise with the specific ID.
With the typeahead for exercise selection one problem appear. There may be some way to sort the exercises showed in the typeahead by their relevance.
To solve this problem the simplest solution that came in mind was a counter field for each exercise with the times that the exercise was used. And with it a URI to increment the counter. My suggestion is
/exercise/:id/upto increase the counter of the exercise with the specific ID.