generated from GSM-MSG/MSG-Repository-Generator
-
Notifications
You must be signed in to change notification settings - Fork 1
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
🔀 :: (#163) Implementation Find Password #171
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: errorHandling file 및 Event Class 추가
:: EmailViewModel 작성 및 getEmailAuthenticateStatus 함수 작성
:; sendLinkToEmail 함수 작성
:: InputEmailRoute 작성
:: EmailNavigation 작성
:: InputEmailScreen NavGraphBuilder 작성
:: EmailSendInformRoute 작성
:: EmailSendInformRoute Navigation 파일에 등록
:: EmailViewModel changePassword 함수 작성
:: InputNewPasswordRoute 작성
:; PasswordChangeSuccessRoute 작성
:: InputNewPasswordRoute Navigation 등록
:: PasswordChangeSuceessRoute Navigation 등록
:: Email feature Module BitgoeulNavHost 등록
…테이션 추가 :: NetworkModule에 EmailAPI Provide, EmailViewModel HiltViewModel 어노테이션 추가
… 로직 처리 :: passwordChangeSuccessScreen 등록 및 Email 인증 여부 페이지 Lifecycle을 이용하여 로직 처리
:: findPassword 기능 추가 및 정규식 검증 추가
Closed
wjdcksdn
approved these changes
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 개요
비밀번호 찾기 기능 구현
📃 작업내용
email feature module의 Screen의 기능을 구현했습니다.
🔀 변경사항
위의 Screen이 BitgoeulNavHost에 추가되었습니다.
LoginScreen의 PasswordTextField의 LinkText에 onFindPasswordClick 액션이 추가되었습니다.
🙋♂️ 질문사항
제가 잘못 작성한 부분이 있거나 불필요한 공백, 컨벤션에 맞지 않는 부분이 있다면 알려주세요.
현재 이메일 인증상태를 체크하는 화면에서 Resume이 되었을때 요청을 보내게 하기 위해 LifecycleObserver를 사용중인데 이렇게 사용하는 방식 사용해도 되는지 궁금합니다. 더 좋은 방법이 있다면 알려주세요