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

[Feature] Add command to update challenge status #7

Open
vpchung opened this issue Dec 4, 2023 · 2 comments
Open

[Feature] Add command to update challenge status #7

vpchung opened this issue Dec 4, 2023 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@vpchung
Copy link
Member

vpchung commented Dec 4, 2023

Describe The Problem To Be Solved

@mdsage1 :

i.e. initiating “Run Challenge” in synapse changes the status from Upcoming to Active and closing the challenge on synapse switches the status to Completed?

@vpchung vpchung added the feature New feature or request label Dec 4, 2023
@vpchung vpchung self-assigned this Dec 4, 2023
@vpchung
Copy link
Member Author

vpchung commented Dec 4, 2023

I'm thinking for this, we could either:

  • add a command called update-challenge-status(challenge_id, status), which will only update the Status annotation of the Synapse project

- OR -

  • add 2 commands:
    • start-challenge(challenge_id) - updates the Status annotation to "Active" AND copies staging over to live, shares the evaluation queues with the participant team, etc.
    • close-challenge(challenge_id) - updates the Status annotation to "Completed" AND removes "Can submit" permissions from the evaluation queues, closes the participant team from new registrations, etc.

@vpchung
Copy link
Member Author

vpchung commented Dec 4, 2023

^ First solution would be quicker to implement, but I think in the long-run, the second approach would prove to offer a more seamless experience for organizers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant