Files
dmg b7c0083647
CI / validate (push) Successful in 5m20s
Release / release (push) Successful in 6m56s
feat(portal): add SSR operations and exclusive groups
2026-08-01 19:21:23 -04:00

2.1 KiB

type, title, description, tags, timestamp, story_id, status
type title description tags timestamp story_id status
User Story Keep Discord nicknames synchronized Preferred names and primary Minecraft usernames determine community guild nicknames.
player
admin
discord
identity
2026-08-01T23:10:59Z US-006 verified

User Story

As a community member, I want my Discord nickname to reflect my preferred name and primary Minecraft account, so that other players can identify me consistently.

Acceptance Criteria

  • Given a preferred name and primary account, then the nickname format is First name (MinecraftUsername).
  • Given Discord's 32-character limit, then the preferred-name portion is shortened while preserving the Minecraft username.
  • Given no remaining Minecraft account, then synchronization uses First name (TBD).
  • User name, first-account, primary, and account-removal changes synchronize the nickname automatically without a second confirmation step.
  • Successful synchronization shows the exact new nickname in a dismissible status notice.
  • Discord failures show an assertive error notice without falsely claiming synchronization completed.
  • Administrator name, primary, and primary-removal operations synchronize the nickname automatically.
  • A protected administrative retry action can synchronize the current desired nickname.

Implementation

Validation

Related Stories