gerwaric / acquisition

Stash and forum shop management for Path of Exile
GNU General Public License v3.0
18 stars 3 forks source link

Request to developer: since you have contact with GGG and they listen to You, can you talk with them so they create some new API to be able to look inside the unique collection tab? #71

Open came-here-to-learn opened 1 week ago

came-here-to-learn commented 1 week ago

Unique collection tab is not indexed.

The new flask and gem tabs can be indexed.

gerwaric commented 1 week ago

A couple of the special tabs are implemented as nested tabs, which includes unique and map tabs. Due to how acquisition was designed, these are hard to handle. Acquisition's architecture was created 10 years ago, and as the game has grown, things have been bolted on. It's gotten increasingly difficult to add features or even track down bugs because of this.

However, I'm working on a full rewrite from the ground up that will handle nested tabs. Look for an alpha later this year.