Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding event time / interval #27

Open
berryma4 opened this issue Jan 23, 2015 · 3 comments
Open

Adding event time / interval #27

berryma4 opened this issue Jan 23, 2015 · 3 comments

Comments

@berryma4
Copy link
Member

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.

@berryma4
Copy link
Member Author

made branch eventTest_issue_27 for testing

@berryma4
Copy link
Member Author

@AnthonyDionise can you fork the eventTest_issue_27 branch and work on this.

@tonystonee
Copy link

Yes I can !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants