micahstairs / bga-innovation

MIT License
6 stars 2 forks source link

Add table-based auxiliary value in order to store long lists of integers #514

Closed micahstairs closed 1 year ago

micahstairs commented 2 years ago

This will be used by cards like Lever. This will also be used by cards like Radio Telescope once we add some sort of option to tell the interaction to select all cards IDs in the table.

ultimatefiend commented 1 year ago

works great! probably can close this

micahstairs commented 1 year ago

I can't close this until I complete part 2 (making these usable in the interactions).

ultimatefiend commented 1 year ago

I see. I can see two possible interactions that would be useful:

  1. Allow a user to select all of the card ids in the list regardless of where they are. This could be helpful for Hot Air Balloon. #489
  2. Allow repeat age selections (crossword/lever). This would make that interaction more natural.
micahstairs commented 1 year ago

The only possible outstanding piece of work is the part you had about "Allow repeat age selections (crossword/lever). This would make that interaction more natural."

However, I'll close this, and we can file a separate issue for that if we want to make that improvement.