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

[Logic] 홈 화면에서 회원가입 관련 화면 띄우는 로직 변경해야 함 #8

Open
malibinYun opened this issue Mar 22, 2021 · 1 comment
Labels
중요 중요도 최상 / 서비스 이용에 문제가 생김

Comments

@malibinYun
Copy link
Contributor

현재는 홈에서 목표를 서버로부터 불러오면, 그 데이터의 유무를 구독함.
없으면 해당 데이터를 받는 액티비티를 띄움.
이러다보니 순서가 보장되지 않음.

다른 방법으로 변경해야함. 닉네임도 추가되었기 때문에.
지금은 전체 목표 설정을 끝내면, 주간 목표 액티비티를 띄우는 의존성이 물린 구조임.

두 액티비티 간의 의존성을 떼내고, Home에서 로직으로 해당 데이터를 관리하는 게 좋다고 판단됨.

무작정 홈에 들어와서,

  • 닉네임 유무 확인, 없으면 띄우고 있으면 다음
  • 전체 목표 화인, 없으면 띄우고 있으면 다음
  • 주간 목표 화인, 없으면 띄우고 있으면 다음

이놈들 순서가 보장이 되어야 함.

@malibinYun malibinYun added the 중요 중요도 최상 / 서비스 이용에 문제가 생김 label Mar 22, 2021
@malibinYun
Copy link
Contributor Author

세 액티비티 끼리의 의존성은 유지하고
데이터가 비어있을 때만 띄우게 만들자 그냥.

그니까 기존 방식을 유지한다는 뜻임.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
중요 중요도 최상 / 서비스 이용에 문제가 생김
Projects
None yet
Development

No branches or pull requests

1 participant