-
Notifications
You must be signed in to change notification settings - Fork 3
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
Aparte velden voor Nederlandse adressen naast adresregel 1 t/m 3 voor buitenlandse adressen #309
Comments
@VerbeekIT vult aan bij eventuele alternatieve voorstellen |
@joeribekker needs to validate this with existing patterns in APIs before @danielmursa-dev can pick this up. |
Approved by Alex-proxy due to prio. |
I checked the existing patterns and the new fields to be added with their validations are as follows:
In addition, there is also the Before proceeding, I would like to confirm the new fields to be added |
@danielmursa-dev you have permission to continue, @VerbeekIT or @joeribekker may have comments but the specified fields and validation are in line with my issue |
@danielmursa-dev<https://github.com/danielmursa-dev> is country already a separate attribute ? If nit please add it as a separate attribute.
straatnaam -> string -> [255]
huisnummer -> int -> [1, 99999]
huisnummertoevoeging -> string -> [20]
postcode -> string -> '^[1-9]{1}[0-9]{3}[a-zA-Z]{2}$' -> example: '6922KZ'
stad -> string -> [255]
Country -> enum ? The country dettermines wich format should be used for NL the format a above, for other counties the existing format.
Jan Verbeek
Architect Zaak gerichte dienstverlening
E: ***@***.******@***.***>
M: +316 4624 3617
[cid:16bf04c8-97b8-486e-a558-cb520f085045]
www.denhaag.nl<http://www.denhaag.nl/>
…________________________________
Van: Alex de Landgraaf ***@***.***>
Verzonden: dinsdag 4 februari 2025 15:28
Aan: maykinmedia/open-klant ***@***.***>
CC: Jan Verbeek ***@***.***>; Mention ***@***.***>
Onderwerp: Re: [maykinmedia/open-klant] Aparte velden voor Nederlandse adressen naast adresregel 1 t/m 3 voor buitenlandse adressen (Issue #309)
LET OP!: Deze e-mail komt van buiten de organisatie. Klik niet op links en open geen bijlagen tenzij u de afzender herkent en weet dat de inhoud veilig is.
@danielmursa-dev<https://github.com/danielmursa-dev> you have permission to continue, @VerbeekIT<https://github.com/VerbeekIT> or @joeribekker<https://github.com/joeribekker> may have comments but the specified fields and validation are in line with my issue
—
Reply to this email directly, view it on GitHub<#309 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKOD5X4Y2LIYQLZ7BX3MW5T2ODE7DAVCNFSM6AAAAABT7FS2WWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZUGEZDQNZZHE>.
You are receiving this because you were mentioned.
De disclaimer van toepassing op e-mail van de gemeente Den Haag vindt u op: https://www.denhaag.nl/disclaimer
|
Thema / Theme
Klantinteracties API
Omschrijving / Description
Het is te makkelijk om te denken dat voor elk adres er een BAG-id beschikbaar is. Voorkeur heeft ook vanuit Den Haag om straatnaam, huisnummer, toevoeging, postcode en stad velden toe te voegen. Hier dient dan ook validatie op uit te voeren (bijvoorbeeld validatie op Nederlandse postcodes)
Adresregels 1 t/m 3 wel intact laten voor buitenlandse velden.
Toegevoegde waarde / Added value
Betere datavalidatie en werking van Open Klant zonder BAG-id
Aanvullende opmerkingen / Additional context
No response
The text was updated successfully, but these errors were encountered: