-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Please do work for this task in a branch called issue-263.
Build an interface in View for manually adding Annotation Phenomena and also for displaying available Annotation Phenomena.
When viewing the details of an incident, there should be a button or a form for adding annotation data.
Annotations consist of:
- A category (KNOWN_EVENT, SPURIOUS_EVENT, MISC)
- A timestamp
- A list of incidents included in this Pheneoma
- A description
A UI should be created that allows these fields to be set. The data model for Annotations (and Phenomena) in general needs to be defined and documented in the documentation.
After thinking about "anti-phenomena" (#258) for a while, I think it makes the most sense to simply classify anti-phenomena as a specific type of annotation (SPURIOUS_EVENT), with a description of why the user (or plugin) classified the incident as spurious.