-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chat] 좋아요 기능 추가 #3017
[Chat] 좋아요 기능 추가 #3017
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3017 +/- ##
==========================================
- Coverage 12.09% 12.05% -0.05%
==========================================
Files 691 692 +1
Lines 36451 36597 +146
Branches 8996 9046 +50
==========================================
Hits 4410 4410
- Misses 32034 32180 +146
Partials 7 7 ☔ View full report in Codecov by Sentry. |
release-canary |
v13.11.1-pr-3017.11 has been published! |
release-canary |
v13.11.1-pr-3017.12 has been published! |
release-canary |
v13.11.1-pr-3017.13 has been published! |
50e8ef3
to
729025d
Compare
release-canary |
v13.11.1-pr-3017.15 has been published! |
release-canary |
v13.11.1-pr-3017.16 has been published! |
release-canary |
v13.11.1-pr-3017.17 has been published! |
release-canary |
v13.11.1-pr-3017.18 has been published! |
release-canary |
v13.11.1-pr-3017.19 has been published! |
release-canary |
v13.11.1-pr-3017.20 has been published! |
release-canary |
v13.11.1-pr-3017.21 has been published! |
PR 설명
이벤트챗에서 사용될 좋아요 기능을 추가합니다. 관련 위키
변경 내역
좋아요 버튼 추가
좋아요 기능은 이벤트챗에서만 사용되지만 챗의 종류에 상관없이 API에서
reactions
값을 넘겨주기 때문에 기본챗(파트너센터)의 메세지들에서 thanks를 undefined로 넘겨주려고 했습니다. 그러나 과거 메세지 fetch가 TF 내에서 일어나고 있어서 chat-web에서 undefined로 바꿔주기 + TF에서 undefined로 바꿔주기 모두 필요한 상황이었습니다. 현재 리팩토링도 진행되고 있기 때문에 당장은 좀 더 간단한 로직을 갖고가기 위해ChatBubble
에서ChatBubbleUI
로 넘겨줄 때 채팅방의 타입을 구분해 값을 넘겨주기로 하였습니다.체크리스트
스크린샷 & URL