hrfofut / idb

2 stars 1 forks source link

Users should not see multiple of the same workouts #115

Closed TimCoding closed 6 years ago

TimCoding commented 6 years ago

There are workouts that are listed multiple times.

Estimate: 2 Days

Assumptions: -Use a SQL query to prevent duplicate data from being entered into the database -Use a SQL query to clear duplicates from the database

Adjustment: 3 Days

cindyqtruong commented 6 years ago

Technically the workouts with duplicate names were different workouts (e.g., running at 5mph vs. running at 20 mph), but to avoid confusion, we've just gone ahead and removed workouts with duplicate names.

Actual time: 2 days