pwsacademy / around-the-table

An open source platform that supports tabletop gaming communities, written in Swift.
BSD 2-Clause "Simplified" License
19 stars 4 forks source link

Manual player count adjustment #60

Closed svanimpe closed 6 years ago

svanimpe commented 6 years ago

When a game's player count gets overridden in the database, the "edit player count" page stops working. This is because the underlying code fetches the original player count from BGG, which can render the overridden player count invalid.

This issue must be taken into account when implementing support for game extensions.

screen shot 2018-02-28 at 12 23 24
svanimpe commented 6 years ago

Closing this for now. This should be implemented as part of game expansions.