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

refactor: ContentDetailFeature 액션 컨벤션 수정 #139

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

ShapeKim98
Copy link
Contributor

#️⃣연관된 이슈

#129

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • ContentDetailFeature 액션 컨벤션 적용

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

close 이슈번호

@ShapeKim98 ShapeKim98 added the Refactor 🏗️ 뚝딱뚝딱 코드 및 구조 수정 label Oct 6, 2024
@ShapeKim98 ShapeKim98 requested a review from stealmh October 6, 2024 15:01
@ShapeKim98 ShapeKim98 self-assigned this Oct 6, 2024
Comment on lines 222 to 214
return .run { send in
await send(.delegate(.컨텐츠_조회_완료))
await send(.inner(.parsingURL))
}
case .즐겨찾기_갱신(let favorite):
return .merge(
.send(.delegate(.컨텐츠_삭제_완료)),
.send(.inner(.URL_유효성_확인))
)
case .즐겨찾기_API_반영(let favorite):
Copy link
Member

Choose a reason for hiding this comment

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

단순 컨벤션 수정이 아니라 로직자체가 바뀌는형탠데 이에 대한 설명이 없네요..?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

단순 컨벤션 수정이 아니라 로직자체가 바뀌는형탠데 이에 대한 설명이 없네요..?

컨텐츠_조회_완료가 맞는데 제가 실수로 컨텐츠_삭제_완료로 했던거 같아요.. 수정하겠습니다..

@stealmh stealmh linked an issue Oct 8, 2024 that may be closed by this pull request
14 tasks
@ShapeKim98 ShapeKim98 merged commit c900429 into develop Oct 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor 🏗️ 뚝딱뚝딱 코드 및 구조 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

액션 컨벤션 정립
2 participants