[Overwatch] Rank updates

Related Games: Overwatch

Feature Description:
Would be nice to have events for rank and “top500” changes:

  • Open queue
  • Locked one:
    • Tank
    • DD
    • Support

UseCase: automate routine for rank-climber streamers. Currently they edit scene manually after each match.

e.g.
image

  • impact for my app: [proposal-stopper]. This feature blocks me from sending app proposal.

  • What is your current pain point?
    There is no way to get fresh rank.

  • What do you have in mind to solve it?
    Event’s payload might looks like:

    {
      "openQueue": {
        "rank": 4000,
        "isInTop": true,
        "placement": 205
      },
      "roleQueue": [
        {
          "type": "Tank",
          "rank": 4200,
          "isInTop": true,
          "placement": 322
        },
        {
          "type": "DamageDealer",
          "rank": 3000,
          "isInTop": false
        },
        {
          "type": "Support",
          "rank": 4510,
          "isInTop": true,
          "placement": 32
        }
      ]
    }

P.S. There is also ranks and top500 for custom events like lycioball or CTF (Capture The Flag), but personally, i’m not interested in them.

Hi, and thanks for the feedback.

We will discuss the matter internally, and we will update you here.
It might take up to a few days.

Thanks.

1 Like

Hi @CeH9,

Are you working on a live app? are you in contact with one of our dev rel team members?

Thanks

Hi @eransharv,
No, as i already mentioned:

impact for my app: [proposal-stopper]. This feature blocks me from sending app proposal.

By proposal i mean this

We added this feature request to our backlog.
We don’t have an ETA, though, and that can take some time to implement and release. Thank you for your patience.
We will update you here once it is ready.

Thanks.

1 Like