Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional filters #488

Open
RyanTG opened this issue Jan 13, 2023 · 1 comment
Open

Additional filters #488

RyanTG opened this issue Jan 13, 2023 · 1 comment

Comments

@RyanTG
Copy link
Collaborator

RyanTG commented Jan 13, 2023

Design ideas:

Manufacturer:

  • Contains dropdown listing all the manufacturers in our DB. We don't currently store this as a list in the DB, but this data does come with the machines endpoint. Could the list be built from that?
  • If this filter is used, then the "Machine" filter should disappear; If the Machine filter is used, then this one should disappear.

Insider Connected (individual machine):

  • Similar to the "All versions" filter, it should appear if a machine is chosen that contains ic_eligible=true
  • I think this could be a simple "with IC / ALL" buttonGroup.

Insider Connected (location has at least one):

  • It should filter for Locations that have ic_active=true
  • I think this could be a simple "with IC / ALL" buttonGroup.

Machine Type:

  • machine_type field in the machines table. Values are ss, em, and me (mechanical)
  • I think we can have this be an "ALL / EM" buttonGroup

Needs more design ideas and other work:

Display Type:

  • machine_display field in the machines table
  • Options are: lights, lcd, alphanumeric, cga, dmd, reels
  • I don't see a strong need for this filter. I think it would confuse users.

Eras/Decades:

  • Users have asked for this. Not exactly sure how to do it. "Eras" might be somewhat subjective? Choose a decade?

Accessible Adapter:

  • does not currently have a field in the database for this.
@bpoore
Copy link
Collaborator

bpoore commented Jun 7, 2023

I love these as potential new filters!

@RyanTG RyanTG changed the title Filter by machine type Additional filters Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants