-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: develop
Are you sure you want to change the base?
Conversation
ac63e0f
to
ed85115
Compare
ed85115
to
928216d
Compare
Codecov ReportAttention: Patch coverage is
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. |
voorvoegselAchternaam: str | ||
achternaam: str | ||
class KlantWritePayload(TypedDict, total=False): | ||
"""The writable fields for en eSuite klant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"""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): |
There was a problem hiding this comment.
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?
Some ground-clearing in preparation for a PR to actually sync new user data to eSuite upon user creation.