Deepesh#8
Open
deepeshgrover wants to merge 9 commits into
Open
Conversation
- Used AWS Cognito for both, registration and login. And a YouTube video for reference on how to build the same. Currently, the code is almost the same as that given in the video, but we will make changes in upcoming commits. - The build.gradle file has 2 extra implementations which are included in the last 2 lines of the file. They are for the AWS Cognito Identity Provider and Core SDKs. - There is a small fade-in animation in the Signup page, which loads by default for now. When the sign-up is successful, the Login activity is loaded and a background login is performed by passing the given credentials. - There are two fields, Address and Birthdate, which have been defaulted to set values for now as there are no XML elements in the sign-up page to retrieve them from. - The entire log of successful and unsuccessful registration and login can be seen in the Run terminal in Android studio as it has been logged using the Log.i() function. Therefore, even if the XML display of the Login page doesn't redirect to an account home page after successful login, for now, you can see if it has been so in the Run terminal. - Otherwise, the TextActivity is running perfectly fine, as the chatbot backend communicates with the Orderflowers_dev branch and the frontend responds to the user with appropriate responses.
Login and sign-up done!
Revert "Login and sign-up done!"
This file contains hidden or 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
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.
Akhilesh check if it is working okay