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-72] 사업자 번호 조회및 아이디 패스워드 검증 기능 구현 #15

Merged
merged 7 commits into from
Jul 9, 2024

Conversation

J0onYEong
Copy link
Contributor

@J0onYEong J0onYEong commented Jul 9, 2024

변경사항

센터장 회원가입 기능을 사용할 수 있습니다.
초기에는 모든 입력 스트림을 CombineLatest로 합쳐 데이터를 종합한 후 회원가입을 진행하려고 하였습니다.
하지만, 각자다른 타입이 추상화된 Observable들을 한곳에 뭉치는 것은 IDE가 컴파일도 전인 타입 추적단계에서 부터 딜레이가 발생하였습니다.
제네릭은 컴파일 타임에 구체타입이 결정되기는 하지만, IDE를 사용한 원할한 진행을 위해 상태를 관리하는 개체를 Entity모듈에 생성하였습니다.

스크린샷 2024-07-09 오후 7 32 58

헤당 객체는 뷰모델에서 관리됩니다.

스크린샷 2024-07-09 오후 7 33 20

마지막 버튼 클릭시 회원가입이 진행되며 해당 매서드의 매개변수로 객체가 전달됩니다.

스크린샷 2024-07-09 오후 7 34 55

뷰모델이 재사용될 수 있음으로 회원가입 시도후 해당 객체의 프로퍼티를 초기화 합니다.

스크린샷 2024-07-09 오후 7 35 36

@J0onYEong J0onYEong merged commit f891382 into develop Jul 9, 2024
1 check passed
@J0onYEong J0onYEong deleted the feature/auth_business branch July 9, 2024 10:38
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