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

Fix(Map): search Api paging 오류 & dev branch merge 오류 #64

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

rlawngP91
Copy link
Contributor

@rlawngP91 rlawngP91 commented Aug 7, 2024

Resolves #59

📌 개요

/map/search paging 처리 오류 수정

📝 PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더 삭제

✔ PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다. Commit message convention 참고 (Ctrl + 클릭하세요.)
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@rlawngP91 rlawngP91 added the ✔Fix Changes that directly address bugs, errors, or any unintended behavior label Aug 7, 2024
@rlawngP91 rlawngP91 self-assigned this Aug 7, 2024
Copy link
Member

@ssilver01 ssilver01 left a comment

Choose a reason for hiding this comment

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

LGTM👍

Copy link
Contributor

Choose a reason for hiding this comment

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

getMapList의 마지막에 return null 이 아니라 예외가 터져야하지 않을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아직 exception을 다 안 만들어서.. 일단 이부분은 map 예외처리할 때 모두 해놓을게요~!

Copy link
Contributor

Choose a reason for hiding this comment

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

GetMapListByDate, GetMapListByDate의 메소드 맨 앞에 소문자로 시작해야할 것 같아요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

알겠습니다~

Copy link
Contributor

Choose a reason for hiding this comment

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

날짜순은 페이징 처리가 잘되고, 랜덤순이 페이징 처리가 안되는건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

둘다 잘 되는데 주석처리를 안지웠네용ㅎㅎ

Copy link
Contributor Author

@rlawngP91 rlawngP91 left a comment

Choose a reason for hiding this comment

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

리뷰 답글 남겼습니다~!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

둘다 잘 되는데 주석처리를 안지웠네용ㅎㅎ

Copy link
Contributor Author

Choose a reason for hiding this comment

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

알겠습니다~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아직 exception을 다 안 만들어서.. 일단 이부분은 map 예외처리할 때 모두 해놓을게요~!

@rlawngP91 rlawngP91 merged commit 2b393eb into dev Aug 7, 2024
1 check passed
@rlawngP91 rlawngP91 deleted the fix/59-fix-search branch August 7, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔Fix Changes that directly address bugs, errors, or any unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix(Map): paging error
3 participants