You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added a validity interval to log entries in the service.
A log has two extra fields; eventStart, eventEnd
And there are two new URL params:
history=audit -> audit trace of all changes
history=event -> event trace over time (ie. 6am started pump down, 8am at vacuum )
history=& -> defaults to audit for compat
sort=created
sort=modified
sort=eventStart
For the time being, we should implement just the event instant, so people can just say when something happened, and sort on it.
Then, we need to think more on what this looks like and the use cases.
The text was updated successfully, but these errors were encountered:
I've added a validity interval to log entries in the service.
A log has two extra fields; eventStart, eventEnd
And there are two new URL params:
history=audit -> audit trace of all changes
history=event -> event trace over time (ie. 6am started pump down, 8am at vacuum )
history=& -> defaults to audit for compat
sort=created
sort=modified
sort=eventStart
For the time being, we should implement just the event instant, so people can just say when something happened, and sort on it.
Then, we need to think more on what this looks like and the use cases.
The text was updated successfully, but these errors were encountered: