feat: command for users to join an event queue #1

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

User Story

As a server member, I want to join a queue for a specific event so that I can sign up for mock interviews or other activities.

Acceptance Criteria

  • Users can use a slash command to join an event queue
  • Command has autocomplete for event selection (populated from server's event database)
  • If the event has intake questions, a modal opens for the user to fill out
  • Modal displays up to 5 custom questions defined by the admin
  • User's responses are saved along with their queue entry
  • Provides confirmation when successfully joined
  • Prevents duplicate entries (user can only be in an event queue once)

Technical Notes

  • Use Discord's autocomplete feature for event selection
  • Use Discord modals for intake question responses
  • Store queue entries per-server, per-event
  • Include timestamp of when user joined

MVP Priority

This is a core MVP feature.

This issue was created with help from Hikari~ 🌸

## User Story As a server member, I want to join a queue for a specific event so that I can sign up for mock interviews or other activities. ## Acceptance Criteria - [ ] Users can use a slash command to join an event queue - [ ] Command has autocomplete for event selection (populated from server's event database) - [ ] If the event has intake questions, a modal opens for the user to fill out - [ ] Modal displays up to 5 custom questions defined by the admin - [ ] User's responses are saved along with their queue entry - [ ] Provides confirmation when successfully joined - [ ] Prevents duplicate entries (user can only be in an event queue once) ## Technical Notes - Use Discord's autocomplete feature for event selection - Use Discord modals for intake question responses - Store queue entries per-server, per-event - Include timestamp of when user joined ## MVP Priority This is a core MVP feature. ✨ This issue was created with help from Hikari~ 🌸
naomi changed title from feat: command to join mock interview queue to feat: command for users to join an event queue 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#1