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

Agency explorer map #564

Open
11 tasks
josh-chamberlain opened this issue Dec 15, 2024 · 1 comment
Open
11 tasks

Agency explorer map #564

josh-chamberlain opened this issue Dec 15, 2024 · 1 comment
Labels

Comments

@josh-chamberlain
Copy link
Contributor

josh-chamberlain commented Dec 15, 2024

Context

Front end

  • a dedicated page with a map for exploring full-screen
  • once you zoom into a certain level, display agencies with color-coding
  • there are filters for different data categories or types
  • an overlay lists agencies which can be clicked
  • clicking an agency opens an overlay with the presence or absence of each record type, and links to the source(s) where present
  • show all record types with color coding
    • present: nice color
    • missing: bad color
    • unknown: gray
  • for missing types, show when we last found it
  • give people the option to filter the entire map by record types/categories

Back end

  • the concept in the database of "not found" data based on a "check" for:
    • searched agency_described
      • or location_described? either? both?
    • searched record_type
    • search_method(s)
    • searched_at
    • status? like not found, found, removed
  • API endpoints for creating checks, getting the result of the last check
    • make sure we're checking our own database for aggregated sources and agencies upstream (i.e. county, state, federal)
    • make sure we're checking the sources we already have to see if they go missing

Open questions

All is up for discussion!

@josh-chamberlain
Copy link
Contributor Author

@maxachis would you mind sharing your thoughts on the back end portion of this distant issue?

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

No branches or pull requests

1 participant