gbrann / EVEProductionSuite

Eve Online - Production Suite is a set of Google and ESI tools to quickly and easily manage production, budget and basic corporate management with installing servers or adding any RL costs to your game play.
GNU General Public License v3.0
3 stars 0 forks source link

CMM - GESI-MEMBERS #52

Closed gbrann closed 6 years ago

gbrann commented 6 years ago

Reason for Dev Work Member ESI Pulls (Basic)

Module Corporate Management Module

Current Formulas, Code or Layout Notes We need to take a closer look at the following ESI calls to see what information we need on the basic level.

=corporations_corporation_members

=corporations_corporation_members_limit

=corporations_corporation_members_titles

Changes TBD

gbrann commented 6 years ago

Added 'refresh' internal function to the following:

function.gs Lines 825-827

function corporations_corporation_titles(name, opt_headers, refresh) {
  return parseData_(arguments.callee.name,{name:name,opt_headers:opt_headers})
}

Lines 1995-1997

function corporations_corporation_members(name, opt_headers, refresh) {
  return parseData_(arguments.callee.name,{name:name,opt_headers:opt_headers})
}

Lines 681-683

function corporations_corporation_members_limit(name, opt_headers, refresh) {
  return parseData_(arguments.callee.name,{name:name,opt_headers:opt_headers})
}
gbrann commented 6 years ago

GESI-MEMBERS created. Colored RED for backend and hidden. DONE