Add manually sold items to the sell list #44


  • Enhancment
  • Declined
Closed
Assigned to shyde_stormstout
  • _ForgeUser10754722 created this issue Dec 29, 2015

    The one feature I've always been looking for in a “sell junk” addon is the ability to automatically remember every single item I've sold manually and add it to its item sell list. (In reverse, manually buying-back an item from the vendor should automatically remove it from the list again)

    This would obviously depend on being able to detect when I manually sell (by right clicking on) an item. If that's easily possible, then this seems like an easy feature to implement.

    That said, it does complicate some of the internal design, simply by virtue of the junk list most likely growing very large over time. An amortized O(n log n) or O(1) data structure would be beneficial.

    Do you think it's possible to include this in SellJunk, or is it out of scope?

  • _ForgeUser10754722 added the tags New Enhancment Dec 29, 2015
  • Shyde_Stormstout closed issue Nov 10, 2023
  • Shyde_Stormstout posted a comment Nov 10, 2023

    I think that there are no plans to implement this.

    The aim is to stay as lightweight as possible.

  • Shyde_Stormstout self-assigned this issue Nov 10, 2023
  • Shyde_Stormstout unassigned issue from cbenneh Nov 10, 2023
  • Shyde_Stormstout added a tag Declined Nov 10, 2023
  • Shyde_Stormstout removed a tag New Nov 10, 2023

To post a comment, please login or register a new account.