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

Note Editor: make sure we show only the assigned reviewers as selectable readers #1955

Open
melisabok opened this issue May 15, 2024 · 0 comments

Comments

@melisabok
Copy link
Member

Currently the comment invitation has this configuration for the selectable readers:

    "readers": {
      "param": {
        "enum": [
          "colmweb.org/COLM/2024/Conference/Program_Chairs",
          "colmweb.org/COLM/2024/Conference/Submission220/Reviewer_.*",
          "colmweb.org/COLM/2024/Conference/Submission220/Area_Chairs",
          "colmweb.org/COLM/2024/Conference/Submission220/Reviewers",
          "colmweb.org/COLM/2024/Conference/Submission220/Reviewers/Submitted"
        ]
      }
    }

If a reviewer is unassigned then the reviewer id will show up in the option to select the readers. This is confusing because an AC doesn't know if that reviewer is assigned or not.

I suggest to the filter out the anon ids that are not members of the reviewer group. How?

Option 1: the UI should get the groups by prefix and make sure they are all members of the /Reviewers group. This should assume the /Reviewers group will be able in the enum.

Option 2: Change the enum definition for anon ids and use the following syntax:

colmweb.org/COLM/2024/Conference/Submission220/Reviewers:members

The UI will query the group by id parsing the name until the : and show all the members of the group.

Other suggestions? @xkopenreview @carlosmondra

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