wger
wger copied to clipboard
Avoid double exercise entries
Proposal
When adding a new exercise there should be a popup for similar exercises, to avoid double entries.
Here how it is on stackoverflow:
At the moment only a simple name check is performed so that no two exercises with the same name are saved to the db, but this is obviously not very fault tolerant (one exercise can have different names, etc.). This should be done together with the exercise submition overhaul
There's a now a quick filter when adding exercises that searches the db, this should make it less likely to add a duplicate. I'm closing this issue till we see how well this will work in the real world
