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] Timer 관련 로직 ViewModel로 편입 #71

Open
5 tasks
jeong-hyeonHwang opened this issue May 20, 2023 · 0 comments
Open
5 tasks

[REFACTOR] Timer 관련 로직 ViewModel로 편입 #71

jeong-hyeonHwang opened this issue May 20, 2023 · 0 comments
Assignees
Milestone

Comments

@jeong-hyeonHwang
Copy link
Contributor

jeong-hyeonHwang commented May 20, 2023

문제 상황

  • 앱 내부에서 사용되는 Timer와 관련된 로직이 View 계층에 존재

반영 형태 및 SEQUENCE

  1. Timer 관리를 위한 Custom Class 생성
  • parameter로 갱신 주기 설정 etc를 담당하는 형태로
  1. Timer의 Counter를 받아 UI 갱신을 담당하는 작업만 View 계층에서 이루어지도록 변경

Timer 사용부

  • Education - Lecture
  • Education - Posture
  • Call
  • Dispatch

TODO

  • Custom Class 작성

Timer 관련 로직 호출부 변경

  • Education - Lecture
  • Education - Posture
  • Call
  • Dispatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant