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

Editing a question after the checkbox has been checked un-checks it, this is not desirable #381

Open
mweiner1 opened this issue Jun 18, 2021 · 1 comment

Comments

@mweiner1
Copy link

Right now it looks like if a question is marked "edited" and someone then makes further changes to it using general editor-level access to the set (as opposed to, e.g., while checking the "proofread" box) this will remove its status as "edited."

Possibly this is intentional (to allow the editor to look at the question again and approve whatever new changes were made?) but it causes several undesirable consequences:
*In the CSV output it now shows EDITED = FALSE, there's no way to distinguish it from a question that has never been edited at all, this interferes with attempts to use this value to track set progress.
*If someone goes back in later and marks the box to try to address the above issue, that person is now shown as the "editor" of the question. This interferes with tracking credit/payment, etc.
*The field on the pages that show recent questions, all questions, etc will show a last edited time for questions that are "unedited" - the main use of this field is to sort questions by whether they have a last edited time at all (as distinguished from a last revised time which is separately tracked here) to identify which questions need editing, so it should always match the TRUE/FALSE status of the "edited" flag.

@mweiner1
Copy link
Author

This appears to have been fixed.

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

1 participant