-
Notifications
You must be signed in to change notification settings - Fork 0
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
User Registration Refactoring #34
base: main
Are you sure you want to change the base?
Conversation
… Since the factory outputs a presenter object, it must be passed as an argument for UserExistsInteractor - rather than created in this class
…eractor, and refactored the code to solve dependency issues
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.
Hi Madhav, your Javadoc and comments makes reviewing easier, so thank you. I mainly focused on your tests and did not have a chance to check all dependencies.
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.
I think your code looks pretty clean ~ nice jobb! I noticed that in your code you get the chats, so I don't think I'll need UserAppScreenGateway's login method then, so I'll delete that
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.
Looks good to me!
Refactored the code related to User Registration and User Login. User Login now follows MVP architectural pattern.