stable

Clone or download

Read-only

Extract project properties building in a helper

part of request #36882 convert project registration app into vue3 Why? This logic is not related to template itself having it in a helper makes it easier to understand and easier to test Change-Id: I84c54547e18de6603955e54f73e261ce671ec396

Modified Files

Name
M src/scripts/project-registration/src/components/Information/ProjectInformation.test.ts +133 −643 Go to diff View file
M src/scripts/project-registration/src/components/Information/ProjectInformation.vue +16 −62 Go to diff View file
A src/scripts/project-registration/src/helpers/privacy-builder.test.ts +128 −0 Go to diff View file
A src/scripts/project-registration/src/helpers/privacy-builder.ts +72 −0 Go to diff View file