Refactor archive command to use components
- Dominant language
- Python
- Stars
- 1
- Forks
- 11
- Avg merge
- 20h 7m
- Merged PRs (30d)
- 2
Description
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?
Contributor guide
Research direction
Start at the archive-channel command and inspect its current argument handling, autocomplete behavior, and the available component interface. Done means the command accepts no arguments, presents the channel select interface shown in the issue, and still supports autocomplete when arguments are supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100