O-C-R / floodwatch

A collective ad monitoring tool for the public good.
http://ocr.nyc
GNU General Public License v3.0
5 stars 1 forks source link

Filter #21

Closed KateBK closed 7 years ago

KateBK commented 8 years ago

As a logged in user I can filter categories based on the demographic data I've provided, I cannot make a comparison using any demographic filter I haven't filled in. I can change the comparison to compare myself to other demographics including age and race groups. I can select and compare two different demographics.

friej715 commented 8 years ago

1) Filtering triggered by button below the comparison graph/comparison sentence.

screen shot 2016-11-01 at 12 04 43 pm

2) Filtering occurs in comparison modal.

screen shot 2016-11-01 at 12 04 48 pm

Code.

3) Comparison modal contains presets and custom filters. These vary in availability based on what demographic info the user has provided. If the user tries to choose something they have not given into for, they get a popup asking them to fill that data in.

screen shot 2016-11-01 at 12 04 56 pm screen shot 2016-11-01 at 12 05 01 pm

Code (custom) Code (presets) Code (overlay) Filters currently read in from FilterList.json.

4) Note: not in prototype screenshot! Each custom filter should contain a toggle for what logic the user wants to use for their query (basically: AND, OR, NOT)

screen shot 2016-10-20 at 5 45 10 pm

Code

friej715 commented 7 years ago

Will be addressed by #45.

friej715 commented 7 years ago

For private alpha, you can filter by any demographic--not just your own.

friej715 commented 7 years ago

Functionality in!!! If we find bugs, let's create new specific issues rather than re-opening this behemoth.