heedy icon indicating copy to clipboard operation
heedy copied to clipboard

An aggregator for personal metrics, and an extensible analysis engine

Results 22 heedy issues
Sort by recently updated
recently updated
newest added

Heedy currently uses Vue 2, and should be converted to Vue 3. This conversion cannot happen until all upstream libraries that are used are also converted. In particular: - [...

This will require plug-in backend support, since heedy will need to know where to send the data once the object is created - but data export will also require this...

As discussed in #357, it might be useful to add an extra (optional) metadata field `m` to datapoints, so that a datapoint is of the form: ```javascript { "t": 12345.0,...

While data can be added one at a time from the heedy UI, sometimes the user might have a raw csv file from which they want to insert data into...

Hello there, found this project a few days ago and liked it. Tried to create an openscale data import plugin with my partner. Works. But now we are missing information:...

The input page can get messy with many input timeseries. It would be useful to have a user setting to exclude certain timeseries from it! There should be 2 options:...

Without it, heart-rate and step data isn't nearly as useful.

Runnin analysis transforms such as `map(dayhour,mean)` should display a histogram per hour. This means that a single datapoint that is a map should get special handling, since it might refer...

Just to make you aware, I made a program to take data from Tickmate and push it into ConnectorDB. I know pushing data directly from the app would be ideal,...

If I put connectordb behind a reverse proxy and redirect, say, `/connectordb` directly to the server, the website only partially works. I tried setting siteurl to something like` https://my.connectordb.foo/connectordb`, but...