GuthrieW / shl-trading-cards

The repository for the Simulation Hockey League's trading card platform. Built with Next.js, TypeScript and Tailwindcss.
https://cards.simulationhockey.com
MIT License
2 stars 2 forks source link

Feature Request (Submitted by 3723) #215

Closed GuthrieW closed 3 weeks ago

GuthrieW commented 3 weeks ago

Description

Binder adjustment: Display amount of empty card slots in a binder in a better way.

Desired Functionality

I would find it more intuitive to not see 8 pages of empty cards when a binder only has e.g. 4-5 cards in it. It's not really necessary and somewhat confusing this way. Also when adding new cards or when adding your first card to a new binder, instead have something like "add a card" instead of having all 8 pages of cards that you have to click on individually. I hope that's understandable, if not ask me and I try to explain it better.

luketd commented 3 weeks ago

with how its designed it might be tough to implement. As we preferred allowing user's the flexibility to place card in any of the 75 spots, we prepopulate all 75 spots to give them that flexability. Will have to think about it