1.5 KiB
1.5 KiB
Pick'n'Play — Product Spec (current)
Goal
Help a small Discord group (4–8 players) pick a co-op game via phased flow:
- Suggest (blind)
- Vote (blind, 0–10 sliders)
- Results (leaderboard)
Scope
- Single shared instance
- Username/password login (cookie auth)
- Admins flagged via admin key at registration
- Per-user phase tracking; admins can move themselves backward, everyone can move forward (subject to admin “results open” toggle and Suggest→Vote requiring at least one own suggestion)
Suggest Phase
- Up to 5 suggestions per player
- Name required; optional genre, description, screenshot URL, YouTube URL, external game link, min/max players
- Players see only their own suggestions until voting
- A player can enter Vote only after submitting at least one own suggestion
- Screenshots validated as reachable images
Vote Phase
- All suggestions visible with authors
- Score each suggestion 0–10
- Players see only their own votes; can finalize/unfinalize their ballot
- Linked games: admins can link duplicates; linked games share a vote group. Moving a slider on one updates all linked siblings.
- Linking or unlinking games clears votes for the linked group and unfinalizes all players so ballots can be reviewed again
Results Phase
- Visible only after admin enables results; players auto-advance when opened
- Leaderboard sorted by average score; shows totals, counts, player’s own vote, and links/media
Non-functional
- Desktop + mobile friendly
- Runs on IIS; SQLite via EF Core