Skip to content

Feature: Contest & Team Management SystemΒ #4

@Sunja-An

Description

@Sunja-An

Feature: Contest & Team Management System

πŸš€ Feature Implementation

We have implemented a comprehensive system for managing game contests, team applications, and tournament brackets.

✨ Key Features

  • Contest Listing & Creation:
    • Browse active contests with filtering and pagination.
    • "Create Contest" wizard with validation (Step-by-step form).
  • Contest Detail & Playground:
    • Detailed view of contest rules, prizes, and schedule.
    • Playground Mode: A dedicated interactive area for active contest participants to view brackets, matches, and my-team status.
  • Application Flow:
    • Users can apply to contests as individuals or teams.
    • Team leaders can manage members.
    • Application status tracking (Pending, Accepted, Rejected).

πŸ›  Technical Implementation

  • Services: contest-service.ts handles all CRUD operations for contests and applications.
  • Hooks: useContests, useContestDetail, useMyApplication for reactive data fetching using TanStack Query.
  • Components: Modularized contest UI (ContestBody, ContestCTA, GameList, BracketView).

πŸ”— Related Changes

  • src/app/(main)/contests/: Contest directory pages.
  • src/app/(main)/contest/[id]/: Contest playground pages.
  • src/services/contest-service.ts
  • src/types/contest.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions