JustFixNYC / tenants2

The JustFix tenant platform!
https://app.justfix.org/
GNU General Public License v3.0
23 stars 4 forks source link

Consider using django-sql-dashboard, at least once it's more mature #2011

Closed toolness closed 3 years ago

toolness commented 3 years ago

We've been using Amplitude for gathering insights on how people use this tool, and we also have the admin dashboard that provides a few visualizations, but it'd be nice to have something that makes querying our database and generating visualizations based on queries a bit easier--perhaps something that doesn't require a code push whenever we want to ask a new question of our database, for instance.

Datasette is a really cool exploratory tool for data but it's only available for sqlite. However, the author has recently started working on a Postgres equivalent that works in Django, which seems like it'd be perfect for our needs:

https://github.com/simonw/django-sql-dashboard

toolness commented 3 years ago

It is now more mature! https://simonwillison.net/2021/May/10/django-sql-dashboard/

toolness commented 3 years ago

Oh, we fixed this in #2103.