82 - Wishlist Sorting
Submitted Via
Curse Client 4.0.1.40, Microsoft Windows NT 6.1.7600.0
Installed Version
v5.09.02
Description
Added Sorting by slot would be a fantastic edition. When I am sorting through the last few items I need prior to raiding or getting my character geared, being able to sort by what trinkets are available that I have found versus where I can find um. I am sure this wouldn't be a lot of code to do. Thanks so much if you implament it.
Installed Addons
!BugGrabber - r149
A to Z - AtoZ
Atlasloot Enhanced - v5.09.02
Auctionator - Version 2.5.7
AzCastBar - 09.12.16
Bagnon - 2.12.3
ButtonFacade - 3.3.301
ButtonFacade: Caith - 3.3.57
Chatter - v1.1.1
Deadly Boss Mods - Deadly Boss Mods 4.35-r2926
DetachedMiniButtons - DetachedMiniButtons
Dominos - 1.15.1
DrDamage - 1.7.2_release
Elkano's BuffBars - 2.2.5 - r150
EnhancedColourPicker - b1.9056.1
Enhancer - Enhancer-r69981.23
FailBotEnhanced - v1.1.1
FailBotSpam - 1.0c
FishermansFriend - r101-release
Fontain - r20090516001404
FuBar - FriendsFu - 2.4.4 - r103
FuBar - GuildFu - 2.4.4 - r117
FuBar 3.6 - v3.6.5
FuBar uClock - v2.1.1
FuBar_CalendarFu - v3.1.0
FuBar_DurabilityFu - v2.12
FuBar_ExperienceFu - FuBar_ExperienceFu-r73249.12
FuBar_MCPFu - r48
FuBar_PerformanceFu - v2.0.0
FuBar_TopScoreFu - v1.0.7
FuBar_Usage - FuBar_Usage-r37161.1028
FuBar_WhisperFu - FuBar_WhisperFu-r63896
GearScore - GearScore 3.0.14 - Release
Grid - 1.30300.1265
GridAutoFrameSize - 2.3.9
GridManaBars - v1.0 for 3.3
HealBot Continued - 3.3.0.6
LibFuBarPlugin-3.0 - r64
LibRock-1.0 - WoW-3.0-release-3
MikScrollingBattleText - v5.4.74
Mirror - Mirror-r70422.2
OmniCC - 2.5.8
Pawn - 1.2.5
PitBull Unit Frames 4.0 - v4.0.0-beta8
PitBull4_AuraBar - 0.32
PitBull4_Extras - r3
PitBull4_PetTTLBar - v1.0.2
RaidBuffStatus - v3.244
RatingBuster - 1.4.8
SharedMediaAdditionalFonts - 1.0.4-release
SharedMediaLib - SharedMediaLib-r69682.1
ShieldsUp - 3.3.0.85
Simple Runes Bar - v2009-10-19
Skada Damage Meter - 1.2-24
Skillet - 1.12.2
Squeenix - 3.2.0.11-Release
Surfaces - Surfaces-r55081.7
teksLoot - 3.2.0.8-Beta
TipTac - 09.11.28
| User | When | Change |
|---|---|---|
| Hegarol | Nov 09, 2010 at 14:01 UTC | Changed status from Waiting to Fixed |
| Daviesh | Jun 27, 2010 at 01:55 UTC | Changed assigned to from Daviesh to Lag123 |
| Hegarol | Feb 09, 2010 at 06:48 UTC | Changed status from Accepted to Waiting |
| Hegarol | Feb 09, 2010 at 06:48 UTC | Changed status from Verified to Accepted |
| Hegarol | Feb 09, 2010 at 06:48 UTC | Changed status from Waiting to Verified |
| Hegarol | Feb 09, 2010 at 06:48 UTC | Changed status from Accepted to Waiting |
| Hegarol | Dec 27, 2009 at 15:08 UTC | Changed status from Verified to Accepted |
| Hegarol | Dec 27, 2009 at 14:49 UTC | Changed status from New to Verified |
| Midnighte | Dec 27, 2009 at 05:34 UTC | Create |
- 3 comments
- 3 comments
Facts
- Last updated
- Nov 09, 2010
- Reported
- Dec 27, 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #3
Daviesh Dec 28, 2009 at 01:36 UTC - 0 likesThe problem is not the UI, the problem is having enougfh item information. Stuff like what slot an item belongs to is stored on the server, not locally. This makes on the fly sorting painful, as it would take ages with the server/client queries. While there might be ways around it, we would need to deal with adding items to the wishlist that the server won't let you see (because they haven't dropped yet) and items that have no iteminfo after a patch or similar.
As you can see, this becomes a non-trivial task, and may be easier come Cataclysm when we are doing a stack of other changes at the same time. While it is not impossible to do, in the end it always comes down to time and resources, we don't get paid for this, we do it in our spare time and we have to prioritise.
- Reply
- #2
Midnighte Dec 27, 2009 at 23:13 UTC - 0 likesFrom my understanding, the windows are being pulled from the API library with a bit of customization on AtlasLoot's end (the GUI of each window/buttons ect). So simply adding a button on the wishlist page either in the options pane or on the actually individual pages. a entry in a saved variables to keep the setting to sort by slot. From here, something to pull the data and categories it. I do not know lua but I do know java/c and its not more then about 20-30 lines of coding.
Pulling items from a saved from SavedVariables, running an if statement (sorter) to find if it's slot, then selling it to be places in a specific group of items, ex Rings. Now there is no reason to sort the items, though sorting by ilvl or name would be a plus, ilvl would probably be best as you are looking for the best item, which in "most" cases will be the higher ilvl (we won't get in on the debate of some ilvl items are worse then lower ilvl items). I am assuming the people working on this project are experienced enough to be able to do this easily. Yes this is probably not a priority, but I have been using atlasloot since the first month it came out and only now realize how great this would be. The wish list option is already fantastic but sorting it by your item is so much easier and allows the user to find gear quicker, not going I need a ring to replace this green, I wonder which heroic/raid drops one, lets sort through the 30+ i have said are upgrades.
In the end, this will make it even more sought after tool in my opinion.
- Reply
- #1
Hegarol Dec 27, 2009 at 14:50 UTC - 0 likesYou are not the first to suggest that. Not easy to implement. Could make it into the Cataclysm version but I won't promise anything.
Project Lead Atlasloot
http://twitter.com/Atlasloot
http://www.atlasloot.net