-
Notifications
You must be signed in to change notification settings - Fork 52
Ability to delete a task #1014
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
Comments
@acshields we don't yet have delete feature in general for any challenge. How do you want to proceed with this? What would be the rules for deleting the challenges? For reference we have delete feature logged here #873 which we closed because we wanted to handle it with new designs. |
@vikasrohit - your response suggests that getting to a "delete" capability will take more than two weeks for us to get to the requirements/an implemented solution. I will deprioritize this for now, and instead will look to prioritize it later as a project. |
@acshields I didn't mean that it would take more time. I meant is that we need to come up with business rules for which deletion would be allowed. I think API already has this capability and has its own rules but question is that are we on same page for those rules? There might be no such rule at all, I am just conveying that we need to discuss on that with @rootelement |
@acshields @huangqun we added the capability (#927) to delete any challenge that is in |
Expected behavior
There should be a way to delete a task.
Actual behavior
Right now after a task is created, there's no way to delete it, even if for some reason the task fails to create the legacy challenge and therefore cannot be closed in the normal way.
The text was updated successfully, but these errors were encountered: