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

added login route #961

Merged
merged 5 commits into from
Jan 3, 2025
Merged

Conversation

Mir-SA
Copy link
Contributor

@Mir-SA Mir-SA commented Dec 10, 2024

Date: 10/12/24

Developer Name: Sameer Supe


Issue Ticket Number:-

Description:

adds a new login route with new added auth option for google login.
refer design doc & PRD for more details.

note:

this feature is dependent on backend pr.

Is Under Feature Flag

  • Yes
  • No

Database changes

  • Yes
  • No

Breaking changes (If your feature is breaking/missing something please mention pending tickets)

  • Yes
  • No

Is Development Tested?

  • Yes
  • No

Tested in staging?

  • Yes
  • No

Add relevant Screenshot below ( e.g test coverage etc. )

Screenshot
loginRoute.mp4
Screenshot 2
devRoleErr.mp4

Test Coverage

Screenshot

image

@vinit717
Copy link
Member

Please break the PR so it is easy to review

@Mir-SA
Copy link
Contributor Author

Mir-SA commented Dec 11, 2024

Please break the PR so it is easy to review

@vinit717 most of the changes there are around templating/css and some js for component/routing logic,
even if we separate that from testing it would still be fairly big @ ~220 changes or so...
is that fine?

@vinit717
Copy link
Member

Please break the PR so it is easy to review

@vinit717 most of the changes there are around templating/css and some js for component/routing logic, even if we separate that from testing it would still be fairly big @ ~220 changes or so... is that fine?

I'll suggest to break the PR as test case is also missing like header part

tests/constants/urls.js Outdated Show resolved Hide resolved
app/routes/login.js Show resolved Hide resolved
app/routes/application.js Outdated Show resolved Hide resolved
app/routes/application.js Show resolved Hide resolved
app/components/login.hbs Outdated Show resolved Hide resolved
app/components/login.js Show resolved Hide resolved
app/components/login.js Show resolved Hide resolved
app/styles/login.module.css Outdated Show resolved Hide resolved
app/styles/login.module.css Outdated Show resolved Hide resolved
tests/integration/components/login-test.js Show resolved Hide resolved
tests/constants/urls.js Outdated Show resolved Hide resolved
app/components/login.js Outdated Show resolved Hide resolved
@Mir-SA Mir-SA requested a review from shubhdevelop December 20, 2024 17:59
Copy link
Contributor

@shubhdevelop shubhdevelop left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@iamitprakash iamitprakash left a comment

Choose a reason for hiding this comment

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

please update video or SS in PR description

@Mir-SA
Copy link
Contributor Author

Mir-SA commented Jan 3, 2025

please update video or SS in PR description

@iamitprakash have updated both the screenshots.

@Mir-SA Mir-SA requested a review from iamitprakash January 3, 2025 17:48
@iamitprakash iamitprakash merged commit 4000f23 into Real-Dev-Squad:develop Jan 3, 2025
@vikasosmium vikasosmium mentioned this pull request Jan 4, 2025
10 tasks
iamitprakash added a commit that referenced this pull request Jan 6, 2025
* Updated deprecated API endpoint from /users/self to /users?profile=true (#960)

* added login route (#961)

* added login route

* changed styles, templates & scripts

* minor changes in scripts

* updated css

* css changes

* sentence correction (#971)

---------

Co-authored-by: Hariom Vashista <[email protected]>
Co-authored-by: Sameer Supe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: google oauth option
7 participants