إدارة التصنيفات بأسلوب Trello - خدمة Kanban لـ 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 - فريقنا مهتم باستخدام هذا. هل لا يزال متاحًا؟ شكرًا لك.

هل يمكننا مزامنة Trello وموقع Discourse؟ @kristoferlund

@thaidb @ben.hirsch

هل اطلعت على مكون سمة كانبان؟ توقفت تقريبًا عن تطوير خدمة كانبان الخاصة بي بعد ظهور هذا المكون. يوفر مكون سمة كانبان تكاملًا أوثق مع منصة Discourse، راجع المقارنة أعلاه. ما هي الوظائف التي تبحث عنها والتي لا يوفرها مكون السمة؟

كافٍ يكفي، لكن ديسكورد يستغرق وقتًا طويلاً لتحميل الموقع. أود أن يعمل فريقي على تطبيق الهاتف المحمول لنشر المواضيع بسرعة. هل يمكنك رؤية موضوعي في المنتدى؟ أريد المزامنة مع تيليجرام ومجموعة فيسبوك، لأن لديهم تطبيقات للهواتف المحمولة.

حالة الاستخدام لدينا هي أننا بحاجة إلى القدرة على إعطاء الأولوية (عن طريق السحب والإفلات) لجميع المواضيع التي تحمل علامة معينة، بحيث يعرف الأشخاص المحددون في فريقنا الترتيب الذي يجب به معالجة كل موضوع. أعتقد أن مظهر كانبان يسمح بنقل المواضيع بين العلامات ولكن ليس بالأولوية العمودية/الترتيب، لذا لن يعمل بالنسبة لنا.

ومع ذلك، انتهيت من بناء تطبيق صغير (يُسمى “Discourse Buddy”) يرتبط بـ Discourse API لدينا ويحتوي على واجهة مستخدم لسحب وإفلات المواضيع بالإضافة إلى وضع علامة “مكتمل” عليها (مما يزيل العلامة). يمكن تضمين التطبيق مباشرة في صفحة Discourse، لذا فهو يعمل بشكل مثالي بالنسبة لنا. إذا كان هناك أي اهتمام، فسأقوم بتغليفه ونشره على GitHub.

هذا سيكون مفيدًا. نعم، من فضلك.

مرحباً، نحن نبحث حاليًا عن وظيفة تسمح بالترتيب الرأسي في سمة كانبان. هل هناك أي تحديث حول هذا الموضوع @ben.hirsch @csmu

هل رأيت؟:

نعم @merefield هذه هي السمة التي نستخدمها. لا تسمح بالترتيب عموديًا (أم أنني فاتني بعض الإعدادات؟)، أنا على وشك البدء في عمل إضافة/توسيع للسمة. ما زلت جديدًا جدًا على discourse ولكنني قديم في rails. إذا كنت تعرف سمة kanban أخرى بترتيب عمودي أو أي تلميحات أخرى، فسيكون مساعدتك محل تقدير كبير.

يا، أنا أبحث عن هذا الأمر في كل مكان أيضاً! أنا مهتم جداً إذا ظهرت أي نتائج!