Is it possible to render custom content within a column?
For example I’m looking to achieve something like the progress tracking column but rather than being mapped to status columns in the board it would keep track of changes within the item view component.
At the moment I can only think of needing to add the status columns collapsed somewhere in the board to keep it out of the user’s way but this is not particularly extensible (10+ steps to track would make for a lot of clutter). It would be nice to have a column to put some html + css to feedback the current status to the user.