alainm23 / planify

Task manager with Todoist and Nextcloud support designed for GNU/Linux 🚀
GNU General Public License v3.0
3.33k stars 200 forks source link

Nextcloud: Kanban Board View #1355

Open mistune opened 3 weeks ago

mistune commented 3 weeks ago

Is your feature request related to a problem? Please describe. Not really but it is good to have.

Describe the solution you'd like Kanban board view for Nextcloud Tasks and Deck.

Describe alternatives you've considered Opening Nextcloud Tasks/Deck through the browser.

Additional context For Tasks, this might be implemented using the Status filter and for Deck, this could be done with Stacks.

Tasks

image

Deck

image

alainm23 commented 2 weeks ago

Hi and thanks for using Planify, just like the previous issue, CalDAV doesn't support Sections, that's why I limited it to just a list of tasks. Maybe you could use a parent task as a Section and its children as sub tasks.

Nico7as commented 1 week ago

Hi, I don't know if it will be of any help, but here's what NextCloud displays when you allow it to display Desk tasks in the Tasks app.

Nextcloud-Desk_in_Tasks

Decks are listed in the task list, with the prefix Deck: Kanban columns are listed as main tasks, with the prefix List : Common tasks are subtask

Notes:

That's just how it's displayed, and might not reflect how all this is coded... Since I'm no developper, I can't say much. I just tought that the use of Prefixes in the name could be a way to work around it...

Proper Deck compatibility will rely on the use of its APIs, just like Todoist I imagine, but that's an other whole project !