simpleanalytics / roadmap

File you bugs and feature requests here
23 stars 2 forks source link

Unified view for multiple domains #179

Open lseelenbinder opened 4 years ago

lseelenbinder commented 4 years ago

We have three subdomain from a single domain within SimpleAnalytics (www., client., and docs.).

It would be great if we could view the stats in some unified way across all three (aside from the month overview dashboard view).

adriaandotcom commented 4 years ago

Ah cool, so you would want a view where you can see all three, but in another view you want to see them individually? We could create something like a merged view where you can combine stats from multiple websites.

So the dashboards are like this?

lseelenbinder commented 4 years ago

Bingo! I'm imagining building it something along the lines where instead of SELECT <metrics WHERE pk = 'www' it's SELECT <metrics> WHERE pk IN ['www', 'client', docs'].

More complex than that, obviously, but that's the idea.