I have written a simple Migraine tracker. Currently one inputs data such as strength and medication on the watch and it starts an activity, stores the data in the session and saves it to a fit file. This seems very convoluted to keep track of just two Integers, but at least it lets me access the fit files from the device.
Is there an alternative or even better way to accomplish this and to ideally also get a graph out of this in the connect app?
Thanks for the input