Sprint 1 User Story 12: sorting cards
nickysemenza opened this issue · 2 comments
nickysemenza commented
- Sort cards alphabetically
- Sort cards by popularity
- Sort cards by price
- Sort cards by attributes
nickysemenza commented
how do we determine popularity, and how do we sort by attributes?
harrischristiansen commented
For popularity lets currently sort by number of battles. We can replace this with another sorting method once there are methods for following players/cards.
For sorting by attributes, lets have like-kind attributes grouped together and then sorted by int value. For instance, all cards with attribute mechanical
will be grouped together.