andreaselia / laravel-analytics

Analytics for the Laravel framework.
MIT License
165 stars 25 forks source link

Order results by count #45

Closed grantholle closed 11 months ago

grantholle commented 11 months ago

This just makes sense to me to order by the number of views/counts.

tomirons commented 11 months ago

Just because it makes sense to you doesn't mean it makes sense for everyone. Can you elaborate as to why you'd like to see things in this order?

grantholle commented 11 months ago

In my experience of any other analytics tool (Google, Matomo, Fathom), it's always ordered by counts in descending order, at least by default.

And any order is better than none.

andreaselia commented 11 months ago

Sounds good, I agree that the highest count should be at the top and go down to the lowest count.