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

Update README.md #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Kanban-like-task-management
Adds a user interface to manage tasks and sort them by Stage, Account, Risk,...

#### What is Kanban?
Kanban is a method for managing the creation of products with an emphasis on continual delivery while not overburdening the development team.Kanban is a process designed to help teams work together more effectively.The Kanban method suggests that a scientific approach is used to implement continuous, incremental and evolutionary changes.

For further information regarding Kanban method you may go through the links given below:
1. https://resources.collab.net/agile-101/what-is-kanban
2. https://www.slideshare.net/dancarey/kanban-presentation-bbcb-180117

#### How it works
The Kanban-like-task-management project has two interfaces - the Board listing, and the Board details (when you enter a board by double clicking on it).

Expand Down