Skip to content

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
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.

3 participants