So user interfaces have at times been my professional field. I can tell you that any successful UI software development will first define “stories” (ie things people want to do) and then relate those to the UI design. So, for the currency tab, let me give you a list of stories:
- I want to see how much currency I have
- I want to transfer currency FROM this toon to another toon
- I want to transfer currency TO this toon from another toon
- I want to pool my currency on one toon
So how does the new UI do? There are a bunch of problems:
- The currency is no longer shown if you have 0. People use addons like ATT to see how much curency they need to buy things or to see mogs they haven’t bought yet. You can’t hover over a currency that isn’t there;
- If a currency is missing, is it because you simply can’t find it in the folding expansion sections or because you have 0?
- Who does folding expansions really help here? I understand the desire to reduce clutter. But if people want to see their Legion currencies, wouldn’t it be more useful save the scroll position rather than having the user close all the sections above so Legion is on the top?
- You can’t transfer a currency you have 0 of. It blows my mind that this made it to production;
- There’s no “max” button. The most common amount people will transfer is “all of it”. At least it would be if it wasn’t for (4). The most likely number now is “all but 1” but you shouldn’t design around that. You should fix that issue;
- You can’t transfer OUT, only IN. This is inconvenient. If you know you want to give a bunch of toons 1000 TW badges, for example, you can only doing it by logging each of them on and pulling in currency;
- There’s a drop down list sorted by currency amount (descending). Drop down lists, generally speaking, are a UI/UX failure and usually just a compromise for space. But there’s so much wasted space on this UI. Give us a searchable list;
- Prepatch in general massively increased fonts and decreased the amount of information available (eg the menu, the character select screen). I don’t know why this hapened but it’s an overall negative change.
So while I appreciate that currency transfer is now a thing, it’s also a compromise solution. The ideal would simply be for account wide currency so you didn’t have to do any of these tedious transfers. I realize that has implementation issues but they are solvable issues.
But this version of the currency tab has a fairly poor implementation of currency transfer that doesn’t really do what most users want to do, has severe limitations and also just made the overall UI worse for really no reason.