New feature: the Statistics tab. It'll be somewhat similar to the Messages tab, but instead of just displaying recent messages, all archived messages to date will be used to generate interesting information. For example:
[ ] What words are used how much (in total)
[ ] Message count per day in the last week
[ ] Message count per user
[ ] Message activity throughout the day (hourly?)
[ ] Top linked websites
^ Feel free to suggest more data we could show on the statistics page.
At first I thought we'd just use tables again to display the data. But if it'd be easy enough to just use a visualization library (#27) then we'd use that instead.
Either way these changes will require alot of new additions in both the front end and the API.
New feature: the
Statistics
tab. It'll be somewhat similar to theMessages
tab, but instead of just displaying recent messages, all archived messages to date will be used to generate interesting information. For example:At first I thought we'd just use tables again to display the data. But if it'd be easy enough to just use a visualization library (#27) then we'd use that instead.
Either way these changes will require alot of new additions in both the front end and the API.