Open johnbeech opened 2 months ago
For example, games like Dominion are tracked with expansions, but this data is not visible anywhere in the board games browser.
expansions
{ "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" }
Example implemented locally:
Working as intended:
For example, games like Dominion are tracked with
expansions
, but this data is not visible anywhere in the board games browser.