jovandeginste / workout-tracker

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

Prevent duplicate MapData entries #90

Closed jovandeginste closed 7 months ago

jovandeginste commented 7 months ago

The MapData was saved again and again to the database, as new records, upon refresh.

We now keep track of the old ID and CreatedAt values, which should update the existing record instead of creating new records.