Skip to content

6차 스프린트 배포#382

Merged
ah-o-ng12 merged 114 commits into
mainfrom
develop
May 18, 2026
Merged

6차 스프린트 배포#382
ah-o-ng12 merged 114 commits into
mainfrom
develop

Conversation

@ah-o-ng12

Copy link
Copy Markdown
Contributor

6차 스프린트 배포~

cjw020607 and others added 30 commits April 24, 2026 17:34
[Feat/#353] 취향 장르 선택 UI 수정
[Feat/#351] 회원가입 유도 A/B 테스트 제거 및 관심 콘서트 툴팁 추가
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
cjw020607 and others added 21 commits May 8, 2026 20:03
…fix/#370/v6-1st-QA

Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
[Fix/#370] 6차 스프린트 1차 QA 반영
…-exposure

[Feat/#374] 관심 콘서트 토스트 노출 관련 api
관심 콘서트 취소 토스트
Co-authored-by: Copilot <copilot@github.com>
[Fix/#378] 6차 스프린트 2차 QA 반영
Co-authored-by: Copilot <copilot@github.com>
[Fix/#380] 인스타그램 이미지 깨지는 문제 해결
@ah-o-ng12 ah-o-ng12 self-assigned this May 18, 2026
@ah-o-ng12 ah-o-ng12 added the ✨ Feat 기능 구현 label May 18, 2026
@vercel

vercel Bot commented May 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
livith-web Ready Ready Preview, Comment May 18, 2026 11:20am

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces significant updates to the interest concert feature, including a new interest concert list page, carousel components, and enhanced filtering capabilities. It also updates the API version to v6 and refactors several components to improve state management and user interaction. My feedback focuses on improving toast notification visibility by increasing the autoClose duration and suggesting a refactor to pass concert objects directly to the interest concert button instead of parsing strings.

Comment thread src/entities/concert/ui/DetailInfo.tsx
Comment on lines 6 to 10
type SetInterestConcertButtonProps = {
selectedConcertState: StateWithSetter<string | null>;
group?: "A" | "B" | "C";
selectedConcertsState: StateWithSetter<string | null>;
isFirst?: boolean;
disabled?: boolean;
};

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

selectedConcertsState prop이 string | null을 다루도록 설계되어 있어, 상위 컴포넌트에서 SelectedConcert[] 배열을 문자열로 변환하고 이 컴포넌트에서 다시 파싱하는 과정이 있습니다. 이는 복잡성을 높이고 잠재적인 오류를 유발할 수 있습니다. selectedConcerts: SelectedConcert[] prop을 직접 받아 처리하도록 리팩터링하는 것을 권장합니다.

@ah-o-ng12 ah-o-ng12 merged commit f1c35b3 into main May 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feat 기능 구현

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants