Nadeflore / game-center-locator

1 stars 0 forks source link

Add cab count filter for games that supports it #6

Open Nadeflore opened 4 years ago

Nadeflore commented 4 years ago

Allow to not only filter that a game/cab type is present but also that the number of this game cab (any type) or any specific cab should be greater than a specified number

Nadeflore commented 3 years ago

Partially implemented in 4e3bc3fa60140bab5010c18cc52f6109c379245c

works in the url : filter='game_id'>'min_count'

What is left to do, is to add field allowing to set this criteria from the filter panel

Nadeflore commented 3 years ago

Idea: Since the filter is now represented as a list of object containing the game Id, and the extra requirements to match for this game (currently the minumum amount of cab) add the cab type to this object as well, instead of treating a different cab as a different game