The delete button is broken: it changes size when dragging/hovering (which is totally unnecessary), but then when you move to the left before releasing it shrinks again.<p>The download button is counter-intuitive. Instead of letting you download your tasks, it downloads the source code instead.<p>Double-clicking on an item does not let you edit it.<p>Opening the app in two different tabs simultaneously does not work. When moving tasks in one tab, the changes are not reflected in the other tab.
Very cool!<p>I was assuming the app to be written with a framework like React or Angular, and was pleasantly surprised to see that it's just a html and a JS file with some styles applied - very refreshing.
Wonderful! :) how about using firebase to save the data in cloud, rather than relying on local storage? Or maybe have an option to import/export to some storage.
It's really cool.<p>I wonder how online scrum boards I've seen so far don't seem to visually integrate User Stories. On our physical Scrum board, we have big stickers for user stories, and tasks are written next to them. I've yet to see this implementation on a virtual board.
I'd want one of these boards to have a timer, for a change! None of the services anywhere offer embedded timer/stop watch. You start a task, you should be able to time it.
A question: I believe these kind of UIs/apps are not a complex undertaking in any sane desktop UI API. So is JavaScript dev/ecosystem in such state that it is worth showing off such stuff?