-
Notifications
You must be signed in to change notification settings - Fork 0
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] 공지사항 기능 구현 #19
The head ref may contain hidden characters: "feat/#17-\uACF5\uC9C0\uC0AC\uD56D-\uAE30\uB2A5-\uAD6C\uD604"
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.
고생하셨습니다! 일부 궁금한 사항 질문으로 남겼으니 확인 부탁드려요!
src/main/java/com/example/eatmate/app/domain/notice/domain/repository/NoticeRepository.java
Show resolved
Hide resolved
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.
고생하셨습니다! 리뷰 남겨놨으니 확인 부탁드려요 ! 🙂
src/main/java/com/example/eatmate/app/domain/notice/domain/Notice.java
Outdated
Show resolved
Hide resolved
src/main/java/com/example/eatmate/app/domain/notice/service/NoticeService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/example/eatmate/app/domain/notice/service/NoticeService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/example/eatmate/app/domain/notice/dto/NoticeResponseDto.java
Outdated
Show resolved
Hide resolved
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.
좋은 의견 공유해주셔서 감사합니다! 리뷰 사항 해결되었습니다!
개요
PR 유형
어떤 변경 사항이 있나요?
다수 공지사항 조회의 경우, 파라미터로 pageNumber 와 pageSize 을 받습니다.
가장 최근 공지사항부터 조회하며,
pageNumber은 0부터 조회할 수 있습니다
pageNumber : (전체 글/pageSize) 개의 페이지 중 원하는 페이지 번호
pageSize : 한 페이지에 포함되는 공지사항의 개수
새로운 기능 추가
버그 수정
CSS 등 사용자 UI 디자인 변경
코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
코드 리팩토링
주석 추가 및 수정
문서 수정
테스트 추가, 테스트 리팩토링
빌드 부분 혹은 패키지 매니저 수정
파일 혹은 폴더명 수정
파일 혹은 폴더 삭제
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
📣 To Reviewers