-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BE] 내 행사 조회 기능 추가 #846
[BE] 내 행사 조회 기능 추가 #846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
백호 고생했습니다~ 용어 관련 코멘트 하나 남겨놨어요
import java.time.ZoneId; | ||
|
||
public record EventMineAppResponse( | ||
String eventId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음 회의 때 이야기해도 좋을 것 같은것이 레벨 4 용어 맞추기 회의 때 이벤트id를 이벤트토큰으로 바꾸자는 이야기가 있었어요! 재논의해보면 좋을 것 같습니다
Event event = Fixture.EVENT1; | ||
EventMember eventMember1 = new EventMember(1L, event, "소하", false); | ||
EventMember eventMember2 = new EventMember(2L, event, "감자", false); | ||
EventMember eventMember3 = new EventMember(3L, event, "쿠키", false); | ||
EventMember eventMember4 = new EventMember(4L, event, "고구마", false); | ||
EventMember eventMember5 = new EventMember(5L, event, "조커", false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
조커 무섭네요;,,
issue
구현 사항
내 행사 조회 기능 추가
API
GET /api/events/mine
Response