Evalai: Featured challenge on home page

Created on 3 Feb 2018  路  9Comments  路  Source: Cloud-CV/EvalAI

Deliverables

  • [ ] On the home page, the featured challenge is not selected on the basis of featured flag, but on the basis of approved_by_admin and published flag.
backend bug easy_to_fix good first issue

All 9 comments

@deshraj please correct this if this is not intentional.

@viditjain08: Good catch. Please feel free to work on it. Assigning this to you.

Since @viditjain08 cannot work on this issue, so this is open now for anyone willing to take. You will have to work on top of #1512. There aren't lot of changes to be done in this feature.

This issue is still unassigned. Please feel free to take this if someone is interested.

@deshraj I can work on it.

Sure! you can. Please feel free to ask if you have doubts.

Hey I got error when I tried to push my code up to my branch. Is there any steps that I am missing?

$git push --set-upstream origin feature-challenge
remote: Permission to Cloud-CV/EvalAI.git denied to JaneLiuUSA.
fatal: unable to access 'https://github.com/Cloud-CV/EvalAI.git/': The requested URL returned error: 403

Hi @JaneLiuUSA. Thanks for fixing the issue.
You can't push directly to CloudCV EvalAI repository since you are not a member of the organization.
Ideally, the flow should be:

  1. Fork the EvalAI repository into your account.
  2. Create a new branch and then make the required changes in the code.
  3. Open a PR from your fork to EvalAI.

Please feel free to ask if something is not clear.

Got it. Will do so. Thanks!

Was this page helpful?
0 / 5 - 0 ratings