Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Add app KPIs to the API #91

Closed
onbjerg opened this issue Nov 18, 2019 · 1 comment
Closed

Add app KPIs to the API #91

onbjerg opened this issue Nov 18, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@onbjerg
Copy link
Contributor

onbjerg commented Nov 18, 2019

Each app will have a list of APIs and an overall score (the sum of each KPI).

These will be stored in the database on each app in the format:

{
  name: string,
  value: number
}

The GraphQL API should expose each API and the overall score. On top of this, apps should be sortable based on their overall score.

Depends on #89

@onbjerg onbjerg added the enhancement New feature or request label Nov 18, 2019
@onbjerg onbjerg added this to the 2.1.0 milestone Nov 18, 2019
@onbjerg onbjerg mentioned this issue Jan 10, 2020
@onbjerg
Copy link
Contributor Author

onbjerg commented Jul 28, 2020

No longer relevant since we're moving to The Graph (#200).

@onbjerg onbjerg closed this as completed Jul 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant