openreview / openreview-expertise

Expertise modeling for the OpenReview matching system
MIT License
32 stars 4 forks source link

Query by Paper ID and Match Group #153

Closed haroldrubio closed 1 year ago

haroldrubio commented 1 year ago

This PR fixes some issues in the /expertise/status endpoint to now support queries of the form GET /expertise/status?memberOf=TMLR/Reviewers&paperId=djtn42lx

melisabok commented 1 year ago

GET /expertise/status/all?memberOf=TMLR/Reviewers&paperId=djtn42lx

can we just remove the "all" path?

haroldrubio commented 1 year ago

I've left the /expertise/status/all endpoint alone and just added the logic of that endpoint to /expertise/status if there is no jobId provided. I can remove /expertise/status/all entirely in a separate PR