"Active Users" count via a new "Logins" table #498
Labels
block: needs triage
Needs assessment from the Gameboard team to clarify/prioritize
enhancement
New feature or request
As a site admin, it would be good to know how many "Active Users" we have over a period of time. Providing this metric would require tracking when users login. This could be done via a new DB table that tracks a new row for "UserId logged in at this time" (potentially add "from this IP address" ?) -- open to other column suggestions
This new table should generally be "append only" -- adding a row every time a user logs in. The metrics from this table should surface in the "Site Usage Report"
The text was updated successfully, but these errors were encountered: