업종 인증을 업체 등록과 동시 신청 (0028 §1) - #122
Merged
Merged
Conversation
신청 두 번(업체 등록 → 승인 대기 → 업종 인증) 마찰 제거: - apply_business_license 게이트 완화 — pending 업체도 신청 가능 - 승인 순서는 심사로 보장 — admin_review_business_license 가 업체 인증 미승인 상태의 업종 '승인'을 business_not_approved 로 차단(반려는 무관) - pgTAP t10 +2케이스(동시 신청 허용·승인 순서 차단), 운영 적용 후 롤백 검증 완료(pending_apply=t, business_not_approved 발동 확인) - 스냅샷은 수동 패치(현 네트워크 IP 미허용) — 허용 후 dump 재검증 예정 Co-Authored-By: Claude Fable 5 <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.
사장님이 서류·심사·대기를 두 번 겪는 마찰 제거 — 업체 등록 폼에서 업종 등록·허가증까지 한 번에 제출.
apply_business_license: 업체 인증 pending 부터 신청 허용(기존: approved 전제)admin_review_business_license: 승인 순서 보장 — 업체 인증 미승인 상태의 업종 승인은business_not_approved거부(반려는 순서 무관). 무허가 차단 장치는 그대로앱 대응: seizeh/pmdart 등록 폼 PR 참조
🤖 Generated with Claude Code