bigchaindb / bigchaindb/github-projects

add version number for each repo

未关闭
#7 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
7
派生
9
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

调研方向

从构建仓库 JSON 响应的 `/` 端点开始,跟踪仓库数据的获取和缓存方式。将每个仓库最新的 GitHub release 标签用作 `release` 值,然后验证每个返回的仓库都在文档所述的响应结构中包含该字段。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, nodejs
领域
api, backend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。