-
Notifications
You must be signed in to change notification settings - Fork 0
Display
Josh Albrecht edited this page Dec 4, 2013
·
1 revision
Responsible for displaying Events in a way that makes it easy to answer particular questions.
This is currently the part of the system with the least design so far.
Tentatively, I think there are three main displays required:
- Timeline Display. All Events should be able to be displayed in columns (or rows), sorted by date, and for convenient viewing. This is at the very least required for debugging, and also would probably just look cool and be fun to play with.
- Search Display. All Events should be searchable. Whether this search functionality is built on top of the Timeline View, or whether the results come back in their own Display is still undecided.
- Widget Display. This encompasses all other displays. There will probably be generic widgets (ex: display the last X days of data from Y as a Z graph), as well as more specialized widgets (ex: calculate a single number for today's "productivity score" based on a variety of data sources)