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레이어에서의 Keychain을 직접 사용 코드 리팩토링 #477

Closed
baekteun opened this issue Mar 14, 2024 · 0 comments · Fixed by #485, #486, #487 or #488
Closed

Feature레이어에서의 Keychain을 직접 사용 코드 리팩토링 #477

baekteun opened this issue Mar 14, 2024 · 0 comments · Fixed by #485, #486, #487 or #488
Assignees
Labels
♻️ Refactor 코드 리팩토링

Comments

@baekteun
Copy link
Member

baekteun commented Mar 14, 2024

할 일

Feature 레이어에서 ViewController, ViewModel들이 Keychain을 직접 사용하는 코드가 있어요. (e.g. 로그아웃)
해당 코드들을 리팩토링해요.

  1. UseCase 래핑
  2. LOGOUT 전역함수에서 Noti 날리는 것을 Presentation으로 로직 완전 이동

추가사항

No response

@baekteun baekteun added the ♻️ Refactor 코드 리팩토링 label Mar 14, 2024
@baekteun baekteun self-assigned this Mar 31, 2024
@baekteun baekteun linked a pull request Apr 13, 2024 that will close this issue
5 tasks
baekteun added a commit that referenced this issue Apr 14, 2024
baekteun added a commit that referenced this issue Apr 14, 2024
baekteun added a commit that referenced this issue Apr 14, 2024
baekteun added a commit that referenced this issue Apr 14, 2024
baekteun added a commit that referenced this issue Apr 14, 2024
🔀 :: (#477) Feature 레이어의 로그아웃 로직 리팩토링
baekteun added a commit that referenced this issue Apr 14, 2024
baekteun added a commit that referenced this issue Apr 14, 2024
…e-on-presentation-label

🔀 :: (#477) Feature 레이어에서의 keychain 직접 사용 코드 리팩토링
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment