Skip to content

Feature/allow custom stage rejected submissions #2597

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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

melisabok
Copy link
Member

@melisabok melisabok commented Jun 6, 2025

Deprecate the source string: "all_submissions", "accepted_submissions", "public_submissions" and "flagged_for_ethics_review", "reply_to" and "source_submission_query". Instead use a source dictionary that allows several keys:

{
venueid: ['ICLR.cc/2025/Conference/Submission', 'ICLR.cc/2025/Conference/Submission/Desk_Rejected_Submission'],
readers: ['everyone'],
reply_to: 'Official_Review',
content: {
'flagged_for_ethics_review': True
},
with_decision_accept: True
}

each of these keywords are optionals, default value is { venueid: "venue_id/Submission"}

This is backward compatible but we should stop using source as a string and reply_to outside of source.

Tools module has a function to translate the source to expected format and two ways to create child invitations: for forums and replyto. This is reduce the duplicated code and have the source check in a single place.

CustomStage class can receive a source dictionary as parameter so we can specify more than one venue id.

Fixes: #2594 and #2599

@melisabok melisabok marked this pull request as ready for review June 10, 2025 16:56
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

Successfully merging this pull request may close these issues.

CustomStage: Add support for source_submissions_query
1 participant