jkanban

Vanilla Javascript plugin for manage kanban boards (by riktar)

Jkanban Alternatives

Similar projects and alternatives to jkanban

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better jkanban alternative or higher similarity.

jkanban reviews and mentions

Posts with mentions or reviews of jkanban. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-01.
  • Drag&drop or similar functionality without JavaScript.
    2 projects | /r/djangolearning | 1 Nov 2022
    Soory I may did ommit one char or two, here's the correct one by copy past : https://www.riccardotartaglia.it/jkanban/
  • How to create a Kanban (Trello style) view of your ModelAdmin data in Wagtail
    2 projects | dev.to | 6 Aug 2021
    # views.py from wagtail.contrib.modeladmin.views import IndexView class KanbanView(IndexView): def get_kanban_data(self, context): return [ { "id": "column-id-%s" % index, "item": [ {"id": "item-id-%s" % obj["pk"], "title": obj["title"],} for index, obj in enumerate( [ {"pk": index + 1, "title": "%s Item 1" % column}, {"pk": index + 2, "title": "%s Item 2" % column}, {"pk": index + 3, "title": "%s Item 3" % column}, ] ) ], "title": column, } for index, column in enumerate(["column a", "column b", "column c"]) ] def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) # replace object_list in context as we do not want it to be paginated context["object_list"] = self.queryset # see: https://github.com/riktar/jkanban#var-kanban--new-jkanbanoptions context["kanban_options"] = { "addItemButton": False, "boards": self.get_kanban_data(context), "dragBoards": False, "dragItems": False, } return context

Stats

Basic jkanban repo stats
2
1,041
0.0
7 months ago

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com