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

Enable duplicate checking when storing uploaded entries in the merged table #68

Open
scog1234 opened this issue May 16, 2015 · 0 comments
Labels

Comments

@scog1234
Copy link
Contributor

Right now, we check for duplicate entries, but don't actually do anything if we find them. What we should do is warn the user that some of the entries in their uploaded data are duplicates (in the sense of having the same Username & IDs) as entries that already exist in the table. They should then be asked whether they want to replace the old entries (in which case, we should call the routine update_duplicates in ingest_datasets_better.py), or keep the old entries and ignore the new entries (in which case we call the ignore_duplicates routine instead). I tried to get this to work during the workshop, but my HTML skills are not up to the task, so hopefully someone else can take over with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant