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/#297] 배너 목록 조회 기능 구현 #298

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

yummygyudon
Copy link
Member

작성 중 (12.28 21:00)

Related Issue 🚀

Work Description ✏️

  • 배너 목록 조회 기능 구현

PR Point 📸

2가지 조회 Request Parameter 오류에 대한 Failure Code를 선언했습니다.
- Filter 파라미터
- Sort 파라미터
요청에 따른 동적 Filtering & Sorting 분기가 필요해 SQL Query를 통한 동적 쿼리 적용보다 Application 단에서의 조건 분기로 처리하는 것이 적합하다고 생각하여 메서드를 통한 전처리를 진행했습니다.
- 복수의 초기 데이터가 필요해 정적 SQL 파일을 통해 Dummy Data를 주입했습니다.
@yummygyudon yummygyudon requested a review from hyunw9 December 28, 2024 11:59
@yummygyudon yummygyudon linked an issue Dec 28, 2024 that may be closed by this pull request
3 tasks
Copy link

height bot commented Dec 28, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 배너 - 목록 조회
1 participant