TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Allow players to be removed through the client #21

Closed TecKnow closed 3 years ago

TecKnow commented 3 years ago

The functionality to remove a player already exists in the database, the API, and the redux store. There is currently no way to perform this function from the UI.

The most idiomatic way to implement this would probably be to show a drop target with a trash icon while a player's chip is being dragged. This would involve deeper integration between React Beautiful DND and the rest of the UI, however.

There is a variant of the material-ui <Chip> that is deleteable, and should be investigated as a simpler alternative for the technical demo.