Skip to content
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

Feature: Signup and login screens #28

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

munezeromicha
Copy link
Contributor

@munezeromicha munezeromicha commented May 6, 2024

Feature: Enhanced User Authentication Screens
Overview:
This pull request introduces significant enhancements to the user authentication flow within the application. It primarily focuses on refining the login and signup experiences to provide users with seamless access to our platform.

Key Changes:

Initial Screen:

  1. Added a versatile entry point screen where users can either log in using their email and password or opt for a hassle-free social media authentication via platforms like Apple, Google, and Facebook.

  2. Implemented logic to handle both traditional and social media login methods effectively.

Login Screen:

  1. Integrated functionality to authenticate users securely using their email and password credentials.

Signup Screen:

  1. Redesigned the signup process for a more streamlined approach.

Why this PR is Important:

  1. Enhanced User Experience: By providing multiple authentication options upfront, we empower users to choose the method that best suits their preferences.

  2. Modernized Authentication Flow: The updated login and signup screens align with contemporary design standards, enhancing the overall aesthetics and usability of our application.

Screenshots:

Screenshot 1 Screenshot 2 Screenshot 3

@munezeromicha munezeromicha force-pushed the ft-signup-and-login branch from 5137093 to 8dd2d47 Compare May 6, 2024 08:08
@Nkbtemmy
Copy link
Member

Nkbtemmy commented May 6, 2024

Please do request reviewers and select milestone and project as well and do rebase !!

@Nkbtemmy Nkbtemmy added Fix A fix to a problem Need Rebase Rebase from develop labels May 6, 2024
@munezeromicha munezeromicha force-pushed the ft-signup-and-login branch from 2c54de4 to 1aa17bf Compare May 6, 2024 20:42
@codecov-commenter
Copy link

codecov-commenter commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.00%. Comparing base (0cf82c1) to head (40e4f83).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #28   +/-   ##
========================================
  Coverage    75.00%   75.00%           
========================================
  Files            3        3           
  Lines           20       20           
  Branches         3        3           
========================================
  Hits            15       15           
  Misses           5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@munezeromicha munezeromicha force-pushed the ft-signup-and-login branch from 1aa17bf to 2433ae1 Compare May 6, 2024 21:10
@mukunzidd mukunzidd added this to the Mobile App UI milestone May 7, 2024
@munezeromicha munezeromicha force-pushed the ft-signup-and-login branch from 2433ae1 to 0fb4b2b Compare May 7, 2024 15:10
@munezeromicha munezeromicha linked an issue May 7, 2024 that may be closed by this pull request
3 tasks
@Irirwanirira Irirwanirira requested review from Irirwanirira and removed request for 23nosurrend May 7, 2024 16:58
Copy link
Contributor

@Irirwanirira Irirwanirira left a comment

Choose a reason for hiding this comment

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

Good job

@Irirwanirira Irirwanirira added Need Review Requires reviews and removed Fix A fix to a problem Need Rebase Rebase from develop labels May 7, 2024
@munezeromicha munezeromicha force-pushed the ft-signup-and-login branch from 0fb4b2b to 40e4f83 Compare May 7, 2024 20:03
@munezeromicha munezeromicha self-assigned this May 7, 2024
@Nkbtemmy Nkbtemmy merged commit 57d2b40 into develop May 8, 2024
13 of 14 checks passed
@munezeromicha munezeromicha added Feature Feature issues and removed Need Review Requires reviews labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Sign up and sign In 2
6 participants