You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to opt in to receive a monthly email digest summarizing their hub's key analytics. This lets hub staff share dashboard highlights with colleagues, administrators, and stakeholders who do not have dashboard accounts — lowering the barrier to data-informed conversations about collection use.
Motivation
The dashboard requires a login to view any data. Many hub staff who would benefit from a monthly summary (directors, collection managers, grant writers) are unlikely to log in regularly on their own. A well-formatted email digest makes the data accessible without requiring an account, and is easy to forward internally.
Proposed Content
The monthly digest email (sent in the first few days of each month, covering the prior month) would include for the recipient's hub:
Item count and contributor count — current snapshot
Website sessions and users — for the prior month, with month-over-month change
Top item views — most-viewed catalog items during the month (title, contributor, view count)
Click-throughs — total, with month-over-month change
Top search terms — the searches that surfaced hub content most often
Wikimedia activity — page views and files in use (if the hub participates)
Link to full dashboard — deep link to the hub's overview page for the same month
Content should degrade gracefully per section if data is unavailable for a given month (e.g., gap in GA4 coverage — see #301).
Subscription Model
Opt-in only, per user. No user is subscribed by default.
Add a monthly_digest boolean column to the users table (default false).
Users manage their subscription from their account/profile page.
Admin users may be able to view and manage subscriptions for all accounts on their hub.
Consider also allowing non-account subscribers (e.g., a director's email address added by a hub admin) — this would require a separate digest_subscriptions table with email + hub + unsubscribe token, rather than piggy-backing solely on the users table.
Summary
Users should be able to opt in to receive a monthly email digest summarizing their hub's key analytics. This lets hub staff share dashboard highlights with colleagues, administrators, and stakeholders who do not have dashboard accounts — lowering the barrier to data-informed conversations about collection use.
Motivation
The dashboard requires a login to view any data. Many hub staff who would benefit from a monthly summary (directors, collection managers, grant writers) are unlikely to log in regularly on their own. A well-formatted email digest makes the data accessible without requiring an account, and is easy to forward internally.
Proposed Content
The monthly digest email (sent in the first few days of each month, covering the prior month) would include for the recipient's hub:
Content should degrade gracefully per section if data is unavailable for a given month (e.g., gap in GA4 coverage — see #301).
Subscription Model
monthly_digestboolean column to theuserstable (defaultfalse).digest_subscriptionstable with email + hub + unsubscribe token, rather than piggy-backing solely on theuserstable.Delivery
UserMaileralready exists with a working welcome email as reference).Design Considerations
Decisions Needed
/cc @megannp4