ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

Use snipe profiles for reading lists directly from Addons Folder #41

Open cohenaj194 opened 5 months ago

cohenaj194 commented 5 months ago

So we should have different profile options allowing users to switch between list. Having everything in one list makes it hard to manage.

That way no one needs to run multiple containers or do this anymore https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/wiki/How-to-create-profiles-and-run-more-than-1-scan-at-the-same-time

Once we do that then we can have an automatic PBS import. Those lists are stored in the wtf folder for auctionator. We could just have the app read those directly for automatic PBS list imports. That way a user makes a list in auctionator and it just automatically shows up in AAA.

Doing by changing the file structure will be a minor challenge.

Maybe the best way is to have different profiles as different files under the data folder. Then at the end they all get merged together into the format mega-alerts uses. That would work for all the item lists, but not the Application settings. That does cover most use cases, as only when a user has different game modes or is in different regions would they run multiple copies of the app at once.

cohenaj194 commented 5 months ago

so I found my auctionator list from my 2nd account under E:\World of Warcraft\_retail_\WTF\Account\1234567890#2\SavedVariables in there I found the AUCTIONATOR_SHOPPING_LISTS variable with my lists. I think this could work, but we need to get the profiles working first. We will need some method of allowing users to pick the folder where their wtf account data is located as it will be hard to autodetect this.

image

cohenaj194 commented 4 months ago

Gonna move the profile option into here https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/issues/50

cohenaj194 commented 1 month ago

@berickus lets do that with the separate helper app

maybe we should a mermaid.live diagram