Currently, the challenge whose primary key is 1 is shown as the featured challenge on EvalAI. We would like to change it and show the challenge which has the featured challenge flag set as True in the database.
Also, this depends on #1290
@deshraj I'm done with #1277. Can I work on this?
@deshraj @xamfy Actually since this issue was related to #1290 I already started working on this as I am finished with #1290 . So should I go through with this?
@sehgalayush1 @xamfy Since this issue requires both front-end and backend changes, we will break it into two PR's.
@RishabhJain2018 first one
@RishabhJain2018 I'll work on the second one.
@xamfy Please add a /challenge/featured route in the get_all_challenges API, so that only challenges that have featured=True can be fetched and I'll modify the controller to fetch challenges from that url and display them.
Awesome!
I see!!
Can I work on this?
@codervivek sure, go ahead.
Most helpful comment
@RishabhJain2018 I'll work on the second one.
@xamfy Please add a /challenge/featured route in the get_all_challenges API, so that only challenges that have featured=True can be fetched and I'll modify the controller to fetch challenges from that url and display them.