KanBan means "look board" . Maybe KanKai means "look tree"?
User Story: As coder using Acorn, I want to be able to have a view that shows allows me to easily see the left-most dependent leaves of a high-up node, so that I know what tasks to do next.
Problem: Currently it's hard to see what to do next when looking at the tree. If you look at a pull high up the tree, you have to follow the dependencies all the way down to the leaves at the bottom left of the tree.
Solution: A view which is almost like the climbing harness sidebar, which when you click on the a node, it recursively descends the tree in left-most order, and shows the left-most leaves. These should be the "next" items to work on, kind of like the prioritized items in a kan-ban board.
KanBan means "look board" . Maybe KanKai means "look tree"?
User Story: As coder using Acorn, I want to be able to have a view that shows allows me to easily see the left-most dependent leaves of a high-up node, so that I know what tasks to do next.
Problem: Currently it's hard to see what to do next when looking at the tree. If you look at a pull high up the tree, you have to follow the dependencies all the way down to the leaves at the bottom left of the tree.
Solution: A view which is almost like the climbing harness sidebar, which when you click on the a node, it recursively descends the tree in left-most order, and shows the left-most leaves. These should be the "next" items to work on, kind of like the prioritized items in a kan-ban board.