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

Feat: 부스 목록 조회에서의 행사 필터링 기능 추가 #277

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

muncool39
Copy link
Member

Summary

Key Changes

  • BoothController 기존 getBooths 메서드에 event 파라미터 추가
  • BoothService 기존 getBooths 메서드에 행사 필터링 기능을 추가

Testing

요청

  • GET {{local}}/booths?event=70

응답

  • 해당 행사의 부스만 조회됩니다.
  • image

To Reviewers

  • 행사 아이디가 없는 경우에도 오류가 아니라 빈 값으로 나와서 해당 처리는 따로 하지 않았습니다!
  • 궁금한 점, 개선 방안 등 의견 편하게 주세요! 😃

@muncool39 muncool39 added the feature 기능 개발과 관련된 내용입니다. label Oct 16, 2024
@muncool39 muncool39 requested a review from gitseoyeon October 16, 2024 01:59
@muncool39 muncool39 self-assigned this Oct 16, 2024
Copy link
Member

@gitseoyeon gitseoyeon left a comment

Choose a reason for hiding this comment

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

확인했습니다! 고생하셨어요!! 👍🏻

@muncool39 muncool39 merged commit 520cc00 into dev Oct 16, 2024
2 checks passed
@muncool39 muncool39 deleted the feat/#240 branch October 16, 2024 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발과 관련된 내용입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 행사의 부스 목록 조회 기능
2 participants