If you develop an application long enough, you will probably face the need to add this feature.
It might help you build a CRM to manage customer flows or an internal project management tool.
At the surface level, this feature looks simple enough: just add a Board
and a Column
model and a little bit of Javascript, right?
Unfortunately, like it usually happens, the feature is more complex than it seems: the tiny details start to pile up and suddenly you start thinking about the possibility of using an external kanban board.
With Avo, adding a kanban board is pretty straightforward and you can have one implemented in an order of magnitude less time than it would take you build one by yourself.
Using the avo-kanban
gem we can add the feature to our admin panel very quickly.