GWToolboxpp icon indicating copy to clipboard operation
GWToolboxpp copied to clipboard

Cross account item search

Open quetzalsly opened this issue 4 years ago • 5 comments

  1. When login to each character, cache all items in internal DB
  2. Same for chest open
  3. New panel: Item Search

This panel shows which character is cached, if chest is cached, time since last cache update A simple search box is at the top, in real time a user can type any partial string The code will iterate each cached item and compare item name for partial match As a bonus, the mods attached to each item can also be searched

quetzalsly avatar Oct 30 '20 17:10 quetzalsly

Bonus points for a CSV export with Charactername / Itemslot / ItemName / ItemCount

HiImFlo avatar Oct 30 '20 18:10 HiImFlo

Î would instead suggest to implement a web service in gwtoolbox which can be accessed on locahost to provide (read-only) that kind of information.

necropola avatar Oct 31 '20 06:10 necropola

How would a web service interact with multiple accounts running at the same time? I really like the idea, especially for other information, just not sure how it would work out.

RiftLurker avatar Oct 31 '20 07:10 RiftLurker

The web service could run on a different/next available port/socket, if the default one is already been used by another instance.

necropola avatar Nov 04 '20 20:11 necropola

It would be nice if it could cache the heroes runes/insignias and weapons too.

cfognom avatar Jul 28 '24 10:07 cfognom