feat: command for admins to view event queue list #2

Open
opened 2026-01-21 12:10:47 -08:00 by naomi · 0 comments
Owner

User Story

As a server admin/coordinator, I want to view the list of users in an event queue so that I can see who is waiting and in what order.

Acceptance Criteria

  • Admins can use a slash command to view an event's queue
  • Command has autocomplete for selecting which event
  • Displays users in order of when they joined (oldest first)
  • Shows position number, username, and join timestamp for each entry
  • Handles empty queues gracefully
  • Should be restricted to admin/coordinator roles

Technical Notes

  • Consider pagination for long queues
  • Use embeds for clean formatting
  • Could show a summary (total count) at the top

MVP Priority

This is a core MVP feature.

This issue was created with help from Hikari~ 🌸

## User Story As a server admin/coordinator, I want to view the list of users in an event queue so that I can see who is waiting and in what order. ## Acceptance Criteria - [ ] Admins can use a slash command to view an event's queue - [ ] Command has autocomplete for selecting which event - [ ] Displays users in order of when they joined (oldest first) - [ ] Shows position number, username, and join timestamp for each entry - [ ] Handles empty queues gracefully - [ ] Should be restricted to admin/coordinator roles ## Technical Notes - Consider pagination for long queues - Use embeds for clean formatting - Could show a summary (total count) at the top ## MVP Priority This is a core MVP feature. ✨ This issue was created with help from Hikari~ 🌸
naomi changed title from feat: command to list queue in order of time joined to feat: command for admins to view event queue list 2026-01-21 12:14:06 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan-ideation/linea#2