oryanm / TrelloWidget

Android widget for Trello's lists
MIT License
61 stars 24 forks source link

Widget displaying a single card #29

Open JIIMI opened 7 years ago

JIIMI commented 7 years ago

Some people in trello use a whole list for TODO cards, while some use a card with a checklist.

I think it would be great if TrelloWidget could display a select card with maybe description and the checklist as a scrollable list. Also adding support to check/uncheck items from the checklist.

I know that adding a "card view" widget also means thinking about what parts of the card to show (link/comment/description/date/checklist etc..) but in my opinion, this could be easily set to be user-configurable and the option to show description/comments/checklist would fit most cases.

What do you think?

oryanm commented 6 years ago

I did contemplate a "card view" at the one point. However, as you mentioned, this presents a lot of questions about what to do if there is no checklist or if there are multiple checklists. Also manipulating the card from the widget is not a viable option really because of the limitation of the Android API. This is why we settled on just letting you open the card directly in Trello instead.