openreview / openreview-web

The official web interface for OpenReview.net
https://openreview.net
GNU Affero General Public License v3.0
15 stars 2 forks source link

Fix/ Assignment stats: If the assignment is to another group, change "Papers" to group name #2077

Closed xkopenreview closed 2 months ago

xkopenreview commented 2 months ago

this pr should update title/axis names in assignment stats page

currently it's reading config note's assignment_invitation content field to get invitation.edge.head.inGroup for the head name when inGroup does not exist (for example role to paper matching) then it defaults to "papers"

xkopenreview commented 2 months ago

Is it possible to also determine the tail?

i set it to read Invitation?.edge?.tail?.param?.options?.group is this correct?

enrubio commented 2 months ago

i set it to read Invitation?.edge?.tail?.param?.options?.group is this correct?

Yes that's correct