Skip to content

Conversation

@ahmednasr8898
Copy link
Contributor

@ahmednasr8898 ahmednasr8898 commented Jul 25, 2023

Proposed Changes

  • integrate registration use case.

Related Issues

N/A.

Additional Information

N/A.

Screenshot

N/A.

Checklist

  • I have tested these changes locally.
  • I have added appropriate documentation or updated existing documentation.
  • I have added appropriate test coverage or updated existing test coverage.
  • I have updated the changelog (if applicable).
  • I have followed the project's code style and formatting guidelines.
  • I have reviewed and adhered to the project's contributing guidelines.

@ahmednasr8898 ahmednasr8898 self-assigned this Jul 25, 2023
Copy link
Contributor

@ahmdmhasn ahmdmhasn left a 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.
Copy link
Contributor

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 {
Copy link
Contributor

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

Copy link
Contributor Author

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

Comment on lines 23 to 24
return User(email: response.email, tokenID: response.tokenId)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return User(email: response.email, tokenID: response.tokenId)
return User(email: response.email, tokenID: response.tokenId)

@ahmednasr8898 ahmednasr8898 requested a review from ahmdmhasn July 26, 2023 20:47
Base automatically changed from feat/handle-and-integrate-login-use-case to develop August 4, 2023 09:12
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.

4 participants