The service is a Node/Express/React thing, connecting with Discourse through the api. Boards are currently configured manually and added to Discourse using an iframe - not the coolest solution, but it works really well for our use case.
The code is not yet available on GitHub, please let me know if you would like to try this out and I’ll clean up the code base and make a repo.
I can also set up test boards for anyone that wants to try out lanes in their environment without having to setup an express server. Message me forum link and category you would like to connect a board to.
Sure, I haven’t looked in detail on the Kanban Theme Component and since we seem to have been developing in parallell I imagine there is quite a bit of overlap.
Features the theme component doesn’t seem to have:
Mobile drag and drop
Configure board title
Configure background color
More granular control over column ordering. Or maybe I’m mistaken here.
Manual control over boards - not all categories become boards - choose which categories you would like to visualize.
Have you had a look at the Kanban Theme Component? I sort of stopped developing my kanban service when that came out. The Kanban Theme Component provides tighter integration with Discourse, see comparison above. What functionality are you looking for that the theme component doesn’t provide?
Kaban is enought, but discourse So long time to load website. I wanna my team work on mobile app, quickly to post a topic, can you see my topic in forum , i wanna sync with telegram, facebookk group, Because them have app mobile
Our use case is that we need to be able to prioritize (via drag and drop) all of the topics that have a certain tag so that specific people on our team know the order in which to address each topic. I think the Kanban Theme allows moving topics between tags but not vertical prioritization/order, so it won’t work for us.
However, I ended up building a little app (called “Discourse Buddy”) which ties to our Discourse API and has a UI for dragging and dropping the topics as well as marking them as “complete” (which removes the tag). The app can embedded right into a Discourse page so it is working perfectly for us. If there is any interest I’ll package it up and post to github.
4 Likes
csmu
(Keith John Hutchison - Ceiteach Seán Mac Úistin)
14
Yes @merefield that is theme we are using. It doesn’t allow to order in vertical (or i missed some configuration ?), i am about to start doing something plugin/theme extension. Still too new to discourse but old to rails. If you know another kanban theme with vertical order or any other hints, your help would be very much appreciated