Within my collection ( playingcardhub.com/user/collection ), add ability to:
  • group by company (add new dropdown)
  • sort by release year (add new item in the existing 'Sort' dropdown)
For example, if user has collected only decks from 'Anyone Worldwide' and 'The Virts' companies. Then tries to:
  • group by company asc
  • sort by release year asc
The result would be:
AW1, AW2, AW3, ..., AWN, VIRTS1, VIRTS2, ..., VIRTSN
If there is no release year for a deck (null in db), put it to the end.
This is similar to the Windows OS grouping + sorting functionality.