-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
CoreSystemAll issues related to the API specification and database schemaAll issues related to the API specification and database schemaGood first issuepriority: high
Description
The frontend shows visualizations of evaluations (per task) including the user names. Currently, we need to do:
- List all evaluations for task X
- List all runs for task X
- Download runs to get the uploader name
This is very slow. To solve this, we need to either:
- Get the uploader name in the evaluation list
- Get the uploader ID in the evaluation list and a new call that returns a mapping from user ID to user name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CoreSystemAll issues related to the API specification and database schemaAll issues related to the API specification and database schemaGood first issuepriority: high