Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stats Page #282

Open
RyanTG opened this issue Dec 13, 2019 · 0 comments
Open

Stats Page #282

RyanTG opened this issue Dec 13, 2019 · 0 comments

Comments

@RyanTG
Copy link
Collaborator

RyanTG commented Dec 13, 2019

I think stats help illustrate that there's a lot of cool stuff contained in the app.

If we made a new Stats page, it could show stuff like:


  • List of countries (machines per country?). This one isn't great (so far) because the country names are abbreviations. So it looks like:
glowing-dusk-5085::HEROKU_POSTGRESQL_COBALT=> select country, count(*) as the_count from locations group by country order by the_count desc;
 country | the_count 
---------+-----------
 US      |      6468
 CA      |       428
 AU      |       243
 JP      |       100
 FI      |        80
 BE      |        76
 FR      |        56
 GB      |        43
 IT      |        36

But here's an endpoint for that https://pinballmap.com/api/v1/locations/countries.json

@RyanTG RyanTG mentioned this issue Dec 13, 2019
7 tasks
@RyanTG RyanTG changed the title List top 25 machines Stats Page Apr 26, 2022
@RyanTG RyanTG added 5.2.12 and removed 5.2.12 labels Oct 28, 2022
@RyanTG RyanTG added 5.2.15 and removed 5.2.14 labels Nov 22, 2022
@RyanTG RyanTG added 5.2.16 and removed 5.2.15 labels Dec 6, 2022
@RyanTG RyanTG added 5.2.17 and removed 5.2.16 labels Jan 4, 2023
@RyanTG RyanTG added 5.2.20 and removed 5.2.18 labels Jan 17, 2023
@RyanTG RyanTG added 5.2.21 and removed 5.2.20 labels Mar 9, 2023
@RyanTG RyanTG removed the 5.2.21 label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants