code-corps / code-corps/code-corps-ember
Add filtering conversations by open/closed to the project conversation list
未关闭
blocked
in progress
Time: 1 hour
- 主要语言
- JavaScript
- 星标
- 120
- 派生
- 75
- PR 合并指标
- 30 天内没有已合并 PR
描述
# Problem
The conversation list for projects needs to have an `open/closed` filter placed on it.
We should show a (styled) `select` that has two items:
- Open (3)
- Closed (18)
Where the number in parens is the number of currently open or closed conversations.
This is blocked by implementing a counter cache for open and closed conversations on the API.
贡献指南
调研方向
没有指定文件、测试或入口点。首先定位项目的会话列表,并检查用于统计打开和关闭会话数量的 API 缓存工作。完成标准是:一个带样式的 select 显示“打开”和“关闭”及当前数量,并相应地筛选列表。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100