You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Currently the comment invitation has this configuration for the selectable readers:
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
The text was updated successfully, but these errors were encountered: