On 02/21/2010 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 ? > > 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 ?
Personally I'd also go for the activity stream. Another option would be to write a custom component that uses the notification manager to record view requests, since this is not a clear case for inclusion in the default activity stream module. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

