Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 14 forks source link

Refine MailingAddress data for local test users #78

Closed andreas-didriksen closed 5 months ago

andreas-didriksen commented 8 months ago

Description

This pull request aims to standardize the "MailingAddress" field for local test users to align with the expected format in Altinn tt02 and production environments. Currently, the "MailingAddress" field for local test users consists of the concatenation of the AddressStreetName and AddressHouseNumber fields. However, to ensure consistency and minimize discrepancies between environments, it's proposed that the "MailingAddress" for all local test users should be composed of the AddressStreetName, AddressHouseNumber, AddressHouseLetter, MailingPostalCode and MailingPostalCity fields.

This change ensures that the prefill data displayed in the local test environment mirrors that of Altinn tt02 and production environments, thereby preventing unexpected discrepancies and reducing additional work for application developers.

Related Issue(s)

Verification

Documentation