13th-office / 13th-office/IBM-SkillBoard

Top categories endpoint

未关闭
#167 0 条评论 0 个 reaction 已指派 1 人 已被 @EvilDao-RG 认领 在 GitHub 查看
feature
主要语言
Ruby
星标
0
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

Returns list of categories and the occurrences among the user's teams.
```json
{
"categories": [
"artificial intelligence",
"machine learning",
"databases",
"project management",
"github"
],
"occurences": [5, 2, 6, 1, 2]
}
```

贡献指南

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

调研方向

在 Rails 应用中查找现有的 API 端点,可能在 app/controllers/ 中。找到团队和类别数据的建模位置,可能在 app/models/ 中。该端点需要查询类别并统计用户各团队中的出现次数。检查现有的序列化器或 JSON 响应。在 spec/requests/ 或 test/controllers/ 中为新端点编写测试。

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

评估

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

把新 issue 发到你的邮箱

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