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

🔀 :: (#458) Artist화면의 상태관리 객체 viewModel -> Reactor 전환 #462

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

baekteun
Copy link
Member

💡 배경 및 개요

Artist 화면의 상태를 관리하는 객체를 viewModel에서 Reactor로 전환했어요.

Resolves: #458

📃 작업내용

  • ArtistReactor 추가
  • ArtistViewModel deprecate

🙋‍♂️ 리뷰노트

이 PR에서는 ArtistViewModel을 제거하지 않고, deprecated처리만 해요.

✅ PR 체크리스트

  • 이 작업으로 인해 변경이 필요한 문서가 변경되었나요? (e.g. XCConfig, 노션, README)
  • 이 작업을 하고나서 공유해야할 팀원들에게 공유되었나요? (e.g. "API 개발 완료됐어요", "XCConfig 값 추가되었어요")
  • 작업한 코드가 정상적으로 동작하나요?
  • Merge 대상 브랜치가 올바른가요?
  • PR과 관련 없는 작업이 있지는 않나요?

Copy link

github-actions bot commented Mar 10, 2024

✅ Successful finished SwiftLint

@github-actions github-actions bot added the ♻️ Refactor 코드 리팩토링 label Mar 10, 2024
Copy link

✅ 이슈와 PR의 Labels 동기화를 성공했어요!

@baekteun baekteun changed the base branch from develop to 457-add-reactorkit-dependency March 10, 2024 13:46
@baekteun baekteun force-pushed the 457-add-reactorkit-dependency branch from 665ea81 to 569201e Compare March 10, 2024 13:47
@baekteun baekteun force-pushed the 458-artist-screen-viewmodel-to-reactorkit branch from 4624868 to 89b8839 Compare March 10, 2024 13:47
@baekteun baekteun force-pushed the 457-add-reactorkit-dependency branch from 569201e to 6f493c5 Compare March 11, 2024 07:11
@baekteun baekteun force-pushed the 457-add-reactorkit-dependency branch from 6f493c5 to 375778f Compare March 11, 2024 08:10
@baekteun baekteun force-pushed the 457-add-reactorkit-dependency branch from 375778f to bfd4df5 Compare March 12, 2024 02:48
Base automatically changed from 457-add-reactorkit-dependency to develop March 12, 2024 06:19
@baekteun baekteun force-pushed the 458-artist-screen-viewmodel-to-reactorkit branch from 89b8839 to ea327d4 Compare March 12, 2024 09:17
@baekteun baekteun force-pushed the 458-artist-screen-viewmodel-to-reactorkit branch from ea327d4 to c04a966 Compare March 12, 2024 09:37
@baekteun baekteun merged commit 4b35254 into develop Mar 12, 2024
3 checks passed
@baekteun baekteun deleted the 458-artist-screen-viewmodel-to-reactorkit branch March 12, 2024 09:54
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.

Artist화면 viewModel -> ReactorKit 전환
4 participants