As an accountant pilot, I want to see market value of items so that I can quickly see prices without going to a different site/application

Issue #51 resolved
Evanova Android repo owner created an issue
  • Eve Central market data already has some support in eve-api

There is 2 different approaches to this:

Create a eve-central.db

This allows for proper decoupling and easily adding/modifying market data. However, item displays will require to hit 2 different databases which can be very time consuming if not done right.

add a "market value" field to the item table in jeeves.db

Easy approach. The trouble is that we mix Eve Online and Eve Central data and make both more coupled. Also jeeves.db is no longer a static database and each database update will erase data or be a pain to implement.

Comments (2)

  1. Evanova Android reporter

    Option 1 also has the disadvantage to have to store thousands of item_ids while Option 2 requires less storage since it's an added field 'only'.

  2. Evanova Android reporter

    Evanova 1.2.3

    Items now have a market stats page. It is not polished but anything related to it should be posted as a bug.

  3. Log in to comment