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

Remove GPX when removing workout, and fix not null constraint #35

Closed jovandeginste closed 6 months ago

jovandeginste commented 6 months ago

When we remove a workout, we should clean up the associated GPX file; otherwise, you can not add it back later.

We also override the "NOT NULL" constraint by setting a different tag. This seems to be a weird workaround, but it's only for the time it needs to get removed entirely, anyway.

This should fix #33