Implement annotations #99
Closed
Labels
Projects
Comments
This is now part of the implementation of Incidents and might be much more complicated and/or replaced by some sort of "context" object, so I'm closing this issue with the expectation that we'll create a different one when we get to an appropriate point in development. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please do work for this task in a branch called issue-99.
To make power quality events actionable, it can be important to understand the relationship between them and other things happening in the environment. Annotations are a building block for creating these relationships.
The concept of an annotation is simple: it specifies some sort of external information that might be relevant to power quality during a certain time interval at a certain location. So, for a collection named "annotation", the fields would be:
Annotations can be supplied by people (there was a thunderstorm today during these anomalies), or other tools (an insolation system could provide annotations of type "insolation" to provide solar data.
The above fields can be extended by additional fields as necessary for any specific type of annotation.
The text was updated successfully, but these errors were encountered: