DNNCommunity / Dnn.CommunityMetrics

DNN (formerly DotNetNuke) module to track community contributions and display a leaderboard of member activity
https://dnncommunity.org/Community/Dashboard
Other
5 stars 3 forks source link

Add Charts to Show Community Activity Trends #9

Open WillStrohl opened 4 years ago

WillStrohl commented 4 years ago

Purpose

We'd like to have a way to transparently see the health and trends of the community and related activity.

Implementation

Add charts using existing methods in the module to display each trend type. Include a way to filter by predefined date ranges, include past month, past 3-months (quarter), and past 12-months (year). Default to Past Month.

There already is a Leaderboard. It should be updated to include a "Leaderboard" title.

The Leaderboard and new "Activity Trends" will be displayed using tabs, with the Leaderboard as the default.

Technical Requirements

Need to determine and implement either SProcs or Views that will help power this.