Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement advanced time and date #16

Open
2 tasks
liamzebedee opened this issue May 13, 2015 · 2 comments
Open
2 tasks

implement advanced time and date #16

liamzebedee opened this issue May 13, 2015 · 2 comments
Milestone

Comments

@liamzebedee
Copy link
Owner

  • implement UI for datetime
  • disambiguate between times and datetimes in the DB and Metric view

particularly so I can do stuff like - hours slept (stored as a datetime), represented as {int}.{quarter} (1 ¼ hours), days worked (4.5 days).

something Excel is TERRIBLE at

@liamzebedee liamzebedee added this to the v1.0.0 "ALPHA" milestone May 13, 2015
@liamzebedee
Copy link
Owner Author

also add the formatting "X hours" etc.

@liamzebedee
Copy link
Owner Author

use cases:

  • I want to track how many hours of sleep
  • hours and minutes of exercise
  • last date when I didn't push myself hard enough

This involves the Date object which stores year to milliseconds. Need a flag which identifies whether it should be represented as either a time (days/hours/minutes) or a date (12/2/15 such and such time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant