Conversation
- projects.hidden 컬럼 — 심사 상태(status)와 별개 축, idempotent migrate
- PUT /api/projects/{id}/visibility (본인 승인작만)
- 숨김 시 메인 목록·상세·제작자 승인작 목록 제외 + 클릭 차단,
score·클릭수 유지, 재공개는 재심사 없이 즉시 반영
- /my 승인작 카드에 숨기기/공개하기 버튼 + 확인 다이얼로그 + 비공개 뱃지
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
작성자가 본인 승인작을 공개 목록에서 내리거나(숨기기) 다시 올릴(공개하기) 수 있게 한다.
변경사항
projects.hidden컬럼 — 심사 상태(status)와 별개 축, 부팅 시 idempotent migratePUT /api/projects/{id}/visibility({"hidden": bool}) — 로그인 + 본인 승인작만/my승인작 카드에 숨기기/공개하기 버튼 + 확인 다이얼로그 + 비공개 뱃지specs/play-igrus/spec.md업데이트테스트
go build && go vet && go test ./...통과 (MySQL 통합 테스트는 TEST_DSN 환경에서)tsc -b && vite build,oxlint통과🤖 Generated with Claude Code