-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(#49) user story as a new rider i want to provide my personal information to create an account #50
Merged
chriscoderdr
merged 17 commits into
main
from
49-user-story-as-a-new-rider-i-want-to-provide-my-personal-information-to-create-an-account
Nov 6, 2024
Merged
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
…information to create an account. - added shared library for login,register components
…information to create an account. - fixes regarding facebook/react#24928
…information to create an account. - fixes regarding shared library - added input text component to shared library
…information to create an account. - moving components we made in driver app to the shared library
…information to create an account. - fixes on shared components
…information to create an account. - moving some logic from driver app to rider app (maybe we can share later) - adding dependencies in rider app
…information to create an account. - fixing imports - adding some dependencies - fixes
…information to create an account. - implemented login/sign up form reusing components from driver app
…information to create an account. - fixes regarding shared components
…information to create an account. - after a lot of trial and error trying to use the shared library i changes to use library as file: because the workspace link was not working for some reason - added watch command which listen to changes in src of the library, recompiles and reinstall modules in rider app (for now)
…information to create an account. - fixing shared module types not exporting/module resolution of types not working
…information to create an account. - login logic (changed a bit from the driver, we will update the driver app later)
…information to create an account. - moving fetching logic to store, moving error logic to store
…information to create an account. - adding patches to fix arning on country picker - register logic - adding in shared components a way to pass method to go to login
…information to create an account. - adding login to user
…information to create an account. - refactoring - deleting no neded stuff from the driver
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.
Description
Please include a summary of the change and which issue is fixed. Include relevant context, motivation, and background.
Fixes # (issue)
Type of Change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include any relevant details for your test configuration.
Checklist: