We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lof of added/updated fields doesn't have to be set:
Work.updated_by should not be set on first creation, it is sufficient with Work.added_by.
Work.updated_by
Work.added_by
Work.updated_at should not be set on first creation, it is sufficient with Work.added_at.
Work.updated_at
Work.added_at
Work.annotations.updated_by should not be set when the annotation is added (or updated) by the same user as Work.added_by.
Work.annotations.updated_by
Work.annotations.updated_at could be skipped if the time is within e.g. 1 minute of Work.added_by. (or shorter?)
Work.annotations.updated_at
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A lof of added/updated fields doesn't have to be set:
Work.updated_by
should not be set on first creation, it is sufficient withWork.added_by
.Work.updated_at
should not be set on first creation, it is sufficient withWork.added_at
.Work.annotations.updated_by
should not be set when the annotation is added (or updated) by the same user asWork.added_by
.Work.annotations.updated_at
could be skipped if the time is within e.g. 1 minute ofWork.added_by
. (or shorter?)The text was updated successfully, but these errors were encountered: