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

Add ability to add or delete challenge phase and splits #4274

Open
Suryansh5545 opened this issue Mar 5, 2024 · 3 comments · May be fixed by #4392
Open

Add ability to add or delete challenge phase and splits #4274

Suryansh5545 opened this issue Mar 5, 2024 · 3 comments · May be fixed by #4392

Comments

@Suryansh5545
Copy link
Member

Currently its not possible to add or delete challenge phases and splits. The host should be able to delete phases and splits by removing them from the yaml file. This was previously implemented in #4157. But it was revert due to a bug that the phases were deleted and recreated everytime the yaml file is used to update the challlenge.

@poju3185
Copy link

poju3185 commented Mar 9, 2024

Hi, I am working on this issue. Could you please tell me how you test this feature? To the best of my knowledge, the yaml file is located in the github repo created by the user, how to update the yaml file in the dev envrionment?

@Suryansh5545
Copy link
Member Author

Hi, I am working on this issue. Could you please tell me how you test this feature? To the best of my knowledge, the yaml file is located in the github repo created by the user, how to update the yaml file in the dev envrionment?

Hello @poju3185 I use the EvalAI-Starter modification that was build by Ayush to upload challenge and test these features. Cloud-CV/EvalAI-Starters#71

@poju3185
Copy link

Could you please tell me how did you find out that every phases are deleted an re-created when deleting some phases?
When I am testing, I think the old phases are not been deleted and re-created.
Here's what I did

  1. Create a new challenge with two phases.
  2. Update the challenge with a yaml file with only one phase.
  3. Observe that the id for the first phases did not change.

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 a pull request may close this issue.

2 participants