NachoToast / NachoToast/Jukebot
Swap/Move Queue
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
A feature that can move or swap items in the queue to other positions
For example:
/swap 1 2will swap songs in position 1 and 2 in queue, and/move 1 3will move 1 to position 3, making song 2 now song 1 in queue, and song 3 now song 2 in queue.
Tasks (like amongus)
- Swap command
- Move command
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests. Start by locating the existing queue and command-handling entry points, then trace how queue positions are represented and changed. Done means both /swap and /move support the described positions and their behavior can be verified with the project's existing checks or manual bot commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100