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_Status Table #81

Open
4 tasks
franTarkenton opened this issue Apr 18, 2024 · 1 comment
Open
4 tasks

Implement Alert_Status Table #81

franTarkenton opened this issue Apr 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@franTarkenton
Copy link
Member

Currently, the alert_status is hard coded into the frontend components. When a new alert is created, or an alert is edited the frontend restricts what can go into these fields.

Ideally the options that can be entered into these fields should originate from the database, and then from there to the api.

This ticket would do the following:

  • create a new migration that creates and populates the alert_status table.
  • Modify the frontend so that the create and edit forms retrieve the status options for these fields from the api.
  • Update the methods used to perform create / edit so that they build relationships vs. embedding the values into the alert table.
  • Update the database docs
@franTarkenton franTarkenton added the enhancement New feature or request label Apr 18, 2024
@franTarkenton
Copy link
Member Author

duplicate to issue #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant