Skip to content

add feature to delete a board with all items in it - #60

Open
alepop wants to merge 3 commits into
klaudiosinani:masterfrom
alepop:feature/delete-board
Open

add feature to delete a board with all items in it#60
alepop wants to merge 3 commits into
klaudiosinani:masterfrom
alepop:feature/delete-board

Conversation

@alepop

@alepop alepop commented Aug 4, 2018

Copy link
Copy Markdown

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.

@alepop
alepop force-pushed the feature/delete-board branch from eee8365 to 707ff03 Compare August 5, 2018 08:31
Comment thread lib/taskbook.js
render.successCreate(task);
}

deleteEntities(inputs) {

@WellerQu WellerQu Aug 6, 2018

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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