chrskerr / task-list-kanban

MIT License
19 stars 1 forks source link

Be able to move cards up and down within a Kanban list. #5

Open bmazeraski opened 2 months ago

chrskerr commented 2 months ago

I'd like to do this one too, but the Kanban board itself is stateless right now so I would need to tag the task itself with some sorting data.

It's on my mind about how to do this, but I haven't come up with a good plan yet.