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

Fix Question Filtering #91

Closed TaiWilkin closed 3 years ago

TaiWilkin commented 3 years ago

Overview

StackedChart items ('agree or disagree') weren't being matched by the question search, because for these items multiple survey responses are nested under one question code. We therefore need to compare the query to multiple responses for these questions, using the question code instead of the response code.

Connects #78

Demo

Screen Shot 2021-02-02 at 11 38 16 AM

Testing Instructions

TaiWilkin commented 3 years ago

Thank you for the review!