Freezard / hs-collection-tracker

Tracks your Hearthstone card collection.
https://hs-collection-tracker.glitch.me/
17 stars 6 forks source link

Rework card lists #40

Open Freezard opened 9 years ago

Freezard commented 9 years ago

As more cards are added to the game, tracker becomes longer and longer. Adding an option to hide free cards and instead list common cards over two columns could help, since they take up the most space.

Possibly add filtering by card rarity and display the cards over all five columns to make them easier to see all at once, instead of having to scroll a lot.

Another option would be to make the tracker more compact by decreasing font or list item sizes, but readability will instead suffer. Currently no great solution, will have to figure something out.

Reason83 commented 9 years ago

That's exactly the issue that I came to the site to address. After my wife and I went through her Hearthstone collection a few days ago, I saw how just one single expansion made the process much more tedious than before.

I think that it could be a ~relatively~ simple solution. If you gave each rarity column its own row of mana cost, in essence keeping all the same cost cards together. Of course the common card will always make the epic and legendary cards appear to have gaps going from the 2 cost cards to the 3 cost cards, but that's alright because it means less scrolling up and down while putting in our cards.

In the example below, the columns are (C)ommon, (R)are, (E)pic & (L)egendary, and the numbers are the cost of the card (This is just a visual example, and I know there are no 1 cost legendary cards), here's how it might look.

C R E L 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3

Another option would be similar to the example above, but arranged alphabetically. It might look like this.

C R E L 1 1
1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3

Any thoughts?

Freezard commented 8 years ago

Sorry for the very late reply, I completely forgot about answering. Having some kind of separator for the different mana costs is definitely something that have crossed my mind, and your first suggestion is interesting. I will try it out whenever I work on adding separation. When it comes to adding your collection to the site, filtering by expansion (and rarity) is probably the easiest way right now.

Freezard commented 5 years ago

I will probably add another column for rares. So two columns each for common/rare.

Maybe even more depending on monitor res. Optimal would probably be 3 columns for common, 2/3 for rare, 2 for epic, and 2 for legendary.