Maselkov / Maselkov-Cogs

Collection of cogs for Red-Discordbot
MIT License
2 stars 3 forks source link

[GW2] Add searching for item on account #7

Closed Maselkov closed 7 years ago

Maselkov commented 7 years ago

Like gw2efficiency account search feature

Maselkov commented 7 years ago

So I think this would require some sort of backend database with all the items, else it would be pathetically slow. But I'm not really sure how to go about doing that. A database would also solve the issue for calculating AP

Help is appreciated

Maselkov commented 7 years ago

With API rate limits coming in, I think this will be the next major feature to be worked on. I'm currently planning to use MongoDB.

StephanMa commented 7 years ago

I would suggest to synch all items to your db. That will reduce the amount of API-Calls when checking gear. Next step is to synch the items from a account->char and get the infos from the DB......

something like this

Maselkov commented 7 years ago

Added in mongo branch