Rudokhvist / ASF-STM

ASF bot list trade matcher
Apache License 2.0
24 stars 2 forks source link

Feature request: Whitelist of App ID #17

Open ngoclong19 opened 1 year ago

ngoclong19 commented 1 year ago

For users with a large number of badges, it would take a very long time to scan all their badges and find matching bots.

I would like to suggest adding a whitelist for app ID. So if a user want to complete a specific n game badges, they could only need to search for n x M times, instead of the current N x M, where N is the number of available badges, and M is the number of bots.

This pre-search whitelist would come in handy with the current after search filter.

Rudokhvist commented 1 year ago

Yes, that's a good idea. Can't promise to make it soon, don't have much free time recently, but definitely will add to wishlist. And of course PRs are welcome.

ngoclong19 commented 1 year ago

I will craft a PR later.