awhipp / evetrade

Frontend UI for the popular EVE Online market tool
https://evetrade.space
Apache License 2.0
79 stars 23 forks source link

Trading along a route #146

Closed psolyca closed 2 years ago

psolyca commented 4 years ago

Is your feature request related to a problem? Please describe. Could be related to #80 . When choosing a start and an end station, it could be greate to see all possible trading along the path to avoid travelling with not filled hold bay.

Describe the solution you'd like I do not know yet ^^ Complex table to present

awhipp commented 4 years ago

Agreed. This is one and the same. I closed it due to complexity and time required but it is still something that would be a net-benefit if implemented effectively. Was largely concerned with time requirements if it crosses multiple regions. Would also need to get the buy and sell orders for all the regions it is in.

psolyca commented 4 years ago

I have written an algorithm and I will try to implement it. BTW I have to find a way to keep the data from a region if multiple stations are passing through. I did not look at the code for order fetching.

awhipp commented 4 years ago

Ideally this can be accomplished if we are be able to cache if a region was already retrieved or not. If it has then we just continue rather than process it.