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

Feature 246 공지사항 삭제 기능 구현 #248

Closed
wants to merge 5 commits into from

Conversation

quickestfunctioning
Copy link
Contributor

@quickestfunctioning quickestfunctioning commented Jan 24, 2025

🚀 Pull Request

공지사항 삭제 기능

#️⃣ 이슈번호

#246

📋 작업 내용

공지사항 삭제 기능

 - 응답DTO를 여러개 구현할 예정으로 변경되어 생성응답DTO라고 구체화하는 이름인 NoticeCreateResponseDto로 수정
 - 공지사항 수정 요청 및 응답 DTO 구현
 - 공지사항 수정 DTO 수정
 - 공지사항 수정 서비스 구현
 - 공지사항 수정 컨트롤러 구현
 - 공지사항 삭제 서비스 구현
 - 공지사항 삭제 컨트롤러 구현

private String priority;

public Notice toEntity(){
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 메서드는 어디에서 사용될까요? 서비스 코드에서는 notice id 로 find 를 해서 나온 결과인 notice 엔티티를 사용하는 것 같아서요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

제거하겠습니다!

@quickestfunctioning quickestfunctioning deleted the feature-246-공지사항-삭제 branch January 31, 2025 09:36
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.

[FEATURE] 공지사항 삭제
4 participants