Created
January 12, 2012 14:04
-
-
Save runlevel5/1600689 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
TODO | |
---- | |
Day View: | |
----------------- | |
1. Date header is blue if today else grey | |
2. Arrow should change to dark version on hover and toggle back on release | |
3. Change the header to loading.. or use loading indicator while waiting for the JSON message fetch | |
4. Vertical align the time and event title | |
5. If Event has location, the row should be like this: | |
3pm Event Title (in black color) > | |
Event Location (in light grey) | |
6. All day event are separate view on top: | |
--------------------------- | |
<< Sun 22 01 2012 >> | |
--------------------------- | |
All Day Event 1 > | |
Event 2 > | |
Event 3 > | |
--------------------------- | |
3pm Event 4 > | |
-------------------------- | |
List View: | |
------------------ | |
1. Header is blue if today | |
2. Remove Search function for now OR need it implemented | |
3. If Event has location, the row should be like this: | |
3pm Event Title (in black color) > | |
Event Location (in light grey) | |
Month View: | |
------------------ | |
1. Refresh button | |
2. Today button | |
3. Widget TODO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment