depends on what you need to track, and what report you need to run on user 
activity. 
If you need to store the info about who changed what at what time, it's not 
going to be easier than simply using the battery-included versioning.
If instead you want to show something as "userA started following userA on 
2014-12-12" a simple "event_log" table hooked up with either your logic in 
controllers or with callbacks (after_insert, after_update, etc) will 
suffice.

On Thursday, December 11, 2014 10:54:02 PM UTC+1, Alex Glaros wrote:
>
> what is the difference between record versioning and this?   
> http://www.web2pyslices.com/slice/show/1362/audit-trail
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to