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 feature to delete a board with all items in it #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alepop
Copy link

@alepop alepop commented Aug 4, 2018

Fixed #26
Now you can delete all tasks in a board

tb -d @coding

If task relevant to other boards it will be no listed in this board anymore.

@@ -325,6 +325,15 @@ class Taskbook {
render.successCreate(task);
}

deleteEntities(inputs) {
Copy link

@WellerQu WellerQu Aug 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no offense, will we just remove boards and ignore other tasks, example: tb -d @coding 1 2

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right if any board is passed as parameters then task ids are ignored. I will improve PR.

@klaudiosinani klaudiosinani self-requested a review August 7, 2018 16:19
@klaudiosinani klaudiosinani added the enhancement New feature or request label Aug 7, 2018
@StephenTurley
Copy link

Any chance this will get merged soon?

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

Successfully merging this pull request may close these issues.

Feature Request: Delete Boards, including tasks/notes
4 participants