There’s an app I’ve been using for some time now(not affiliated in any way) - called Loop Habit tracker.
I’d gladly use something like that with an android widget to mark the event I’m tracking for open research projects. I am currently tracking my workout routines, art and meal habits - it works very well.
Now that I think of it, this is a field of opportunity for your project - integrations with apps like these.
That’s really interesting. Does it already offer a way to export the data as a CSV or in a different format? In many cases that’s the easiest first step.
Also: has anyone tried https://habitica.com ? A friend/acquaintance of mine used to work on it, but I never really gave it a shot myself so far!
Haha that’s hilarious because I used to develop an app until I saw Habitica having literally 1:1 all the features I ever dreamt to add to my app Learnt a lot in the process though
The app does have SQLite database dump feature. I could make an integration for that… I’ve reached out to app developer, let’s see what they have to say.
The easiest way to upload the SQLite database to open humans would be through https://upload.openhumans.org/ which @madprime made! You can define the data type once and that’s all that’s needed!
And fun to hear that you found Habitica like that! Have you used it for some tracking?
Still working on features for DataTypes – but as those grow, it enables folks to tag & share stuff according to DataType (e.g. tagging notebooks). There isn’t any automated processing of schema, but it might be helpful to describe schema in the “details” field of the DataType.
Yep, agree with @madprime! Also, you could share a notebook showing how to read the database file on https://exploratory.openhumans.org/ and link it in the description if you want!