bigchaindb / bigchaindb/github-projects
add version number for each repo
- Lingua principale
- JavaScript
- Stelle
- 7
- Fork
- 9
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, nodejs
- Ambito
- api, backend
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 42/100