jshirley / tdp

TDP API & Public Issue Tracker
2 stars 0 forks source link

Yes/No View #11

Open jshirley opened 11 years ago

jshirley commented 11 years ago

Revamp the mobile/daily email view and also perhaps the app to have a simple Yes/No toggle.

I think this will help with quicker entry. On mobile, perhaps a swipe down reveals the note screen?

rjbs commented 11 years ago

If revamping the mobile view, my first suggestion is to make it match the other views: view ends tomorrow, not today.

I think the standard idiom would be best matched with tap-to-toggle, hold-to-annotate.

jshirley commented 11 years ago

I'm trying to reconcile this, sketching things out a bit.

The idea I have now is something like:

|  Y   |  Goal name here |  N  |

If you tap Y (or swipe right), it marks as Yes I did it.

If you tap N (or swipe left), it marks as Not done

If you tap the goal name, it opens the annotation drawer.

This is mostly wanting to start making the "I didn't do it, but recording it" headway, which will allow for a vacation mode setting that doesn't break chains or affect cooldowns. Also I want to experiment with an AngularJS input view :)