bigchaindb / bigchaindb/github-projects

add version number for each repo

Offen
#7 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
7
Forks
9
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Currently only the `bigchaindb/bigchaindb` repo gets a version number in its json response.

### Scope

Include version number based on the latest GitHub release tag for each repo as value of a `release` key in the `/` endpoint. Like so:

```json
[
{
"name": "project-name",
"description": "The description",
"stars": 3040,
"forks": 293,
"is_fork": false,
"release": "v0.10.0",
"url": "https://github.com/bigchaindb/project"
}
]
```

Needed for solving https://github.com/ascribe/bigchain-website/issues/139

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Rechercherichtung

Start at the `/` endpoint that builds the repository JSON response and trace how repository data is fetched and cached. Use the latest GitHub release tag for each repository as the `release` value, then verify that every returned repository includes the field in the documented response shape.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
javascript, nodejs
Bereich
api, backend
Issue-Typ
Feature
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
42/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.