esi/esi-issues

EVE v21.05 - Corporation Projects

Opened this issue · 1 comments

Feature Request

EVE 21.05 added Corporation Projects

Read scopes to build improved out of game tools would be great, write would be a dream.

Use case

Improved social integration of the ongoing projects by providing automated feedback to the social communities of a corporation, ie pings when projects are made or completed.

Authentication

New Scope esi-projects.read_corporation_projects.v1

Example return

Propose what an example return might look like. E.g.:

[
  {
    "project": 1,
    "type": "Damage Capsuleers",
    "filters": {
        "region": 10000001
    },
    "target": 1000,
    "progress": 800
  },
  ...repeat...
]

Checklist

Check all boxes that apply to this issue:

  • Feature request description is provided
  • Use case exists
  • Feature requires a new route
  • Feature adds data to existing route
  • Feature requires new auth scope
  • Feature can reuse existing scope
  • Feature does not require auth
  • Meta feature, applies to all routes

I would use this endpoint to better integrate with apps like AA-BountyBoard

Automating creation of ingame projects based on posted bounties would be an impossible dream, but the idea is there.