hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
45 stars 14 forks source link

Migration for unique teachers in reports #6375

Closed marcospri closed 1 month ago

marcospri commented 1 month ago

Calculate the number of unique users per report, this can be calculated using the existing data of the reports which allows us to backfill the data.

In theory we could also calculate this on the fly (ie on metabase) but having the number in the DB makes it easier to do graphs etc.

Deploy