esi-issues icon indicating copy to clipboard operation
esi-issues copied to clipboard

"cost_index" value obsfucation in ESI no longer required due to System Cost index changes

Open MoonlightMassacre opened this issue 10 months ago • 4 comments

Feature Request

Currently the https://esi.tech.ccp.is/latest/industry/systems/ cost index responses are limited to 4 digits of precision due to gameplay elements at the time of implementation. I believe the reasoning behind this limitation no longer apply since the changes to how the system cost index is calculated. This 4 digit limit is quite painful for anyone looking to build industry spreadsheets with accurate job cost installation prices.

See: https://github.com/esi/esi-issues/issues/807

Use case

Anyone wanting to calculate industry related prices

Authentication

No change

A public route, no auth required.

Example return

{
"solar_system_id": 30020141,
"cost_indices": [
{
"activity": "manufacturing",
"cost_index": 0.03439368825622633
},
{
"activity": "researching_time_efficiency",
"cost_index": 0.02094838710201359
},
{
"activity": "researching_material_efficiency",
"cost_index": 0.02745641420927296
},
{
"activity": "copying",
"cost_index": 0.012341278349091296
},
{
"activity": "invention",
"cost_index": 0.05032760912884897
},
{
"activity": "reaction",
"cost_index": 0.001658742
}
]
},

Checklist

  • Feature request description is provided
  • Use case exists
  • Feature adds data to existing route
  • Feature can reuse existing scope
  • Feature does not require auth

MoonlightMassacre avatar Feb 24 '25 06:02 MoonlightMassacre

Support. Give more precision

asvpdev avatar Mar 27 '25 12:03 asvpdev

Up Are you solving this issue?

asvpdev avatar Apr 23 '25 11:04 asvpdev

Up The problem is urgent

asvpdev avatar Oct 25 '25 12:10 asvpdev

@asvpdev marking a problem as urgent will have no effect, the devs will consider and resolve tickets as they can and have a schedule that they're working towards.

I understand it can be frustrating, please be patient.

cvweiss avatar Oct 25 '25 12:10 cvweiss