Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
1–10 of 44 posts
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#2There are plenty of habit trackers out there, obviously, so this has really been an exercise in figuring out how to integrate a tracking app as seamlessly as possible into a daily routine, while generating a dataset that has the potential to give meaningful personal insights. The jury's still out on that.
Testers, collaborators, and feedback of all kinds welcome.
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#3This started out as a learning project (objective: collect a bunch of my personal data, connect it with BigQuery, and play with regressions in TensorFlow), but I've found it useful in the last 2 months of usage to outsource memory for the purpose of tracking tasks, goals and projects, on multiple time scales. There are plenty of habit trackers out there, obviously, so this has really been an exercise in figuring out…
Is there any chance you could make a video that shows how the app works? The screenshots look nice, but especially with an app that is 'always there' a video showing how it works in practice is important.
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#4This started out as a learning project (objective: collect a bunch of my personal data, connect it with BigQuery, and play with regressions in TensorFlow), but I've found it useful in the last 2 months of usage to outsource memory for the purpose of tracking tasks, goals and projects, on multiple time scales. There are plenty of habit trackers out there, obviously, so this has really been an exercise in figuring out…
I've been toying with various projects in this area myself, so I'll definitely give it a look! Is there any chance you could make a video that shows how the app works? The screenshots look nice, but especially with an app that is 'always there' a video showing how it works in practice is important.
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#5I'm working on a similar project myself but I welcome innovation in the space.
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#6Earlier quoted context omitted.
I've been toying with various projects in this area myself, so I'll definitely give it a look! Is there any chance you could make a video that shows how the app works? The screenshots look nice, but especially with an app that is 'always there' a video showing how it works in practice is important.
Agreed the screenshots dont give a clear enough overview of the functionality, and a video is a good idea. Let me see what I can do.
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#7The Github repo mentions a REST api that can be used to push arbitrary data into the system. Are there any docs around this yet?
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#8Just signed up and this is almost exactly what I've been looking for. The Github repo mentions a REST api that can be used to push arbitrary data into the system. Are there any docs around this yet?
If you're familiar with python webapps, you can see api.py:TrackingAPI, which takes a date and a simple JSON data param.
Let me know if that looks like it fits your need, and if not, I'd be curious to hear more about how you'd like such an API to work.
Re: Show HN: Flow Dashboard – open-source habit tracker and personal analytics app
#9I can't wait to poke around this a bit more. It also uses the same stack I'm planning to use on my next personal project (Django + React).