cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

As a user I want to be able to see see the union of filters and not just the intersection #65

Closed SabrinaHerrero closed 6 years ago

SabrinaHerrero commented 6 years ago

screen shot 2018-04-09 at 4 12 31 pm For example, if I only have two game platforms available to me, I am looking for the games that are available on linux and I'm interested in seeing games that are available on TI-99.

Currently getting the intersection is also a nice thing to have like which games are available for both. I want this more as an additional function. Though I am not sure how you would differentiate these on your site.

therealsamf commented 6 years ago

Used react-bootstrap-toggle to allow the user to choose whether to use AND/OR (short for intersection/union) in the way their filters are applied

mitchellmarshe commented 6 years ago

Estimated Time: 1 hour Actual Time: 2 hour