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

Extend this API to support multiple disaster events simultaneously #73

Open
10 tasks
nihonjinrxs opened this issue Oct 21, 2018 · 2 comments
Open
10 tasks
Assignees
Labels
cleanup Clearing up unneeded stuff or updating docs enhancement New feature or request
Milestone

Comments

@nihonjinrxs
Copy link
Member

nihonjinrxs commented Oct 21, 2018

This entails several things:

  • Close Figure out domain name situation when extending to multiple disaster events #74 by answering naming questions
  • Creation of a new table and model to store disaster events and info
  • Creation of association tables between shelters, distribution points, etc. and disaster events and associated model updates
  • Views in the admin screens to add/update/archive disaster event records
  • Update of API endpoints to require disaster event filtering
  • Removal of references to specific storms in naming within the app (i.e. repo name, db info, etc.)
  • Redeploy of new clean instance with generic naming
  • Repopulation of data from old instance, and population of association tables as needed for existing data
  • Repointing of front end apps to new instance with appropriate filtering
  • Decommission of old production instance
@nihonjinrxs nihonjinrxs added the enhancement New feature or request label Oct 21, 2018
@nihonjinrxs nihonjinrxs added this to the 3.0 milestone Oct 21, 2018
@omnilord
Copy link
Collaborator

👍 Drilling down a little further, I was think the event model should include geometry features for the effected area mapping, such as an epicenter with radiants, or a line with time-based polygons representing the affected regions. This would also provide information for the map to use for centering and zooming maybe even add some of that summary data about a specific region. I've been thinking about this for a while now.

@nihonjinrxs
Copy link
Member Author

@omnilord, you've been driving this one for a while now. Can you update where we are on this one, and possibly push what you've got on this up to a branch/PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Clearing up unneeded stuff or updating docs enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants