BagSync

BagSync

3M Downloads

Some suggestions/ideas

zeenk opened this issue Β· 9 comments

commented

Quick access button on BagSync windows

(Excuse my poor paint skills) πŸ˜„
Would be nice to have a quick access button on all BagSync windows (or option for it at least) so you don't have to go back to minimap every time if you want to check something else real quick.
Or you could place the button on the right side next to the close button if you think that would look better.
Main

Currency sort/search

Options to sort the currency list like the default tab instead of alphabetical so the relevant currencies are at the top, maybe also add a search bar to this window? quite a lot of currencies has been added over the years.. ^^
Would also be nice to just have currency support in the search window so you don't even need to open the currency window and can just search for them directly in the search window.
2024-02-19_04-00-13
2024-02-19_04-19-50

Option to show current realm in tooltips

I use these settings for tooltips, but if you decide to sort things by total instead of alphabetical it looks a bit silly in the tooltips so would be nice to have an extra option to also show current realm so everything lines up better in the tooltipπŸ˜„
2024-02-19_04-38-08
2024-02-19_04-38-20
2024-02-19_03-52-13

Improved search

Just a minor thing but would be nice if the search window could match stuff in real-time instead of only after you have hit enter ^^

305661443-74d5ce0b-7f77-4a21-b88c-9127231ae9bc.mp4

Sorry for the lengthy post, hopefully you at least like something from my suggestions πŸ˜„

commented

I would like (if its ok) to add to the "Option to show current realm in tooltips".
If you are in that area anyway :)

I play hardcore classic trying to do a couple of characters at the same time, but only selffound items for all my characters.
It would be super great if I could just say "Show only this character" or maybe only show certain characters (to filter out the dead ones or if I decide to do both selffound and not at the same time).

I hope this makes sense in the same way it does in my head :)
It seemed harder to explain here than I first thought.

TL;DR:
An option to "Show only this character"
Or "Show only certain characters" -> mark them in a list

commented

I apologize for the delay! I've been out of town the last few days. Let me go over and review these suggestions. πŸ˜„

commented

Quick access button on BagSync windows

(Excuse my poor paint skills) πŸ˜„ Would be nice to have a quick access button on all BagSync windows (or option for it at least) so you don't have to go back to minimap every time if you want to check something else real quick. Or you could place the button on the right side next to the close button if you think that would look better. Main

I think this is a great idea. I'll look into how I can add it without causing issues with the frame levels. Dropdowns can be quite tricky sometimes believe it or not. I'll see if I can implement this.

Currency sort/search

Options to sort the currency list like the default tab instead of alphabetical so the relevant currencies are at the top, maybe also add a search bar to this window? quite a lot of currencies has been added over the years.. ^^ Would also be nice to just have currency support in the search window so you don't even need to open the currency window and can just search for them directly in the search window. 2024-02-19_04-00-13 2024-02-19_04-19-50

Back in the day I originally had it working like this but changed it to be alphabetical instead. If I add any type of sorting it's going to have to be done as an option by current expansion. I really don't want to add a search feature as that would be additional code I don't want to include in that frame at the moment.

Option to show current realm in tooltips

I use these settings for tooltips, but if you decide to sort things by total instead of alphabetical it looks a bit silly in the tooltips so would be nice to have an extra option to also show current realm so everything lines up better in the tooltipπŸ˜„ 2024-02-19_04-38-08 2024-02-19_04-38-20 2024-02-19_03-52-13

This actually makes sense to me and should be an option. I'll look into adding this and just allowing folks to enable realm names for their current realms in general.

Improved search

Just a minor thing but would be nice if the search window could match stuff in real-time instead of only after you have hit enter ^^

I was originally going to do this but I decided against it due to a technical situation with how the cache is generated and the interactions with the advanced search system. I can review it again and see if it can be done, but if I recall it added a whole mess of bugs with focus search and advanced search settings. Basically with each key stroke it parses the entire database each time, which on some computers can cause extensive lag or delays depending on the size of the database. In addition the advanced search routine puts that into blocks before parsing. Like I said I'll have to look into it, but I highly doubt I can add this without causing some significant impact to performance.

305661443-74d5ce0b-7f77-4a21-b88c-9127231ae9bc.mp4
Sorry for the lengthy post, hopefully you at least like something from my suggestions πŸ˜„

No problem! I love suggestions and I usually try my best to implement stuff people want as long as it's reasonable.

commented

Glad you liked some of them πŸ˜„ But yeah if the real-time search will cause lag just skip that, it's no big deal πŸ‘

commented

No problem :) @zeenk I'm glad it worked out for you. That's why I added the color change option.

I decided against the Currency sort. It would add more coding, complexity and algorithms to that window that I don't really want to add. In short believe it or not, Blizzard doesn't actually send back to developers the order of the categories by expansions. All they send back is the header text. There is no coding way to sort them properly without some sort of identifier sent back from Blizzard to the developer in code. This would mean I'd have to sort via text and given there are several language clients, it can be complex. Not only that even if I did order it based on the headers that were given back from lets say 1 to 10. How would I properly sort it for other characters that may have more or less of certain currencies over more or less expansions? Especially since the order would be overwritten when you login with them. Its just a huge mess and honestly sorting alphabetically is the most sane route at the moment. I hope you understand.

The improve search I already described above :)

commented

No worries, it's fine I understand πŸ™‚

commented

I would like (if its ok) to add to the "Option to show current realm in tooltips". If you are in that area anyway :)

I play hardcore classic trying to do a couple of characters at the same time, but only selffound items for all my characters. It would be super great if I could just say "Show only this character" or maybe only show certain characters (to filter out the dead ones or if I decide to do both selffound and not at the same time).

I hope this makes sense in the same way it does in my head :) It seemed harder to explain here than I first thought.

TL;DR: An option to "Show only this character" Or "Show only certain characters" -> mark them in a list

So you only want to show information for the currently logged in character? That's it right?

commented

Yes.
That would be nice for my self-found characters :)

commented

Thanks! I see you added the quick access button on search frame and realm options, looks better now when showing all chars and sorting by totals πŸ‘ (I changed the color to blue for all realms, I prefer it that way :P)

2024-03-03_22-20-04