https://github.com/an-empty-string/logger2
Personal health data collection tool
https://github.com/an-empty-string/logger2
Last synced: 7 days ago
JSON representation
Personal health data collection tool
- Host: GitHub
- URL: https://github.com/an-empty-string/logger2
- Owner: an-empty-string
- Created: 2022-02-08T00:13:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T00:21:18.000Z (about 4 years ago)
- Last Synced: 2025-08-02T09:28:11.932Z (7 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logger2
Logger2 is the successor to Logger, an internal app I developed and use to keep
track of when I last took medication.
Logger2 aims to handle that use case, but also many more. A brief feature / goal
overview:
* Data points associated with a series, which can have tags/categories
* Mood tracking (and other time-series-ish data)
* Backlogging data (ability to change timestamp when entering a point)
* Automatic data collection (integrate with your sleep tracking app)
* Customizable notifications based on data you've entered or external triggers
(e.g. you've forgotten to take your meds or enter mood data, you aren't
asleep even though it's 7 hours before your alarm)
## Overall design
* Record button configured to log data to a specific series
* Widgets for entering data
* Buttons optionally can be hidden based on conditions
* History view
* Graphs
* Notifications triggers are Python. Access to:
* Last point data/metadata for each series
* Sunrise/sunset times