NachoToast / NachoToast/Jukebot

Swap/Move Queue

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

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 2 will swap songs in position 1 and 2 in queue, and
  • /move 1 3 will 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.