jjallaire / draftpod

Draft simulator for Magic the Gathering
https://draftpod.org
MIT License
36 stars 7 forks source link

Feature Request: Sort sealed pools by Color -> CMC -> Name #85

Closed tdnzr closed 2 years ago

tdnzr commented 2 years ago

The MTGA client is not ideal for building sealed decks, but the way it sorts its sealed pools makes sense: It first sorts by color (WUBRG). Then within each color, it sorts by CMC, and then only if two cards have the same color and CMC, it sorts them alphabetically by their name.

In contrast, draftpod currently sorts its sealed pool by color, and then by name. So expensive cards like Befriending the Moths (3W) come before cheap cards like Light the Way (W). This sorting makes it much harder to assess stuff like whether a color in the sealed pool contains enough cheap cards to build a deck.

Feature request: Sort sealed pools by Color -> CMC -> Name.

jjallaire commented 2 years ago

Good idea! Implemented here: https://github.com/jjallaire/draftpod/commit/8ca5290eda496736d17b5a163e90a74aba22729e