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

Unable to delete Task #2

Open
brentdurksen opened this issue Jul 17, 2012 · 5 comments
Open

Unable to delete Task #2

brentdurksen opened this issue Jul 17, 2012 · 5 comments

Comments

@brentdurksen
Copy link

I cannot find any documentation (in English at least) on how to delete a task from a Sprint view. It does not seem to be shown in the video tutorial either.

@mdzhokanov
Copy link

Unfortunately, there us no way to remove Task through the UI. The only way to do this is to access the Database and execute relevant SQL query.

Same approach could be applied for setting specific Task estimation (default is 8hrs)

@mdzhokanov
Copy link

I would use this thread to request DeleteTask feature.

@ti-dev
Copy link
Owner

ti-dev commented Jul 18, 2012

mdzhokanov is right, it is not possible to delete a task via the GUI. I had a lot of discussions and the majority of the people told me that a task should never be deleted within a sprint, so it is a "Scrum thing".
But of course, it is very easy to implement it.

Only a UI action is needed which call the service which will perform the database delete action on the selected task. Also the burn down chart have to be updated.

@mdzhokanov
Copy link

Not removing tasks should be a convention within the Scream team. But disabling that feature in the application is nonsense. What should I do if I mistakenly click twice on the NewTask button?

DeleteTask feature is a mandatory functionality in my opinion.

@ti-dev
Copy link
Owner

ti-dev commented Jul 18, 2012

Yes, it is our definition in the company, so we did it in our way. Feel free to change it.

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

No branches or pull requests

3 participants