Let's show forum stats as a timeline graph (with supporting table below it). Show for the whole tool the # of posts per day. At longer time intervals, aggregate to a month. We've done some testing with mongodb aggregation queries [#6081] and with some index, it should be fast enough we think.
Page layout similar to SourceForge download stats, e.g. https://sourceforge.net/projects/openofficeorg.mirror/files/stats/timeline is what I'm thinking
Diff:
See also [#4906] (same thing)
And https://sourceforge.net/projects/pydstool/stats/forums?forum=&dates=2013-01-01+to+2013-08-12 as an example of classic forum stats on SourceForge. That sort of data & layout is what I'm thinking we should produce.
Related
Tickets:
#4906allura:db/6545, merciless:db/6545
db/6545 is ready to merge as soon as https://trac.sdot.me/trac/siteops/ticket/54344 is done.