cdaringe / portland-clean-air

0 stars 0 forks source link

Propose site structure #2

Open swashcap opened 3 years ago

swashcap commented 3 years ago

👋 Hello! We don't yet have a way of tracking conversations or project decisions. GitHub issues seem like a lightweight, accessible solution?

I'm creating this issue to start discussion on the site's structure. Currently:

Things to keep in mind:

swashcap commented 3 years ago

Given current structure, I propose this new structure:

Name URL Description
Home / Index of site, link to other sections
About Us /about/ Info on organization, on going work
Data /data/ Link to retrieved data
Location details /locations/:id/ DEQ, chem storage info for a location
Map /map/ Interactive map linking to locations
Neighborhoods /neighborhoods/ Link to neighborhood-specific reports
Reports /reports/ List of all reports, link to reports' data
cdaringe commented 3 years ago

Yes, I think these are great ideas. I'm tempted to map /locations/:id => /{polluters,emitters,dischargers,etc}/:id. What's your take

swashcap commented 3 years ago

I'm tempted to map /locations/:id => /{polluters,emitters,dischargers,etc}/:id

Just because a location is tracked doesn't necessarily mean it corresponds to a polluter, right? A business may have a DEQ permit onsite chemical storage permit, but the business doesn't emit any nasties. Is this correct?

swashcap commented 3 years ago

Some designs to go along with this structure conversation.

Location details

Goals:

Location Details

Reports

Goals:

Reports

Neighborhoods

Goals:

Neighborhoods

cdaringe commented 3 years ago

Is this correct?

I forwarded it onto Greg. Hopefully he can pipe in! :)

cdaringe commented 2 years ago

From Greg,

So, pretty straight forward stuff/remarks. Green light, let's get a POC of these designs goin. Next, 11ty, whichever! www repo is available now with some of these source datas. In some cases it's a bit to untangle, but otherwise content is present! The big missing big is that the scans PDFs from DEQ need to be auto-generated post clone. Will need to come up w/ a reproducibility strategy--docker, (nixpkgs)[https://nixos.org/], etc. I found my mac yielded slightly different outcomes, and further, versions of the commands had evolved, so the OCR parse was different. I may focus on that aspect next.

Let me know if you'd like to pair on any of this!