connected-web / boardgames-browser

A browser for personalized boardgame data, sourced from boardgamesgeek.com and other locations.
0 stars 0 forks source link

Make use of Expansions in Board Games Browser #68

Open johnbeech opened 2 months ago

johnbeech commented 2 months ago

For example, games like Dominion are tracked with expansions, but this data is not visible anywhere in the board games browser.

{
  "name": "Dominion (Second Edition)",
  "date": "24/08/2024",
  "coOp": "no",
  "noOfPlayers": 2,
  "winner": "draw",
  "expansions": [
    "Dominion: Prosperity"
  ],
  "key": "playrecords/2024/08/2024-08-24T20:42:12.289Z.json"
}
johnbeech commented 2 months ago

Example implemented locally:

image

johnbeech commented 2 months ago

Working as intended: