0
LucasFarias created
Hello. I need to implement a Kanban functionality in our application made with abp. I would like to know if you suggest any libraries for this purpose?
1 Answer(s)
-
0
Hi,
ABP Framework doesn't provide something like that currently but if you wish you can use some components and libraries to do it in the dotnet ecosystem.
If you still want to use data in ABP and use ABP as infrastructure you should choose only UI components such as:
- Syncfusion
- https://www.syncfusion.com/javascript-ui-controls/js-kanban-board
- https://www.syncfusion.com/blazor-components/blazor-kanban-board
- DevExpress
- https://demos.devexpress.com/ASPNetCore/Demo/Sortable/Kanban/
- jQuery
- https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxkanban/jquery-kanban-getting-started.htm
- https://www.jqueryscript.net/other/kanban-board-app.html
Here some open-source alternatives:
- https://github.com/Datasilk/Kandu (implements it end to end, it might be hard to integrate with your own application)
- https://github.com/fernandovmp/kanban-board (This also similar, implements backend and db operations too it'll be hard to intagrate to your existing logic)
- Syncfusion