We should change the comparison page so it acts more like the profile page does now, I think. The difference is that now, the profile page surfaces the options for each demographic question from the Demographic_Keys file, rather than the Filter_Response file. This, among other things, got us into 'two sources of truth' territory and it got ugly.
Right now you'll see both category_ids and options in the filter_response file. The next proper pull request will remove the latter--once I fix up the comparison page, I can just rely on demographic_keys for all that info.
Fixing a bug with the profile page.
We should change the comparison page so it acts more like the profile page does now, I think. The difference is that now, the profile page surfaces the options for each demographic question from the Demographic_Keys file, rather than the Filter_Response file. This, among other things, got us into 'two sources of truth' territory and it got ugly.
Right now you'll see both category_ids and options in the filter_response file. The next proper pull request will remove the latter--once I fix up the comparison page, I can just rely on demographic_keys for all that info.