cthiel / cardboard

A simple web-based card grouping application with a bit of collaboration
https://github.com/cthiel/cardboard
Other
4 stars 0 forks source link

Proper inline editing #41

Open garrett opened 13 years ago

garrett commented 13 years ago

Right now, we're using dialogs. I think the cards should be edited inline, or as close to it as possible.

garrett commented 13 years ago

This means we'll have to figure out how to deal w/ the tags, a save/cancel button, etc.

cthiel commented 13 years ago

We already include jquery editable. But I don't think we use anywhere?

garrett commented 13 years ago

If that's rich text editing, we should nuke it. I prefer the simplicity of Markdown.

cthiel commented 13 years ago

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.

garrett commented 13 years ago

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.

garrett commented 13 years ago

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.

garrett commented 13 years ago

Also, the dropdown goes away. You want your card in another column? Move it. (: