Samuel Harvey-Collins

Results 111 comments of Samuel Harvey-Collins
trafficstars

Hi, I think this is another use case for functions which i'm planning on implementing at some point in future.

Yeah it's another one of these things where i want to avoid complicating the graph interface as much as possible and extract that complexity for advanced users. There are all...

Hi. Currently this is not super easy. One idea would be to have a time since last stat and a duration tracker. Then you can see the time since last,...

Looks like i fixed this a while back and forgot to close the issue. Let me know if you're still having troubles and i can re-open it.

Hi. I suppose pre set labels/values could be implemented. I doubt I will get around to this any time soon though. I think most new users won't miss this, but...

You can still just tap previously tracked labels/values to quick track. They are called suggested values. Look at the advanced section of the tracker create/update screen.

The hypothetical max number of suggestions is 1000 because only the last 1000 data points are iterated for the sake of getting the labels. To be totally honest I haven't...

Yeah definitely not a bad idea to have tests for backup/restoration both for CSV and databases. My issue is just time. Every time i change the database i need to...

Yeah this is something you could do. I wonder how useful this is though if you don't then write new tests every time the database migrates to make sure that...

Sounds like a nice idea I will keep it in mind but I have other priorities at the moment.