This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains 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
…tication processes
…g with non-deserializable body of error response
Created a test class for the AuthApi using MockWebServer with a simple login test.
add base navigation graph with fragments and base ui implementations
Improved the format of the code of the tests.
Added the Response<ResponseBody> return type for the methods in the API where there is no JSON response described in Swagger.
- Set up UI components and navigation - Validate user input and handle registration process - Check if the user is already registered and handle captain status
…istration Feature: load groups during registration
Made the constraints symmetrical for the centered elements.
Made the constraints symmetrical for the centered elements.
Made the constraints symmetrical for the centered elements. Also, added a newline symbol for the personal data processing agreement text.
Fixed the layouts of WelcomeFragment, RegistrationFragment, and ContinueRegistrationFragment
Implemented processing of a link sent via email in VerifyEmailFragment. If it was launched with deeplink then it takes the token and sends email verification request, handling its result. Else, it just tells to check the mailbox.
Feature: token from deeplinks
…g is also implemented. Improved navigation, added request-method for password reseting
Login and ResetPassword views are implemented
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request focuses on the development of the registration module within the FictAdvisor project, encompassing all necessary components for both login and registration functionalities. Key highlights of this development iteration include: