jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Ensure a user can not have two workouts with the same time #103

Closed jovandeginste closed 5 months ago

jovandeginste commented 5 months ago

This would mean the user has uploaded multiple files with the same (partial) workout, which is not what the user wants.

We also delete any current entries with the same date and user id, except the last one of each tuple.

Fixes #94