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

Edge Browser: show the Invite Assignment invitation based on the tail definition #1761

Closed
melisabok opened this issue Dec 13, 2023 · 3 comments · Fixed by #1766
Closed

Edge Browser: show the Invite Assignment invitation based on the tail definition #1761

melisabok opened this issue Dec 13, 2023 · 3 comments · Fixed by #1766
Assignees

Comments

@melisabok
Copy link
Member

There should be three different ways to define when the "Invite Assignment" can be shown and used to recruit reviewers.

  1. For any user that is part of the reviewer pool or not:
  "tail": {
    "param": {
      "type": "profile",
      "regex": "~.*|.+@.+"
    }
  }

Show the invitation assignment button in the Profile column and at the bottom of the column

  1. For reviewers that are only in the reviewer pool:
"tail": {
    "param": {
      "type": "profile",
      "inGroup": "thecvf.com/CVPR/2024/Conference/Reviewers"
    }
  }

Show the invitation assignment button in the Profile column for entities that are member of the Reviewers group

  1. For any user that is not part of the reviewer pool:
"tail": {
    "param": {
      "type": "profile",
      "notInGroup": "thecvf.com/CVPR/2024/Conference/Reviewers"
    }
  }

Show the invitation assignment button in the bottom of the column only.

notInGroup: it is not supported in API 2 so we need to discuss with @carlosmondra if it is possible.

@melisabok melisabok changed the title Edge Browser: show the Invita Assignment invitation based on the tail definition Edge Browser: show the Invite Assignment invitation based on the tail definition Dec 13, 2023
@xkopenreview
Copy link
Collaborator

for 2, i think the group checking is not necessary
if a profile is not in reviewers group (invited external) then there's already an edge

@melisabok
Copy link
Member Author

@carlosmondra is there a chance to support something similar to option 3?

@carlosmondra
Copy link
Member

Ok, sure, I can implement that keyword

@xkopenreview xkopenreview linked a pull request Jan 4, 2024 that will close this 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

Successfully merging a pull request may close this issue.

3 participants