-
Notifications
You must be signed in to change notification settings - Fork 1
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: 부스 공지 삭제 API #268
Feat: 부스 공지 삭제 API #268
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.
확인했습니다! 수고하셨습니다. 👍
사용된 로직 부분은 이 메소드를 활용해볼까 하는데 의견 남겨주세요!
혹시 이 부분은 해당 메서드를 이 BoothNoticeService 외의 다른 서비스들에서도 권한을 확인 하는 메서드로 활용한다는 의미실까요? 제가 작성했던 권한 확인 클래스 분리는 모든 서비스에서 사용되도록 구상한 내용이라 같은 의미인지 궁금해서 질문드려요! 만약 그렇게 된다면 매개변수 부분을 Booth로 변경해 사용하면 좋을 것 같네요 😃
src/main/java/com/openbook/openbook/service/booth/BoothNoticeService.java
Outdated
Show resolved
Hide resolved
아 제가 이해했던건 다른 서비스에서도 사용하는 느낌은 아니었고 그냥 클래스에 메소드를 따로 분리만 해두는 느낌으로 말씀드렸던건데 그냥 이 클래스에서 notice 객체를 가지고 확인하는 것도 좋아보이네요! |
private 메소드 위치 수정 했습니다! 의견 감사합니다 😊 |
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.
확인했습니다! 수고하셨습니다~
한 가지 의견도 남겼는데 반영되면 바로 머지하면 될 것 같습니다!
Summary
DELETE /booths/notices/{notice_id}
Key Changes
Testing
To Reviewers