-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cross column dependencies? #37
Comments
Hi Austin,
I know some team have a use case with multiple column handling, someone even attempted (however could not finish) to implement this behavior : #13 What is the use case you are thinking about that would need multiple columns? |
Hi Ivan, Thanks for your reply. That makes sense about the dev process. I came across the other tool first, but it has other problems (syncing across multiple users) and this project has a better user interface, and the output graph looks much nicer. The use case is I am making a long term road-map and wanted the dependency graph as a visual representation. However, if I want to move any of those tasks into an "in progress" or "done" column, they are now missing from the graph. Thanks for the link to the pr. I was thinking of something simpler where it just loops through all columns by default, no user interface or anything to select as I can see how that would be more work. |
Some of the boards we use have a lot of cards and columns, so I think that's why we prefer selecting a few specific columns :) |
Fair enough, I've only just got started with Trello so don't have that many yet. |
Yes, this looks useful for my case. Thanks for remembering! However, I don't think the label selection is working properly in my browser (chrome). I can select the label filter dropdown and different cards appear depending on their label, but the dropdown box is empty, so I have no idea what label I am selecting. |
Is there a reason that the tool works for single columns rather than the entire board?
I was thinking of modifying the code to make it work for every card in the board and wanted to check if there was a technical/other reason why it supports single lists rather than the board.
At the moment I am working around this by putting everything in a single column, but its already causing other problems as I need to be able to move cards between columns for other reasons.
Thanks.
The text was updated successfully, but these errors were encountered: