bigchaindb / bigchaindb/github-projects
add version number for each repo
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100