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

replace instead of updating incident records #123

Closed
tmaybe opened this issue Aug 10, 2016 · 1 comment
Closed

replace instead of updating incident records #123

tmaybe opened this issue Aug 10, 2016 · 1 comment
Assignees

Comments

@tmaybe
Copy link
Collaborator

tmaybe commented Aug 10, 2016

We do a lot of checking right now to match incoming records to records in the database, and some information is being lost in the process. Instead, we should replace all records of an incident when we get new information about it.

@tmaybe
Copy link
Collaborator Author

tmaybe commented Aug 10, 2016

We should do this by comparing an 'updated' date, so that any record that's older than X hours will be replaced, otherwise will be added.

@tmaybe tmaybe added in progress and removed ready labels Sep 17, 2016
tmaybe referenced this issue Oct 12, 2016
@tmaybe tmaybe closed this as completed Oct 12, 2016
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

No branches or pull requests

2 participants