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

Implement Alert Manager #93

Open
philipmjohnson opened this issue Apr 4, 2018 · 0 comments
Open

Implement Alert Manager #93

philipmjohnson opened this issue Apr 4, 2018 · 0 comments

Comments

@philipmjohnson
Copy link
Contributor

philipmjohnson commented Apr 4, 2018

Please do work for this task in a branch called issue-93.

Not all events are equal. We need a way for a user to specify the events that they are interested in.

Upon logging in, the user will find a new link in their nav bar called "Alert Manager". This takes them to a page that enables them to configure "Alerts". An alert is a user-configurable representation for a set of Events that are of interest to a user. Each alert has a name, and its configuration can be based on at least the following:

  • location
  • threshold values for frequency, voltage, THD
  • frequency of occurrence of events within a duration
  • length of occurrence of events
  • some combination of the above

Alerts should be able to represent ITIC values. It would be nice provide shrink-wrapped Alert configurations for all ITIC values that users can enable out of the box.

Once the specification of the Alert has been made, the user can select a time interval (start day and end day), and press "Submit".

The system will then invoke a Meteor Method to find all Events that satisfy this set of constraints and show them to the user in a table.

The display of events could be based on the Event Inspector (#75)

@kailafoltz kailafoltz self-assigned this Apr 9, 2018
@anthonyjchriste anthonyjchriste moved this from Backlog to In Progress in UH Agile Power Monitoring Project Apr 12, 2018
@philipmjohnson philipmjohnson moved this from In Progress to Backlog in UH Agile Power Monitoring Project May 26, 2018
@philipmjohnson philipmjohnson moved this from Backlog to In Progress in UH Agile Power Monitoring Project May 26, 2018
@philipmjohnson philipmjohnson moved this from In Progress to Backlog in UH Agile Power Monitoring Project May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants