No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Any plan for a "Kanban Board" component?

    Framework
    5
    6
    1553
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ben Hayat
      Ben Hayat last edited by Ben Hayat

      Hello Team;

      Is there a near future plan to offer a commercial grade quality “Kanban Board” component as part of Quasar framework that follows the theme and can be integrated well into a Quasar page?

      If not, does anyone know a good quality third party can be used in Vue Framework?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        To me, this is another great example of a devland OSS or even paid for component. Quasar should be a basis for such additions, not have them built into it.

        Scott

        1 Reply Last reply Reply Quote 2
        • krsyoung
          krsyoung last edited by

          The name sounds suspicious but I haven’t actually used it myself: https://github.com/BrockReece/vue-kanban

          I’ve built something similar in my app using Quasar components (cards mainly) and vue-smooth-dnd - https://github.com/kutlugsahin/vue-smooth-dnd. Works well but not quick to set-up.

          This is something I haven’t spent enough time on, but basically figuring out how to organize and give back Quasar friendly components to the community.

          Hopefully somebody else has more experience with Kanban boards for you @Ben-Hayat

          Ben Hayat 1 Reply Last reply Reply Quote 0
          • Ben Hayat
            Ben Hayat @krsyoung last edited by

            @krsyoung
            I have done some research and there are a few commercial products out there, BUT they are based on jQuery and looking at the sample code, they are very far from the elagant Vue programming model and they directly manipulate DOM and don’t go through Vue system. I don’t want to load up old jQuery and all their related CSS.

            But the one you had the link, is just a toy version and doesn’t have a lot of properties, methods and events.

            1 Reply Last reply Reply Quote 0
            • E
              emahuni last edited by emahuni

              I believe there is a project that is very good that can be used as the basis of this component, see https://github.com/danilosampaio/semantic-kanban. We could wrap around it or hard fork it to create a basic commercial grade kanban board for QF. @s-molinari, believe me this is needed as much as other components in the collection. He is using jQuery to show and hide dialogs, but it’s not dependant on it as i see it so far. I have recommended how he should correct the code.

              1 Reply Last reply Reply Quote 0
              • C
                cphilc last edited by cphilc

                https://madewithvuejs.com/draggable-kanban-board is a very good VueJS component using vuedraggable module + tailwind css.
                Seems a very good code base to port to Quasar !

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post