-
Notifications
You must be signed in to change notification settings - Fork 12
feat: [HL-87] Registration <> Handle and integrate registration use case. #101
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
base: develop
Are you sure you want to change the base?
feat: [HL-87] Registration <> Handle and integrate registration use case. #101
Conversation
add mock Data for LoginUseCase until Actual Request is finished
ahmdmhasn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
| func bindLoadingIndicator() { | ||
| viewModel.loadingIndicatorPublisher | ||
| .sink { _ in | ||
| // TODO: Show loading indicator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's show it using the loading on the button
| import Domain | ||
| import Networking | ||
|
|
||
| extension Container { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add it to another file in the same folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you more explain about this comment ? @ahmdmhasn
| return User(email: response.email, tokenID: response.tokenId) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| return User(email: response.email, tokenID: response.tokenId) | |
| return User(email: response.email, tokenID: response.tokenId) |
Proposed Changes
Related Issues
N/A.
Additional Information
N/A.
Screenshot
N/A.
Checklist