Hoizame / AtlasLootClassic

AtlasLootClassic
https://www.curseforge.com/wow/addons/atlaslootclassic
GNU General Public License v2.0
87 stars 124 forks source link

Enhanced Favourite-/BiS-Lists #281

Open ForsakenNGS opened 1 year ago

ForsakenNGS commented 1 year ago

Is your feature request related to a problem? Please describe. While certainly helpful, the current implementation of favorites lacks some depth to be seriously used for tracking your BiS items:

Describe the solution you'd like I've implemented (imho) a good baseline to bump the favorite feature to a really helpful state. This includes:

Pending improvements/features

Screenshots

favorite_notes

favorite_counts_browser

tooltip_needed tooltip_owned tooltip_obsolete tooltip_multiple

ForsakenNGS commented 1 year ago

Added sharing lists via chat-links.

Screenshot_20221114_145308

Screenshot_20221114_145413

ForsakenNGS commented 1 year ago

I've also written an online converter for a few pages for BiS-Guides/Lists here: https://atlaslootclassic.wow-bis.de/

Not sure how good the acceptance of such a tool would be, but I'll certainly use it for wowhead-guides from our feral lord and savior NerdEgghead :D

I'd have to figure out which license makes sense for publishing the source, since it uses and contains various libraries: Bootstrap, jQuery, Twig and a blizzard api-library. (I think I did write that one a long time ago xD)

It works by parsing the html from the URL and converting that into an Atlasloot Import-String. For Eightyupgrades.com it would probably make sense just to display a textarea for it's export string and do the conversion in javascript.

If there's need for it I can make sure at least the most common pages for BiS-Lists work, otherwise I'll keep it as is and only improve/fix what annoys me personally.