You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could see the type ID of the decryptor used in an industry job.
Use case
I'm building a industry/trade profit tracking tool (https://evetycoon.com/), and I currently can't accurately model input prices for invention jobs as it is unknown what decryptor was used.
If the type ID of the decryptor was added to the /characters/{character_id}/industry/jobs/ and /corporations/{corporation_id}/industry/jobs/ responses, then I could properly track the number of copies created and add the cost of the decryptor to the overall input cost of the job.
Authentication
Uses the same scopes currently used to read jobs: esi-industry.read_character_jobs.v1 esi-industry.read_corporation_jobs.v1
Example return
Propose what an example return might look like. E.g.:
[
{
... all existing fields"decryptor_type_id": 34202,
},
...99 other jobs
]
Other Information
The game currently does seem to track this information, as viewing past jobs either shows a decryptor icon or not, but you cannot mouse over the icon to see the type.
Checklist
Check all boxes that apply to this issue:
Feature request description is provided
Use case exists
Feature requires a new route
Feature adds data to existing route
Feature requires new auth scope
Feature can reuse existing scope
Feature does not require auth
Meta feature, applies to all routes
The text was updated successfully, but these errors were encountered:
Feature Request
It would be nice if we could see the type ID of the decryptor used in an industry job.
Use case
I'm building a industry/trade profit tracking tool (https://evetycoon.com/), and I currently can't accurately model input prices for invention jobs as it is unknown what decryptor was used.
If the type ID of the decryptor was added to the
/characters/{character_id}/industry/jobs/
and/corporations/{corporation_id}/industry/jobs/
responses, then I could properly track the number of copies created and add the cost of the decryptor to the overall input cost of the job.Authentication
Uses the same scopes currently used to read jobs:
esi-industry.read_character_jobs.v1
esi-industry.read_corporation_jobs.v1
Example return
Propose what an example return might look like. E.g.:
Other Information
The game currently does seem to track this information, as viewing past jobs either shows a decryptor icon or not, but you cannot mouse over the icon to see the type.
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: