GreenInfo-Network / seattle-building-dashboard

Energy benchmarking for Seattle
https://greeninfo-network.github.io/seattle-building-dashboard/
ISC License
1 stars 0 forks source link

New message for No Data (out of compliance) buildings #84

Closed tomay closed 7 months ago

tomay commented 7 months ago

Existing:

image

New:

image

New copy:

Out of Compliance As of the last quarterly update to this map, the City of Seattle has not received complete, valid energy data for this property in this reporting year. If this is your building, please visit the Energy Benchmarking Instructions page or contact energybenchmarking@seattle.gov to bring your building into compliance.

tomay commented 7 months ago

From the code, it looks like there is supposed to be something similar happening on Building Reports when there is no data.

But for now it's doing this:

image

With the following error:

image

tomay commented 7 months ago

Building report is at least working now. That looks like this:

image

image

This one is suspect "100% lower than average" - is that because it's comparing to 0?

image

tomay commented 7 months ago

New nodata popup is shaping up like so:

image

tomay commented 7 months ago

Here's what it looks like when there is an EUI, but there is not an Energy Star Score:

image

tomay commented 7 months ago

New ask: disable VIEW BUILDING REPORT button/make grey when there is no EUI

tomay commented 7 months ago

Looks like the disabled attribute already has a disabled style, and includes cursor: not-allowed

image

danrademacher commented 7 months ago

With that last change, this is done