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

API for challenge tags #2739

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pushkalkatara
Copy link
Contributor

@pushkalkatara pushkalkatara commented Apr 1, 2020

Fixes #2735

  • Add a tags field (postgres array field, default=[], null=True) to Challenges Model

  • List tags associated with a challenge on the challenge list page, challenge details page

  • Add tags support in Challenge creation templates so that tags automatically gets created when configuration is uploaded to EvalAI

  • Update/add unit tests for tags

Output:
Screenshot from 2020-04-01 22-02-10

Screenshot from 2020-04-01 22-05-07

@pushkalkatara
Copy link
Contributor Author

corresponding PR for frontend - Cloud-CV/EvalAI-ngx#313

@pushkalkatara
Copy link
Contributor Author

corresponding PR for challenge config - Cloud-CV/EvalAI-Starters#19

@pushkalkatara
Copy link
Contributor Author

Hi @RishabhJain2018 @deshraj

Please review the PR.

@RishabhJain2018 RishabhJain2018 self-requested a review June 21, 2020 17:03
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 this pull request may close these issues.

Add 'tags' for each challenge
1 participant