Skip to content

Conversation

@martinaCampoli
Copy link
Contributor

@martinaCampoli martinaCampoli commented Sep 30, 2025

  • Added personal data radio button in create eservice (step general)
  • Added alert and section in risk analysis step
  • Added personal data field in eservice summary page
  • Added tooltip on publish action if personal data is undefined
  • Added alert for missing personal data value when creating an eservice from template (PIN-7860)
  • Added feature flag

@martinaCampoli martinaCampoli force-pushed the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch 2 times, most recently from 76ec053 to 975adc1 Compare October 1, 2025 13:43
@martinaCampoli martinaCampoli force-pushed the feature/PIN-7315-guideline-adaptation branch from cbb5f08 to 2811a0f Compare October 9, 2025 07:34
@martinaCampoli martinaCampoli force-pushed the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch 5 times, most recently from 3bc5bc3 to d86da1f Compare October 13, 2025 15:21
@martinaCampoli martinaCampoli marked this pull request as ready for review October 13, 2025 15:33
@martinaCampoli martinaCampoli force-pushed the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch 2 times, most recently from 8a420e7 to 1273f49 Compare October 14, 2025 14:59
@martinaCampoli martinaCampoli changed the title Feature/pin 7581 add personal data field create and summary page Feature/pin 7581 7860 add personal data field create and summary page Oct 14, 2025
@martinaCampoli martinaCampoli force-pushed the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch 2 times, most recently from aa1eafa to 96fad36 Compare October 20, 2025 14:04
sx={{ mb: 0, mt: 3 }}
onValueChange={(mode) => onEserviceModeChange!(mode as EServiceMode)}
/>
{FEATURE_FLAG_ESERVICE_PERSONAL_DATA === 'true' && (
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you check if is true comparing it with a string?
In order to have a boolean value you can add (on env.ts file)

FEATURE_FLAG_ESERVICE_PERSONAL_DATA: z.enum(['true', 'false']).default('false').transform((value) => value === "true")

@martinaCampoli martinaCampoli force-pushed the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch from 9b2e0a9 to 86ba408 Compare October 21, 2025 10:01
@martinaCampoli martinaCampoli force-pushed the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch from eeee60f to 177af25 Compare October 23, 2025 08:44
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
26.6% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@martinaCampoli martinaCampoli merged commit 02167d5 into feature/PIN-7315-guideline-adaptation Oct 23, 2025
5 of 6 checks passed
@martinaCampoli martinaCampoli deleted the feature/PIN-7581-add-personal-data-field-create-and-summary-page branch October 23, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants