fix: 게시글 사진 인증 촬영 대상 완화 — 연결 펫 아무나#143
Open
seizeh wants to merge 1 commit into
Open
Conversation
미인증(trust<3) 펫이 섞이면 촬영 대상 후보를 미인증 펫으로만 제한해 이미 인증된 펫은 카메라 촬영이 불가능했다. 촬영 대상을 연결한 펫 전체로 넓히고(한 마리만 동일개체 대조 통과하면 등록), 두 마리 이상 연결 시 사진 속 펫을 묻는 시트를 항상 띄운다. 신뢰 펫만 선택한 경우의 '직접 촬영'도 검증 촬영으로 통일. 카메라 열기 실패(권한 거부 등)가 예외로 삼켜져 버튼이 무반응으로 보이던 것도 토스트로 노출한다. 서버는 pmdb 20260720100000_post_photo_any_pet_target 와 한 쌍. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 21, 2026
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.
문제
사진 인증 카테고리(동반산책·대리산책·돌봄·분양)에서 촬영 대상 후보를 미인증(trust<3) 펫으로만 제한해:
create_post_verified)도 인증된 펫 토큰을 거부또한 카메라 열기 실패(권한 거부 등) 예외를 잡지 않아 촬영 버튼이 무반응으로 보였음.
수정
서버 쌍
pmdb
20260720100000_post_photo_any_pet_target(프로덕션 적용 완료)과 한 쌍.확인
실기기에서 인증 펫+미인증 펫 연결 → 펫 선택 시트 → 인증 펫 촬영 → 대조 통과 → 게시글 등록 확인.
flutter analyze통과.🤖 Generated with Claude Code