DanielScholte / GuildWars2Companion

GW2 Companion is an unofficial open-source Guild Wars 2 app. GW2 Companion helps you keep track of your account progression and characters, and provides information to help you on your journey in Tyria.
GNU General Public License v3.0
63 stars 14 forks source link

[FEATURE] Bank ordered in tabs #45

Closed m-s-will closed 4 years ago

m-s-will commented 4 years ago

Is your feature request related to a problem? Please describe. Users might use different bank tabs for storing different kinds of items (weapons tab, booster tab, black lion tab etc). Currently, all items are shown after another without any tab distinction. This may become cluttered with many items.

Describe the solution you'd like Show the bank as it is in game or similar to material storage and character inventories, with the acquired bank tabs and the items being ordered in them.

DanielScholte commented 4 years ago

The GW2 api currently does not provide the bank tabs, but only the items spread across them. See this wiki page.
The alternative would be to show the empty item slots, as those are currently hidden. Would this be an acceptable solution?

m-s-will commented 4 years ago

Hm ok I didn't know if it was possible, but saw that GW2 Efficiency does something like that, but probably also through counting the empty slots. Giving an indication where a tab ends after each 30 slots would probably help with quickly finding items.

DanielScholte commented 4 years ago

Hmm yeah that's possible, hadn't thought of that before. I'll add it to the milestones for v1.5.