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

[IDLE-90] 요양 보호사 회원가입 및 로그인 기능 연동 #24

Merged
merged 6 commits into from
Jul 25, 2024

Conversation

J0onYEong
Copy link
Contributor

@J0onYEong J0onYEong commented Jul 25, 2024

변경사항

  • 센터장, 요양보호사 로그인에 대해 옵저버 패턴 수정
  • 회원가입, 로그인에 필요한 API연동 완료
  • 요양보호사 로그인시 새로운 UI적용

센터장, 요양보호사 로그인에 대해 옵저버 패턴 수정

ViewModel의 Output을 모두 Driver로 수정하였습니다.

회원가입, 로그인에 필요한 API연동 완료

  • 센터장은 회원가입 성공시 곧바로 로그인 API를 호출하여 로그인 합니다.
  • 요양보호사의 경우 번호인증에서 로그인 API를 호출하여 기존 회원여부를 확인합니다, 기존회원이 아니라면 기존의 방식과 동일하게 번호인증을 진행합니다.

요양보호사 로그인시 새로운 UI적용

디자인이 변경되어 새로운 화면을 구현하였습니다.

번외

번호인증을 하는 과정이 다소 복잡하다고 판단하여 UML다이어그램을 작성해 보았습니다.
image

@J0onYEong J0onYEong requested a review from monibu1548 July 25, 2024 05:30
@J0onYEong J0onYEong merged commit 7476176 into develop Jul 25, 2024
1 check passed
@J0onYEong J0onYEong deleted the feature/bind_auth_api branch July 25, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant