Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Apr 14, 2024

Conversation

jovandeginste
Copy link
Owner

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

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

Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
@jovandeginste jovandeginste merged commit 1131e68 into master Apr 14, 2024
2 checks passed
@jovandeginste jovandeginste deleted the uniq-starttime-per-user branch April 14, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] List duplicate start times / reject an import if duplicate start time exists.
1 participant