nextcloud / health

Nextcloud health app
GNU Affero General Public License v3.0
95 stars 19 forks source link

Provide a method for importing data #18

Closed aproposnix closed 3 years ago

aproposnix commented 3 years ago

As a user, I would like to be able to import the data from my various devices (esp., smart scale, Fitness Trackers, pressure cuffs, etc).

There is already a ticket (#17 )for importing gadgetbridge data, but this request goes a little further than that as it would allow for any type of import.

Since you would need to have some kind of standard, I would recommend open mHealth schema.

datenangebot commented 3 years ago

Thanks for the hint. I was looking for some standard Schema like that! Steps are the modules for the topics and providing them an import and api interface.

aproposnix commented 3 years ago

No problem. If you need any help with use cases i can probably help. I've been researching this topic for the past few years.

Im not a developer though but an IT business analyst (among other things :)

What is your idea for the direction of this project?

datenangebot commented 3 years ago

Help for use cases and business thinking are always welcome.

I saw your app for a pain-diary... interesting.

Well I try to outline my ideas for this app:

First, I'm on the way to get familiar with the new way of coding witch vuejs the (new) environment with the nextcloud context. I'm not a professional developer.

But what I want to do is to serve an alternative to all the known apps for health and fitness data that send the data to other countries nobody can control. I see a big advantage for nextcloud as a privacy by design project to put health data here inside.

Use-cases for now:

Milestones for now:

Planed modules so far:

...okay, I guess the next 5 years are full.

pklampros commented 3 years ago

A great open-source app for weight measurement which also allows pulling data from a multitude of bluetooth scales is oliexdev/openScale. There have been a few requests for backups/exports (https://github.com/oliexdev/openScale/issues/236 and https://github.com/oliexdev/openScale/issues/338) so I'd see that as a natural connection with this nextcloud app.

cyroxx commented 3 years ago

Coming from #23, I have started experimenting with Nextcloud Workflows as a way to (bulk) import data. #28 might benefit from workflows as well, I am still a an very early stage, though.

One thing that we will need along the way is an endpoint

The latter would be convenient especially in cases where the source does not give you an easy delta export.

datenangebot commented 3 years ago

no topic anymore see #58