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

tweet to Tweet times four #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/best-practice/up-to-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ If you retrieve Events from Event Data, or if you perform calculations based on

Data can change for a number of reasons:

- If a tweet was deleted by its author, we are obliged to remove it from Event Data.
- If a Tweet was deleted by its author, we are obliged to remove it from Event Data.
- If we ran a report that indicated we produced obviously incorrect data as a result of a software bug, we may mark Events as having been deleted or edited.

When an Event is updated, we will add the an `updated` field, an `updated-date` field and an `updated-reason`. The `updated` field will have a value of:

- `deleted`
- When a tweet is deleted. We will remove the tweet content (tweet ID and author) but retain all other parts of the Event.
- When a Tweet is deleted. We will remove the Tweet content (Tweet ID and author) but retain all other parts of the Event.
- When we identified obviously faulty data.
- `edited`
- When we identified obviously faulty data but it can be corrected.
Expand Down