[BG-391]: reaction 채팅 생성 구현 (1.5h / 2.0h) #109
Merged
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.
Why
reply 이벤트 생성과 로직이 유사해서 빨리 끝났다
How
현재
Reaction Entity
는 단지Event
의 아이디만 가지고 있는 구조이다option
에event
의 id를 바로 사용하는 것이 부자연스럽다고 생각해서이렇게 했는데 고민해 봐야 될듯
Link
BG-391