EVE-SECURE / ooe

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

API - Standings #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a section of the corporation sheet page (or a new module?), 
which allows browsing of the corporation standings API data, perhaps associated 
with some useful information, like possible POS anchoring locations.

Original issue reported on code.google.com by shrimp.za@gmail.com on 27 Feb 2013 at 7:30

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

Add corp standings API classes.

Original comment by shrimp.za@gmail.com on 29 Mar 2013 at 4:29

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

Corp standings code actually works. UI output required.

Original comment by shrimp.za@gmail.com on 14 Jul 2013 at 11:57

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

Basic standings display on the corporation page.
Sorts standings groups by standing, descending.

Original comment by shrimp.za@gmail.com on 14 Jul 2013 at 12:31

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

Review apidb.php and implementation of most of eveDB class - revise entity 
caching.
Move classes used by eveDB into apidbClasses.php.
Implement eveNpcCorp, eveFaction and eveAgent classes needed for more standings 
information.
Move refTypes API call out of DB classes into journal - the only place it's 
used.

Original comment by shrimp.za@gmail.com on 14 Jul 2013 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 16 Jul 2013 at 10:35

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

Moved standings into their own page within the corporations plugin.
Expanded agents standings details display.
Fix getCharacterName implementation.
Fix HTTP error reporting in API request class.

Original comment by shrimp.za@gmail.com on 21 Jul 2013 at 7:15

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

Standings moved to their own plugin...

Original comment by shrimp.za@gmail.com on 24 Jul 2013 at 9:16

GoogleCodeExporter commented 9 years ago
Refactoring into generic character and corporation standings plugin.

Original comment by shrimp.za@gmail.com on 24 Jul 2013 at 9:37

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

Standings refactored to be generic across corp and character.

Original comment by shrimp.za@gmail.com on 24 Jul 2013 at 10:23

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

Made standings output look nice.

Original comment by shrimp.za@gmail.com on 24 Jul 2013 at 11:02

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

Started on faction filtering.

Original comment by shrimp.za@gmail.com on 24 Jul 2013 at 7:31

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

Filtering by faction working.

Original comment by shrimp.za@gmail.com on 25 Jul 2013 at 11:13

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

Show agents locations.

Original comment by shrimp.za@gmail.com on 25 Jul 2013 at 6:33

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

Fix duplicate "All" entry in faction filter.

Original comment by shrimp.za@gmail.com on 1 Aug 2013 at 7:04

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

When filtering, hide empty groupings with no standings.

Original comment by shrimp.za@gmail.com on 4 Aug 2013 at 12:02

GoogleCodeExporter commented 9 years ago
Completed for now. Further refinement and additions can be added to another 
release.

Original comment by shrimp.za@gmail.com on 4 Aug 2013 at 4:31