Open
Conversation
added 12 commits
July 14, 2022 03:16
Add endpoint that takes alert configuration ID from the front end and makes a POST request to AeroAPI to delete it. BCK-7007
Minor change that changed AeroAPI post to delete BCK-7007
Add SQL function to delete the alert configuration from the SQL database and other small changes. BCK-7007
Add display alerts to this branch BCK-7007
Change it to DELETE instead of POST BCK-7007
Add comment for the endpoint for deleting an alert. BCK-7007
Add alert ID to response messages for clarification. BCK-7007
Modify endpoint of getting alert configurations to also get the alert configurations that were created in AeroAPI besides the alert creation demo and thus sync them up in the frontend. BCK-7184
…sync_alerts Merge with main in order to get bug fixes. BCK-7184
Add function for endpoint that allows frontend to send date to update the respective alert configuration, and also add an update function to update the SQLite table. BCL-7009
Quick renaming of fields from frontend to send to AeroAPI BCK-7009
Use lint and format to make small formatting changes. BCK-7009
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add endpoint to allow frontend to set PUT request to update alerts on AeroAPI, and add function to update the SQLite table accordingly.
Changes begin at 06d71f8
BCK-7009