#Directus Kanboard Layout

16 messages · Page 1 of 1 (latest)

cinder crown
#

Hello guys,

We just completed a better version of Kanban layout, called Kanboard, with:

  • Better UI, UX
  • Allow create cards on each column
  • Allow create new column
  • Allow edit by clicking will open drawer
  • Better pagination and grouping query

Demo: https://directus-extensions.codihaus.io/admin/content/News
User/pass: [email protected] / demo
Github: https://github.com/codihaus/directus-extension-kanboard

We're open to listen and have resource to add new features baes on your suggestions.

I hope that at a point, we can merge to main repo as well!

GitHub

Directus extension for kanban layout view. Contribute to codihaus/directus-extension-kanboard development by creating an account on GitHub.

primal stag
#

looks awesome

junior delta
#

Great ❤️

brazen girder
#

Hi Toai, is the demo currently working?

#

I'm not seeing any data or image in the cards and why I ask

#

looks like the item opens fine, however

#

I do see a potential bug with drag and drop

#

maybe just a permission issue for the demo when it tries to update the status (I assume)?

cinder crown
#

Thanks @brazen girder , team still actively working on it. So you might experience the issues.

I have forwarded your issues to team!

brazen girder
junior delta
#

For accounts without 'Admin Access' privileges, adjusting the configuration information of fields is not allowed. Therefore, when the 'status' column group performs additions or edits, the column name modifications will be restricted by the Directus API. This is because such actions would alter the configuration of fields (directus_fields)

#

@brazen girder

brazen girder
#

thanks for sharing