SamAmco / track-and-graph

An android app for tracking personal data and creating custom graphs
GNU General Public License v3.0
438 stars 40 forks source link

[F.Rq.] Use start time instead of current time when saving duration datum #185

Open YoshiRulz opened 2 years ago

YoshiRulz commented 2 years ago

e.g. from ⏹️ in widget

SamAmco commented 2 years ago

I don't really want to change the behaviour now because it's been out a long time and existing users may depend on current functionality. I think possibly the best solution at this point will be to support shifting the data point times around using scripting. See #69 .. I have a rough idea how this would work, you would need a function that moves the data point back by the duration tracked. I'll leave this ticket here to remind me to consider this function though.