Gerencie categorias estilo Trello - um serviço kanban para Discourse

2019-05-24 EDIT
The service is now up and running. Prototype/alpha style.


Hi, I am prototyping a service that allows for a kanban like view of the topics in a category. Topic labels decide which lane to place a topic in.

  • Drag to antother lane > Change label
  • Click on card > Open topic in Discourse

Seems straightforward enough, I have a working test up running.

I’d like to use the functionality for creating something along the lines of the Enspiral Improvements system or/and the Buffer Editorial Board.

So, now for the questions.

I’d like to choose the best way connect this to Discourse.

Should I create a Discourse plugin for storing settings? What categories are managed this way, which labels to use etc?

In order to create something like below - the yellow box - I would have to create a plugin yes?

Integrating the board directly into Discourse would be .. cool. But possibly a bad idea for a number of reasons. Or a really great idea?

Anyone like to collaborate on this? Ping me a message. :incoming_envelope:

You can try using something like this.

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/discovery.hbs#L24

or

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/application.hbs#L10

And do it with a plugin or component.

The prototype kanban service is live now, we are currently trying out an alpha version on our forum: https://foodshift.se

I’m calling the service: :link: Lanes

lanes-screendump

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.

See a board integrated in our forum here: :link: The Food Shift Improvements Board

Full screen mode is also supported, see here: :link: Improvements board - full screen

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.

33

I’d like to try it out please.

For potentially interested parties could you elaborate a little on how this differs to the Kanban Board Theme Component?

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.
  • Share read only board with external parties without having to grant view permissions to Discourse. Example: https://discourse-lanes.appspot.com/board?b=3671008dd255475

Features the theme component has and Lanes is lacking:

  • Lazy loading
  • Filtering
  • The ability for the user to customize the view and bookmark it
  • A separate column for untagged content
  • Assignment functionality

@kristoferlund - nossa equipe está interessada em usar isso. Isso ainda está disponível? Obrigado.

Podemos sincronizar o Trello e o site Discourse? @kristoferlund

@thaidb @ben.hirsch

Vocês já deram uma olhada no Componente de Tema Kanban? Eu meio que parei de desenvolver meu serviço de kanban quando ele foi lançado. O Componente de Tema Kanban oferece uma integração mais próxima com o Discourse, veja a comparação acima. Que funcionalidade vocês estão procurando que o componente de tema não oferece?

Kaban é suficiente, mas o Discourse demora muito para carregar o site. Quero que minha equipe trabalhe no aplicativo móvel, para postar um tópico rapidamente. Você pode ver meu tópico no fórum? Quero sincronizar com o Telegram e o grupo do Facebook, pois eles têm aplicativos móveis.

Nosso caso de uso é que precisamos ser capazes de priorizar (via arrastar e soltar) todos os tópicos que têm uma determinada tag, para que pessoas específicas da nossa equipe saibam a ordem em que devem abordar cada tópico. Acredito que o tema Kanban permite mover tópicos entre tags, mas não a priorização/ordem vertical, então não funcionará para nós.

No entanto, acabei criando um pequeno aplicativo (chamado “Discourse Buddy”) que se conecta à nossa API do Discourse e possui uma interface para arrastar e soltar os tópicos, além de marcá-los como “concluídos” (o que remove a tag). O aplicativo pode ser incorporado diretamente em uma página do Discourse, então está funcionando perfeitamente para nós. Se houver interesse, vou empacotá-lo e postar no GitHub.

Isso seria útil. Sim, por favor.

Olá, estamos atualmente procurando por funcionalidades que permitam a ordem vertical no tema kanban. Há alguma atualização sobre isso @ben.hirsch @csmu

Você viu?:

Sim @merefield, esse é o tema que estamos usando. Ele não permite ordenar na vertical (ou eu perdi alguma configuração?), estou prestes a começar a fazer alguma extensão de plugin/tema. Ainda muito novo no Discourse, mas velho no Rails. Se você conhece outro tema kanban com ordenação vertical ou qualquer outra dica, sua ajuda seria muito apreciada.

Oh, eu também estou procurando por isso em todo lugar! Realmente interessado se algo saiu disso!