-
Notifications
You must be signed in to change notification settings - Fork 19
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
Edit Alerts #15
Open
jacob-y-pan
wants to merge
12
commits into
main
Choose a base branch
from
BCK-7009_edit_alerts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Edit Alerts #15
Conversation
This file contains 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
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
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