esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
208 stars 23 forks source link

EVE v21.05 - Corporation Projects #1351

Open soratidus999 opened 1 year ago

soratidus999 commented 1 year ago

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:

soratidus999 commented 1 year ago

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.