You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a coffee hobbyist and frontend developer (both with varying amplitude 😃) with a desire to track various data to Apple Health. Current integration works as expected, however I'm pulling shots for friends and family as well, so I have to delete the unrelated items if the sync in on.
Then had the idea what if there's a way to track only individual shots, either in brew-brewing or from brew-popover-actions. It seemed like and easy thing to implement so started to fidget with it locally, then realized we should discuss it.
Would it be a valid feature? Read here that cordova-plugin-health can't be migrated.
Also there's this issue, can the editing/deletion be solved via extending brew class with a timestamp when Health was updated? That could be used for tracking if a brew was added or not, like:
Thanks!
The text was updated successfully, but these errors were encountered:
Hello @uyuarasy,
thank you for the intention of the tracking.
The main situation comes with this, that many people want to track e.g. their brews for different people, and want to spread/differ this inside the App, but thats not the intention in the actual case.
Also what would happen if you fast repeat a brew? It would be added still?
Anyways what I could think of:
Add an extra-card after "After brewing" called like "Additional data", because its not a parameter you could add, sort or preset.
Also adding in the settings the option when you added caffeein tracking, to add another checkbox saying "add manually".
Hey,
I'm a coffee hobbyist and frontend developer (both with varying amplitude 😃) with a desire to track various data to Apple Health. Current integration works as expected, however I'm pulling shots for friends and family as well, so I have to delete the unrelated items if the sync in on.
Then had the idea what if there's a way to track only individual shots, either in
brew-brewing
or frombrew-popover-actions
. It seemed like and easy thing to implement so started to fidget with it locally, then realized we should discuss it.cordova-plugin-health
can't be migrated.brew
class with a timestamp when Health was updated? That could be used for tracking if a brew was added or not, like:Thanks!
The text was updated successfully, but these errors were encountered: