Skill Queue (including empty queue/completed training notifications)
Wallet Journal / Transactions
Market Orders
Jump Fatigue
Supported Languages: English, Chinese
Will add more features in the future according to users requests.
If you have any feature requests, questions, bug reports etc, feel free to contact me:
Discord: LightNK#6208
In game: Light Morn
You can also leave a message in this thread (obviously)
If you liked EvePanda, feel free to support (details are in the ABOUT page of the App).
Since this is being developed mostly during my lunch breaks, every donation/isk/faction-fitted-bhaalgorn will be much appreciated.
Some technical details
The app uses the ESI interface and requires you to authorize the following scopes:
esi-skills.read_skills.v1 - for better understanding the skill queue
esi-skills.read_skillqueue.v1 - for getting your skill queue status
esi-wallet.read_character_wallet.v1 - for getting wallet journal and transactions
esi-universe.read_structures.v1 - for getting location names for market orders
esi-markets.read_character_orders.v1 - for getting your market orders
esi-characters.read_fatigue.v1 - for getting your fatigue status.
@Light_Morn Just as an FYI here, the ESI PI stuff only updates when you open that planet in game. Still be useful but not fully as automateable as skills or industry jobs for example.
Well that doesn’t mean it isn’t useful. You could still easily determine the expire time. as there are column on the extractor pins expiry_time and install_time. These could be used to determine when the extractor has to be updated. I.e. the diff between now and expiry_time if expiry_time is in the past you know that it expired. Then once you login and update them the next pull of PI data would reflect the new expiry_time/install_times.
This would be a great use of the Etag header on the PI planet details response. As you would know if the data stored in the app needs updating or not.