Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HealthKit integration removes meta datapoint RESTARTED ON THE #598

Open
krugerk opened this issue Jan 2, 2025 · 0 comments · May be fixed by #599
Open

HealthKit integration removes meta datapoint RESTARTED ON THE #598

krugerk opened this issue Jan 2, 2025 · 0 comments · May be fixed by #599
Labels
BUG Opposite of feature

Comments

@krugerk
Copy link
Contributor

krugerk commented Jan 2, 2025

Upon restarting a goal via the website, a datapoint is added to the goal to indicate as much. This has the syntax RESTARTED ON THE {ordinal day number}.

These are currently being overwritten by the HealthKit integration, which attempts to be itself the authority over an associated goal's datapoints.

Notes:
The app does currently handle datapoints containing #RESTARTED:

private static var metaPointHashtags = Set(["#DERAIL", "#SELFDESTRUCT", "#THISWILLSELFDESTRUCT", "#RESTART", "#TARE"])

Maybe this is something that could be fixed server side, since currently the server does not use the # symbol, which is inconsistent.

Versions

App: 6.8 (58)
Website: v2025.01.01-7a966

@krugerk krugerk added the BUG Opposite of feature label Jan 2, 2025
@krugerk krugerk linked a pull request Jan 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Opposite of feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant