wwevo / guildhome

Day to day guild management tool and community hub for Guild Wars 2
0 stars 2 forks source link

Retrieve account-characters per GW2 API and save them to database #30

Closed AniOnGit closed 7 years ago

AniOnGit commented 8 years ago

There shouldn't be - at least in this version - a auto sync, but only when the user clicks on the link on his profile page,

wwevo commented 7 years ago

I would store these things in the personal settings table for now. Until we need some serious handling of this data, a serialized data-package in let's say settings->account_characters should suffice. This should be revisited when we implement functions that handle characters inventories and suchlike.

wwevo commented 7 years ago

Implemented a basic import. Nothing automatic as of yet, one mouse-click is required. For now there's a table in the API page, for now I'd like to collect and test functions that use the API there

wwevo commented 7 years ago

this is easily accessible from the profile page now