[feat] 큐레이션 작성 화면 개선 - #68
Merged
Merged
Conversation
hyejj19
added a commit
that referenced
this pull request
Jun 26, 2026
* [feat] 시음회 작성 폼 UX 및 업로드 안정화 (#66) * 시음회 작성 섹션 헤더 보정 * 시음회 작성 기본정보 구조 보정 * feat: 시음회 작성 폼에 주소 검색(다음 우편번호) 추가 - 동적 폼 파이프라인에 'address' field kind 추가 (curation-form-model/schema) - AddressSearchInput 공통 컴포넌트 신규: 다음(카카오) 우편번호 모달 + readOnly 입력(검색으로만 입력) - barAddress를 address kind로 매핑, 검색 선택 시 도로명 주소 자동 입력 - 단위 테스트 추가 (AddressSearchInput, form-model) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * feat: refine tasting event whisky cards * fix: adjust tasting event form ux * fix: refine tasting event qa behavior * refactor: move curation tasting tag combobox --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: bump dashboard release version to 1.4.6 * [feat] 큐레이션 작성 화면 개선 (#68) * 시음회 큐레이션 위스키 입력 개선 * 시음회 장소 검색과 태그 입력 개선 * 추천 페어링 큐레이션 위스키 입력 개선 * 큐레이션 스펙 목록 조회 타입 개선 * 큐레이션 작성 유형 목록 UI 개선 * 큐레이션 노출 설정 안내 개선 * PR 스킬에 워크스페이스 이슈 링크 확인 추가 * feat: 장소 검색 페이지네이션 추가 (#69) * ci: disable automatic dashboard release PR creation * ci: exclude release PRs from full validation workflows * [feat] 시음회 앱 미리보기 화면 개선 (#72) * feat: 시음회 앱 미리보기 개선 * delete: todo --------- Co-authored-by: Hyejung Park <hyejj19@naver.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Noa Bot <noa-bot@users.noreply.github.com> Co-authored-by: bottlenote-noa[bot] <293514850+bottlenote-noa[bot]@users.noreply.github.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.
PR 제목 (Title)
[feat] 큐레이션 작성 화면 개선
관련 이슈
변경 사항 (Changes)
변경 이유 (Reason for Changes)
큐레이션 작성 화면에서 시음회/추천/페어링 스펙별 입력 UX가 불일치하고, 장소 검색과 위스키/태그 입력 흐름이 Figma 및 QA 요구와 달라 관리자가 실제 앱 노출 데이터를 정확히 구성하기 어려웠습니다. 또한 스펙 목록 API는 가벼운 목록 응답인데 상세 타입으로 사용 중이라 API 계약과 프론트 타입을 분리할 필요가 있었습니다.
테스트 방법 (Test Procedure)
pnpm exec tsc -b --pretty falsepnpm test:run src/pages/curation/tasting-event/__tests__/CurationTastingEventCreate.test.tsx src/pages/curation/whisky-card/__tests__/CurationWhiskyCardCreate.test.tsxpnpm test:run src/pages/curation/__tests__/CurationEntry.test.tsxpnpm test:run src/pages/curation/__tests__/CurationEntry.test.tsx src/services/__tests__/curation.service.test.ts src/hooks/__tests__/useCurations.test.ts src/pages/curation/tasting-event/__tests__/CurationTastingEventCreate.test.tsx src/pages/curation/whisky-card/__tests__/CurationWhiskyCardCreate.test.tsxpnpm exec eslint ...참고 사항 (Additional Information)
VITE_KAKAO_MAP_JAVASCRIPT_KEY환경변수가 필요합니다.Not implemented: navigation to another Document경고가 출력되지만 테스트는 통과했습니다.