-
-
Save magical/ae51f97677632e694c4c to your computer and use it in GitHub Desktop.
hypothetical design for a daily todo list app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hypothetical design for a daily todo list app | |
sits in the tray | |
click the tray icon to toggle the main window | |
has space for 10 (7? 12?) todo items | |
an item is a status icon and a short bit of text | |
status can be · or ✔ or ✘ | |
click on an item to edit its text | |
click on a blank item to add a new item | |
click on the status to cycle through | |
marked items are removed at the end of the day | |
marked items are removed when the 'clear' button is pressed | |
items pack towards the top | |
hard maximum, the only way to make space is to mark items done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment