-
Notifications
You must be signed in to change notification settings - Fork 3
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 246 공지사항 삭제 기능 구현 #248
The head ref may contain hidden characters: "feature-246-\uACF5\uC9C0\uC0AC\uD56D-\uC0AD\uC81C"
Conversation
- 응답DTO를 여러개 구현할 예정으로 변경되어 생성응답DTO라고 구체화하는 이름인 NoticeCreateResponseDto로 수정
- 공지사항 수정 요청 및 응답 DTO 구현
- 공지사항 수정 DTO 수정 - 공지사항 수정 서비스 구현 - 공지사항 수정 컨트롤러 구현
- 공지사항 삭제 서비스 구현 - 공지사항 삭제 컨트롤러 구현
module-service/src/main/java/com/checkping/service/notice/NoticeServiceImpl.java
Show resolved
Hide resolved
module-service/src/main/java/com/checkping/dto/notice/response/NoticeUpdateResponseDto.java
Show resolved
Hide resolved
module-api/src/main/java/com/checkping/api/controller/notice/NoticeController.java
Show resolved
Hide resolved
|
||
private String priority; | ||
|
||
public Notice toEntity(){ |
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.
이 메서드는 어디에서 사용될까요? 서비스 코드에서는 notice id 로 find 를 해서 나온 결과인 notice 엔티티를 사용하는 것 같아서요
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.
제거하겠습니다!
🚀 Pull Request
공지사항 삭제 기능
#️⃣ 이슈번호
#246
📋 작업 내용
공지사항 삭제 기능