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

AdminPostingController의 로직을 Service 코드 내부로 옮긴다. #476

Open
1 task
gusah009 opened this issue Jan 9, 2023 · 0 comments
Open
1 task
Assignees
Labels
👀 good first issue Good for newcomers ❤️ refactor 코드 리팩토링 (기능상 변경이 없어야 함)

Comments

@gusah009
Copy link
Member

gusah009 commented Jan 9, 2023

이슈 내용

removePosting() 메서드 내부의 비즈니스 로직이 Controller에서 처리되고 있습니다.

이 경우 OSIV 설정을 끌 경우 트랜잭션의 영향을 받지도 못하고, Service 코드가 있음에도 Controller에 비즈니스 로직이 있는 건 옳지 않습니다.

얼른 removePosting()의 코드를 Service 코드 안으로 넣어줍시다.

이슈 수행 사항

  • removePosting()의 코드를 Service 코드 안으로 넣기
@gusah009 gusah009 added ❤️ refactor 코드 리팩토링 (기능상 변경이 없어야 함) 👀 good first issue Good for newcomers labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 good first issue Good for newcomers ❤️ refactor 코드 리팩토링 (기능상 변경이 없어야 함)
Projects
None yet
Development

No branches or pull requests

2 participants