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

Prevent Duplicate Alerts Created #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jacob-y-pan
Copy link
Contributor

@jacob-y-pan jacob-y-pan commented Aug 5, 2022

Prevent duplicate alerts being created by sending a JSON message indicating that another alert is the same (based off of if the ident, dest, origin, and aircraft type are all the same).
Only commit 3cbd58e has the relevant changes.

BCK-7009

Jacob Pan added 3 commits July 25, 2022 20:20
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
Add function to check if duplicate alert is trying to be created (that
is, if ident, origin, destination, and aircraft type are all the same).
If it is do not create the alert and send response to frontend.

BCK-7006
@@ -153,10 +174,10 @@ def get_alerts_not_from_app(existing_alert_ids: Set[int]):
logger.info(f"Making AeroAPI request to GET {api_resource}")
result = AEROAPI.get(f"{AEROAPI_BASE_URL}{api_resource}")
if not result:
return None
return []

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor change in function doc string to indicate empty list return instead of None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants