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

ARR: Adjust Review Visibility of Resubmissions #2372

Open
haroldrubio opened this issue Oct 10, 2024 · 0 comments · May be fixed by #2390
Open

ARR: Adjust Review Visibility of Resubmissions #2372

haroldrubio opened this issue Oct 10, 2024 · 0 comments · May be fixed by #2390
Assignees
Labels
arr Issues related to the ARR workflow

Comments

@haroldrubio
Copy link
Member

Proposed changes to visiblity here:

if venue.get_reviewers_id(number=submission.number, submitted=True) not in previous_reviewers.members:
current_client.add_members_to_group(previous_reviewers, venue.get_reviewers_id(number=submission.number, submitted=True))
current_client.add_members_to_group(previous_parent_reviewers, venue.get_reviewers_id(number=submission.number, submitted=True))

(a) If the authors requested new reviewers, have the system work as it does now
(b) If the authors did not request new reviewers, give them access to the previous submission and reviews immediately (ie, treat them like case 1)

Add a check for the author's request before changing group membership

@haroldrubio haroldrubio added the arr Issues related to the ARR workflow label Oct 10, 2024
@haroldrubio haroldrubio self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arr Issues related to the ARR workflow
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant