The need
- to know who reads who
- wiki page viewed / page creator (last page editor?)
- message viewed ? / message author
- to know who replies to who
- comment posted / page creator (last page editor?)
- comment replied / comment creator (last comment editor?)
- forum posted / thread author (last thread editor?)
- forum replied / post author (last post editor?)
- message replied ? / message author
In Tikwiki 1.10, all these actions are already logged
Do we need to collect image view and file view and blogs view/replies?
In most of the case, we must define if we consider the last editor or the creator of the objects
The resuls will be displayed as 2 tables users/users . One table for reads, and one table for replied. Each cell will contains the number of actions that occured from user a to user b.
Technical implementation
Tikiwiki is missing the notion of object. We can't use a join to find all the second author of an action
question
- do we use a join for each type of object to retrieve the second user
- do we save in actionlog this second user
Last wiki comments