This commit is contained in:
2018-08-24 17:57:30 +00:00
parent cbb153166f
commit 1cfa78472e
6 changed files with 157 additions and 22 deletions

View File

@@ -9,6 +9,13 @@ Items are only removed from log when source object is deleted (and replaced with
Needs a cleaner job that periodically looks for non-existant objects that are logged
Has to handle a scenario where there is no data for an object because in future we will likely have a purge feature or maybe a feature to turn it off and needs to accept that scenario
ROUTES
------
Fetch a constructed, localized log for the following:
- Supply user ID, optional time range, get back a log of everything the user did in order for all time or just the specified time range
- Supply object type, object id, optional time range, get back a log of history for that object for all time or time range specified
Fetch the above but in raw form as data as well??
EVENT_TYPES
-----------