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

eSuite user syncing refactors #1546

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

swrichards
Copy link
Contributor

@swrichards swrichards commented Jan 9, 2025

Some ground-clearing in preparation for a PR to actually sync new user data to eSuite upon user creation.

@swrichards swrichards force-pushed the 2059-sync-user-to-klant-systeem-on-create branch from ac63e0f to ed85115 Compare January 9, 2025 15:40
@swrichards swrichards force-pushed the 2059-sync-user-to-klant-systeem-on-create branch from ed85115 to 928216d Compare January 9, 2025 16:43
@swrichards swrichards changed the title Sync users to eSuite upon klant creation eSuite user syncing refactors Jan 9, 2025
@swrichards swrichards requested a review from pi-sigma January 9, 2025 17:05
@swrichards swrichards marked this pull request as ready for review January 9, 2025 17:08
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 93.47826% with 6 lines in your changes missing coverage. Please review.

Project coverage is 94.24%. Comparing base (fbae2b8) to head (928216d).

Files with missing lines Patch % Lines
src/open_inwoner/accounts/signals.py 88.23% 2 Missing ⚠️
src/open_inwoner/cms/cases/views/status.py 77.77% 2 Missing ⚠️
src/open_inwoner/openklant/services.py 86.66% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1546      +/-   ##
===========================================
+ Coverage    94.13%   94.24%   +0.11%     
===========================================
  Files         1064     1065       +1     
  Lines        39302    39313      +11     
===========================================
+ Hits         36997    37052      +55     
+ Misses        2305     2261      -44     

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

voorvoegselAchternaam: str
achternaam: str
class KlantWritePayload(TypedDict, total=False):
"""The writable fields for en eSuite klant.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"""The writable fields for en eSuite klant.
"""The writable fields for an eSuite klant.

voornaam: str
voorvoegselAchternaam: str
achternaam: str
class KlantWritePayload(TypedDict, total=False):
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps the name itself (not just the comment) should make clear that this is intended for eSuite: KlantWritePayloadESuite or the like?

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.

3 participants