-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
BUGOpposite of featureOpposite of feature
Description
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:
BeeSwift/BeeKit/Model/DataPoint.swift
Line 100 in 741432b
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
Metadata
Metadata
Assignees
Labels
BUGOpposite of featureOpposite of feature