Open garrett opened 13 years ago
This means we'll have to figure out how to deal w/ the tags, a save/cancel button, etc.
We already include jquery editable. But I don't think we use anywhere?
If that's rich text editing, we should nuke it. I prefer the simplicity of Markdown.
It's inline-editing, IIUC. Have you seen how Github Wikis work with Markdown? They have nice helpers for Markdown. We should have something similar.
GitHub's wiki stuff looks nice, but I really think it's overkill for what we want to do with CardBoard. In fact, I think we should have less UI (when editing & adding cards, columns, etc.)... not more.
When you add a new card, it automatically adds it, and puts it into edit mode. When you add a new column, it does the same. No dialogs.
When you edit either, same thing: inline editing. No dialogs.
I consider the dialogs mostly a placeholder until we get this implemented. Not entirely sure what to do about tags just yet, though.
Also, the dropdown goes away. You want your card in another column? Move it. (:
Right now, we're using dialogs. I think the cards should be edited inline, or as close to it as possible.