Refactor archive command to use components
未关闭
question
- 主要语言
- Python
- 星标
- 1
- 派生
- 11
- 平均合并
- 20 小时 7 分钟
- 30 天内合并 PR
- 2
描述
With the new components out, rather than using auto completes, we can allow the user to use the component interface.
We would make all arguments of the archive-channel command optional, if no arguments are passed, send a channel select message as below:
This allows the user to still use the autocomplete if they would like, or otherwise use the component interface.
@CarrotManMatt thoughts?
贡献指南
调研方向
从 archive-channel 命令入手,检查其当前的参数处理方式、自动补全行为以及可用的组件接口。完成的标准是:该命令可以不带参数调用,显示 issue 中所示的频道选择界面,并且在提供参数时仍支持自动补全。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100