Skip to content

Conversation

@sandeshit
Copy link
Contributor

Changes

  • Alert-system app
  • Polling, ETL

Checklist

Things that should succeed before merging.

  • Updated/ran unit tests
  • Updated CHANGELOG.md

Release

If there is a version update, make sure to tag the repository with the latest version.

@sandeshit sandeshit mentioned this pull request Nov 28, 2025
2 tasks
@sandeshit sandeshit changed the base branch from project/alert-system-workflow to develop December 7, 2025 18:22
@sandeshit sandeshit changed the base branch from develop to project/alert-system-workflow December 7, 2025 18:23
@sandeshit sandeshit marked this pull request as draft December 7, 2025 18:24
@sandeshit sandeshit requested a review from susilnem December 8, 2025 09:09
Copy link
Member

@susilnem susilnem left a comment

Choose a reason for hiding this comment

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

Minor changes...

Copy link
Member

@susilnem susilnem left a comment

Choose a reason for hiding this comment

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

Small changes!

Copy link
Contributor

@sudip-khanal sudip-khanal left a comment

Choose a reason for hiding this comment

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

Minor changes

class Command(BaseCommand):
help = "Command to extract data from eoapi"

SOURCE_TYPE = 200
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
SOURCE_TYPE = 200
SOURCE_TYPE = Connector.ConnectorType.GDACS_CYCLONE

class Command(BaseCommand):
help = "Command to extract data of gdacs-flood from eoapi"

SOURCE_TYPE = 100
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
SOURCE_TYPE = 100
SOURCE_TYPE = Connector.ConnectorType.GDACS_FLOOD

class Command(BaseCommand):
help = "Command to extract data from eoapi"

SOURCE_TYPE = 300
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
SOURCE_TYPE = 300
SOURCE_TYPE = Connector.ConnectorType.USGS_EARTHQUAKE

@sandeshit sandeshit requested a review from susilnem December 12, 2025 09:02
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.

4 participants