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

[#2959] Sync user to eSuite after completing registration #1553

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

swrichards
Copy link
Collaborator

@swrichards swrichards force-pushed the 2959-sync-user-to-esuite-post-registration branch from fbd687c to 8fe71fd Compare January 15, 2025 08:37
@swrichards swrichards changed the title [#2959] Sync userto eSuite after completing registration [#2959] Sync user to eSuite after completing registration Jan 15, 2025
@@ -89,38 +89,6 @@ def _update_eherkenning_user_from_kvk_api(user: User):
user.save()


Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@pi-sigma Note here that this hook did not add much: all DigiD/eHerkenning users would also be logged in upon creation, which would trigger the handler for the user_logged_in flow, so I removed this as it just causes confusion.

@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 93.84615% with 4 lines in your changes missing coverage. Please review.

Project coverage is 94.23%. Comparing base (65b1058) to head (72f8e8a).

Files with missing lines Patch % Lines
src/open_inwoner/accounts/views/registration.py 85.71% 3 Missing ⚠️
src/open_inwoner/openklant/services.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1553   +/-   ##
========================================
  Coverage    94.23%   94.23%           
========================================
  Files         1068     1068           
  Lines        39348    39385   +37     
========================================
+ Hits         37080    37115   +35     
- Misses        2268     2270    +2     

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

@swrichards swrichards marked this pull request as ready for review January 15, 2025 09:03
@swrichards swrichards requested a review from pi-sigma January 15, 2025 09:03
src/open_inwoner/accounts/views/registration.py Outdated Show resolved Hide resolved
src/open_inwoner/accounts/tests/test_auth.py Outdated Show resolved Hide resolved
@swrichards swrichards force-pushed the 2959-sync-user-to-esuite-post-registration branch from 8fe71fd to 7b59861 Compare January 15, 2025 10:42
@swrichards swrichards force-pushed the 2959-sync-user-to-esuite-post-registration branch from 7b59861 to 72f8e8a Compare January 15, 2025 10:42
@swrichards swrichards requested a review from alextreme January 15, 2025 11:14
@alextreme
Copy link
Member

Will merge to ensure we can test this today before the esuite is closed off end-of-day... but I'll only trust this after I see it working

@alextreme alextreme merged commit 520107a into develop Jan 15, 2025
21 checks passed
@alextreme alextreme deleted the 2959-sync-user-to-esuite-post-registration branch January 15, 2025 11:30
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.

4 participants