Add per-item logistics cost to the appraisal compare page #18
Notifications
Due Date
No due date set.
Depends on
#17 Add an appraisal compare-by-location page
eveal/gemory
Reference: eveal/gemory#18
Reference in New Issue
Block a user
Summary
On the compare-by-location page (gemory #17), let the user factor in logistics (freight) cost for a chosen hub, so the comparison reflects delivered value, not just raw market price — e.g. "Amarr buy is higher, but after hauling it to Jita it's actually worse".
This is a pure client-side derivation, enabled by #17's parse-first flow: gemory already holds the parsed
typeId+quantitystacks and, viagetMarketTypes, each type'svolume(packaged m³/unit — present onMarketTypeResponse).Proposed design
volume × quantity × freightRate, wherefreightRateis ISK per m³ (typical courier-contract pricing) — a user-editable input, defaulting to a sensible constant.Notes
MarketType.volume); no backend change needed — this stays a gemory-only feature.Acceptance criteria
volume × qty × rate) and a delivered/adjusted value.npm run buildpasses.Depends on
gemory #17 (compare page + parse-first flow). Purely additive on top of it.