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

Protection from accidentally overwriting reviews/ Ability to see prior version of my reviews? #353

Open
FreakyPenguin opened this issue Aug 5, 2024 · 1 comment

Comments

@FreakyPenguin
Copy link

Hi Eddie!

The title tells a story... Somehow had two tabs of the review form open for a paper. And of course I managed to accidentally use that to overwrite my review with the one for the next paper. Given our user base, I assume I am not the only one sufficiently confused to manage such feats.

Maybe there is an easy check that could prevent this? For example track the timestamp when form was loaded and then make sure that's larger than the the timestamp of the review before overwriting?

Orthogonal but also useful in this situation: not sure if you are internally versioning reviews, but I was hoping I could see my prior version of my review somewhere. Unfortunately this instance has emails for my own reviews to me disabled.

(of course the embarrassing workaround is that I email the chair and ask him to forward the email :-) )

Cheers

@kohler
Copy link
Owner

kohler commented Sep 17, 2024

Hi, the new API endpoint api/PAPER/reviewhistory?r=REVIEWID exposes review versions to review authors & paper managers. Probably most useful is api/PAPER/reviewhistory?r=REVIEWID&expand=1, which expands the diff patch format to full texts. This is not yet visible via the UI but it is there, so you can even type it into your browser to get all versions in JSON. (#320 is the same issue.)

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