Skip to content

Instantly share code, notes, and snippets.

@magical
Forked from anonymous/-
Last active October 5, 2015 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magical/ae51f97677632e694c4c to your computer and use it in GitHub Desktop.
Save magical/ae51f97677632e694c4c to your computer and use it in GitHub Desktop.
hypothetical design for a daily todo list app
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