# Kategorien Trello-artig verwalten – ein Kanban-Service für Discourse

**URL:** https://meta.discourse.org/t/manage-categories-trello-style-a-kanban-service-for-discourse/117567
**Category:** Development
**Created:** [13. Mai 2019 um 08:26 UTC](https://meta.discourse.org/t/manage-categories-trello-style-a-kanban-service-for-discourse/117567 "2019-05-13T08:26:59Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [13. Mai 2019 um 09:16 UTC](https://meta.discourse.org/t/manage-categories-trello-style-a-kanban-service-for-discourse/117567/2 "2019-05-13T09:16:49Z")

</div>

> [@kristoferlund](#):
>
> I’d like to choose the best way connect this to Discourse.

You can try using something like this.

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/discovery.hbs#L24](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](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/application.hbs#L10)

And do it with a plugin or component.

> [@Developing Discourse Plugins - Part 2 - Connect to a plugin outlet](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-2-plugin-outlets/31001):
>
> Previous tutorial: [Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/developing-discourse-plugins-part-1-create-a-basic-plugin/30515)Getting Started: Templates Discourse’s client application is written using the Ember.js Javascript framework. Ember uses [Templates](https://guides.emberjs.com/release/components/) to generate HTML. There’s a great introduction to the templating language at that link, so definitely read it thoroughly. The Problem: Adding elements to the Discourse User Interface Many plugins need to add and extend the Discourse web interface. We provide a mechanism to do this cal…

---

_[View the full topic](https://meta.discourse.org/t/manage-categories-trello-style-a-kanban-service-for-discourse/117567)._
