[#492] 폼 목록 접수 상태 다중 값 — receiptStatuses 파라미터 - #495
Open
swthewhite wants to merge 1 commit into
Open
swthewhite wants to merge 1 commit into
swthewhite wants to merge 1 commit into
Conversation
…거른다) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
무엇
GET /v1/forms에receiptStatuses(List · 쉼표 구분·반복 둘 다) 추가(ssccops#408). 기존receiptStatus는 그대로 — 타입을 바꾸면 OpenAPI 게이트와 옛 링크가 깨진다. 둘 다 오면 다중 값이 이긴다.구현은 전체를 읽어 판정값(
receiptStatusOf)으로 거른다 — «배지와 목록이 어긋나지 않는다»(#325)를 한 값으로 지키고, 목록에 페이징이 없어 값싸다. 값 하나면 단일 값 경로.검증
FormControllerTest59/59(신규getFormsUnionsMultipleReceiptStatuses) ·FormReceiptFilterEquivalenceTest6/6 ·PublicFormControllerTest78/78📎 근거
Closes #492