EVE-SECURE / ooe

Automatically exported from code.google.com/p/ooe
0 stars 0 forks source link

API rewrite #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rewriting and restructuring all API code within the project. It is currently 
very disorganised and difficult to manage and maintain.

Original issue reported on code.google.com by shrimp.za@gmail.com on 10 Jul 2011 at 5:56

GoogleCodeExporter commented 9 years ago
Character code all restructured. Updated release to 2.0.

Corporation data still todo.

Original comment by shrimp.za@gmail.com on 3 Feb 2013 at 7:52

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r106.

Begin refactoring corporation classes and API access.

Original comment by shrimp.za@gmail.com on 6 Feb 2013 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 8 Feb 2013 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 8 Feb 2013 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 9 Feb 2013 at 6:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r116.

Replace nasty request tracking globals with apiStats class with static 
properties.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 6:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r117.

Character sheet and skills information working with new API and keys. 
Calls to API and visibility of menu items respect key access settings.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 7:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r118.

Mail and notifications working with new API key system, calls to API and menu 
item visibility respect key access settings.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 8:10

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r119.

Update all plugins to only put their menu items in the menus if API access is 
allowed.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 9:38

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r120.

Assets using updated API and keys. Corporation API assets list working as well.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 9:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r121.

Market transactions updated with new keys and API.
TODO: Once corporation data loading is back, need to use wallet divisions.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 10:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r122.

Journam transactions updated with new keys and API.
TODO: Once corporation data loading is back, need to use wallet divisions.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 10:28

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r123.

Market orders updated with new keys and API.
Also, updates issue 43 regarding sorting.
It looks as though all market activity now passes through this API, may need to 
filter the results to show ORDERS only, not all buys and sells.
TODO: Once corporation data loading is back, need to use wallet divisions.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 3:13

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r124.

Manufacture and Research (industry jobs) updated with new API and keys.
Also updated ordering of jobs.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 5:07

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r125.

Kills and deaths updated with new API and keys.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 5:34

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r126.

Remove unneeded eveAccount class, just use eveAccountStatus.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 6:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r127.

Fix noob errors.

Original comment by shrimp.za@gmail.com on 10 Feb 2013 at 6:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r128.

Move starbase class into it's own file.

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 9:18

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r130.

Refactoring corporation API access.

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 9:33

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r131.

More corporation plugin updates.

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 12:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r132.

Corporation stuff updated and working.
Updated DB stuff to stop passing a DB object around all over.

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 6:25

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r133.

Corporation balances on corp sheet, if access is allowed.

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 6:50

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r134.

Starbases refactored and updated. Can't really verify the data, as my corp 
doesn't have any, but nothing should have changed in the implementation... (lol)

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 7:15

GoogleCodeExporter commented 9 years ago
This is pretty much completed now. API access is pretty easy now, adding more 
support for new API calls should be straight-forward.

Leaving open for a while in case more stuff pops up (additional cleanup may be 
needed, etc).

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Issue 39 has been merged into this issue.

Original comment by shrimp.za@gmail.com on 11 Feb 2013 at 8:06

GoogleCodeExporter commented 9 years ago
Considered complete.

Original comment by shrimp.za@gmail.com on 18 Feb 2013 at 6:07