On Feb 21, 2010, at 11:18 PM, Ludovic Dubost wrote:
Hi XWiki devs,
We have a project where it is needed to show what users has seen which page, in addition
to aggregate statistics.
Now there are multiple ways to implement this, namely either using the Activity Stream
module (which records page level edit activity) or to use the Statistics module (which
records aggregate level view activity).
Which of the two systems would be best to use ?
IMO, in some near future the Stats module will be rewritten to use the activity stream
module and perform computations to store aggregated data.
-Vincent
In any case, I would like to implement this as a patch to the standard module with a
setting to activate it at a Wiki level.
My first choice would be to use the Activity Stream module but I see that we have some
code to clean-up the activity stream (is it active ?). I don't think I would want this
data to be deleted.
WDYT ?
Ludovic