reports: add ability to group reports by column.

Add ability to group reports by various columns. For example, you can see
the posts by the top 10 uploaders over time, or posts grouped by rating
over time.
This commit is contained in:
evazion
2022-10-22 03:17:30 -05:00
parent d1b6f30517
commit f73d2e3956
9 changed files with 176 additions and 74 deletions

View File

@@ -58,6 +58,7 @@ gem "debug"
gem "ffaker"
gem "composite_primary_keys"
gem "resolv"
gem "rover-df"
group :development do
gem 'rubocop', require: false