nerdsinspace / nocom-frontend

The No Comment web application frontend.
GNU Affero General Public License v3.0
8 stars 1 forks source link

do the same thing for new dbscan as for online #10

Open leijurv opened 4 years ago

leijurv commented 4 years ago

after #1 and #3 it'll be a very based online shower that unions multiple timestamp ranges: this is exactly what is needed for clusters. each chunk in a cluster has its own ts_ranges which is an int8range[], u just gotta union them all and show em.

so literally the same thing as dimensions, pasted for clusters

and it can show when the players at that cluster are commonly online

leijurv commented 4 years ago

oh my god stack it by day

first union the timestamp history

then STACK it by day (not union)

maintain a count

make it look sorta like this i guess https://xtools.wmflabs.org/ec-timecard/en.wikipedia.org/leijurv

imagine how dank that would be

instead of split up by hour, it would be a stack chart at arbitrary resolution if that makes sense