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.
csmu
(Keith John Hutchison - Ceiteach Seán Mac Úistin)
5
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.
Avete dato un’occhiata al Componente tema Kanban? Ho quasi smesso di sviluppare il mio servizio Kanban quando è uscito. Il Componente tema Kanban offre un’integrazione più stretta con Discourse, vedi il confronto sopra. Che funzionalità state cercando che il componente tema non fornisce?
Kaban è sufficiente, ma Discourse impiega troppo tempo per caricare il sito. Voglio che il mio team lavori su un’app mobile per pubblicare rapidamente un argomento. Puoi vedere il mio argomento nel forum? Voglio sincronizzarlo con Telegram e i gruppi Facebook, perché hanno un’app mobile.
Il nostro caso d’uso è che dobbiamo poter dare priorità (tramite trascinamento) a tutti i topic contrassegnati con un certo tag, in modo che le persone specifiche del nostro team conoscano l’ordine in cui affrontare ciascun topic. Penso che il tema Kanban permetta di spostare i topic tra i tag, ma non la priorità verticale o l’ordine, quindi non è adatto alle nostre esigenze.
Tuttavia, ho finito per creare una piccola applicazione (chiamata “Discourse Buddy”) che si collega alla nostra API Discourse e offre un’interfaccia per trascinare i topic e segnalarli come “completati” (il che rimuove il tag). L’app può essere incorporata direttamente in una pagina di Discourse, quindi funziona perfettamente per noi. Se c’è interesse, la impacchetterò e la pubblicherò su GitHub.
csmu
(Keith John Hutchison - Ceiteach Seán Mac Úistin)
14
Ciao, stiamo attualmente cercando una funzionalità che consenta l’ordinamento verticale nel tema Kanban. Ci sono aggiornamenti in merito @ben.hirsch@csmu
Sì @merefield, è il tema che stiamo usando. Non permette di ordinare in verticale (o mi sono perso qualche configurazione?), sto per iniziare a fare un’estensione del plugin/tema. Ancora troppo nuovo per discourse ma vecchio per rails. Se conosci un altro tema kanban con ordine verticale o altri suggerimenti, il tuo aiuto sarebbe molto apprezzato.