azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Handle unavailable years for country #125

Closed TaiWilkin closed 3 years ago

TaiWilkin commented 3 years ago

Overview

Some geography/year combinations are unavailable. In those cases, we indicate which years are available for the geography on both the geography selection page and the years selection page, and prevent users from selecting a year if no selected geographies have data available for it.

If a user selects both available geographies for a year and an unavailable geography for a year, the unavailable geography is filtered from the chart data. This prevents the rendering of null values.

A bug in Chakra-UI was preventing the radio buttons in the year selector from displaying an externally controlled value correctly. It has been fixed in the latest version, so ChakraUI has been upgraded.

Connects #123

Demo

Geography Selection

Screen Shot 2021-11-03 at 3 10 42 PM

Year Selection (partial availability)

Screen Shot 2021-11-03 at 3 10 49 PM

Year Selection (no availability)

Screen Shot 2021-11-03 at 3 12 04 PM

Year Selection (complete availability)

Screen Shot 2021-11-03 at 3 12 14 PM

Testing Instructions

TaiWilkin commented 3 years ago

Thank you for reviewing!