Skip to content

[T-39] 게임 빌드 메타 등록 (파일 업로드 제외) #111

Description

@ff1451

목적

게임 빌드 버전 메타데이터만 등록·조회·삭제한다. 실제 ZIP 업로드·압축해제·서빙은 ADR-023 방향만 정해졌고 T-41(후속, 홈페이지 쪽 설계 필요)에서 구현한다.

작업 내용

  • POST /v1/admin/games/{id}/builds — 버전만 등록, status=PENDING
  • GET /v1/admin/games/{id}/builds — 최신순 목록
  • DELETE /v1/admin/games/{id}/builds/{buildId}

테스트

AdminGameBuildIntegrationTest 신규 4개 — PENDING 등록, AC-9.10(활성 빌드 없어도 500 아님), 삭제, 존재하지 않는 게임 404.

참고

  • docs/04-architecture.md ADR-023
  • docs/07-task-breakdown.md T-39

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions