|
|
|
|
|
by astromd
961 days ago
|
|
The problem with most habit tracking apps is that they don’t put your habits in context with the rest of the day. For example, let’s say you miss a day reading, and that becomes a pattern. Current apps may not surface the fact that you’ve taken on too many evening commitments because they can’t show you your calendar. I’ve been using Chronicling, another iOS app by an indie dev, and it lets you track just about anything, but since you can’t get data out easily you end up having a silo of events about habits without any sense of why you may or may not be keeping habits. So, I’m building my own activity tracking now with a grist database since they have a nice API and in the end you end up with SQLite files which are highly portable. I am integrating a bunch of iOS shortcuts and also using n8n to auto populate as much as possible into the tracker so that I can correlate habits with other daily activities. |
|