abedef / boop-web

1 stars 1 forks source link

Event timelines #3

Open abedef opened 1 year ago

abedef commented 1 year ago

Credit to @RaedShabbir

Basically chronology

Green is actual red is target

Two little dots on top right let you collapse to different timelines

Like if I followed red

I would've been Mr robot season 1

Crazy precise

Taking my one vape hit

Every hour

Green would be actual

And if you can collapse to different timelines, gives you a reason to make a crazy cool transition graphic for the timeline lol

abedef commented 1 year ago

PHOTO-2023-01-18-09-05-14

abedef commented 1 year ago

I initially understood the idea to be two timelines, each representing either performing or avoiding the action specified. So for each time you log that you avoided action X, it would appear on X's dropped down green timeline, and for each time you log that you did not avoid X, it would appear on X's dropped down red timeline. This is a neater way of visualizing the data than one big raw list, but a little less useful. Implementing the idea as Raed put it would require each "habit" to have an assignable tolerance, i.e. how many times that habit should be permitted within a given timeframe. I can think of two days to express these timeframes:

absolute timeframe (e.g. max 2 events per day) sliding window timeframe (e.g. at least 1 hour between consecutive events)