blaskovicz / MagicStick

Integrated gatherer of magic
http://magic-stick.herokuapp.com
MIT License
4 stars 2 forks source link

fix(match): sort match members consistently #31

Closed bheiskell closed 9 years ago

bheiskell commented 9 years ago

Particularly when updating a match's results, we need to make sure the user's come back in a consistent order. Otherwise when you click increment on game wins, it may reorder. This resulted in me entering 1-1 when I intended to enter 2-0.

Fixes issue #30