Skip to content
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

Feature/#182 이미 참여한 이벤트인지 확인하는 기능 추가 #183

Conversation

hong-sile
Copy link
Collaborator

#️⃣연관된 이슈

📝작업 내용

  • 이미 참여한 이벤트인지 확인하는 기능 추가

예상 소요 시간 및 실제 소요 시간

1시간 / 1시간 15분

close #182

@hong-sile hong-sile added Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경 High Priority 리뷰 우선순위가 높은 PR labels Aug 2, 2023
@hong-sile hong-sile added this to the 3차 스프린트 2주차 milestone Aug 2, 2023
@hong-sile hong-sile self-assigned this Aug 2, 2023
Copy link
Collaborator

@java-saeng java-saeng left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 !!

@@ -41,7 +41,7 @@ public ResponseEntity<EventDetailResponse> findEventById(@PathVariable final Lon
}

@PostMapping("/{eventId}/participants")
Copy link
Collaborator

Choose a reason for hiding this comment

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

아래에는 event-id 로 되어있고, 현재는 eventId가 되어있는데 하나로 통일해보는게 어떨까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

eventid로 통일했습니다

@@ -100,4 +100,12 @@ public EventDetailResponse updateEvent(@PathVariable(name = "event-id") final Lo
public void deleteEvent(@PathVariable(name = "event-id") final Long eventId) {
eventService.deleteEvent(eventId);
}

@GetMapping("/{event-id}/participants/already-participate")
Copy link
Collaborator

Choose a reason for hiding this comment

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

앞에랑 중복되는 느낌이 있어서 그냥 already 만 있어도 의미전달이 충분해보이는데 어떻게 생각하시나요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

현장(?) 리뷰 완료했습니다.

Copy link
Collaborator

@hyeonjerry hyeonjerry left a comment

Choose a reason for hiding this comment

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

간단한 로직이기도 하고 크게 수정할 점은 보이지 않습니다.
수고하셨습니다.

@hong-sile hong-sile merged commit 1692fda into backend-main Aug 2, 2023
1 check passed
@amaran-th amaran-th deleted the Feature/#182-이미_참여한_이벤트인지_확인하는_기능_추가 branch August 4, 2023 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 백엔드 관련 이슈 High Priority 리뷰 우선순위가 높은 PR 기능 추가 새로운 기능 추가 및 기존 기능 변경
Projects
Status: Archive
Development

Successfully merging this pull request may close these issues.

3 participants