Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Fix format of submission meta attributes saved on making a new submission #318

Closed burnerlee closed 3 years ago

burnerlee commented 3 years ago

Currently, when we make a new submission along with metadata through the cli, only the name of field and value are stored in the database. This is inconsistent with the case when a submission is made through the frontend. The metadata saved on creating a new submission/editing a previous one saves the entire details of the submission meta attributes including the options and description of the field.