stable

Clone or download

Read-only

Have a better structure for vue app

part of story #8283 Enhance project creation user experience No functional changes. In order to have a more understandable structure: - all files are under their step namespace: => everything about template selection in under Templates => everything about additionnal project information is under Information - add consistency for svg: all svg are suffixed with svg - remove Tuleap from template everywhere, the only thing that is specific for tuleap are templates provided by tuleap => the Tuleap template list is under its own namespace Change-Id: Icebff0f5731ba605a1ff9d6f515142f3536999ef

Modified Files

Name
R src/www/scripts/project/registration/src/components/ProjectInformation/ProjectInformation.test.ts Go to diff View file
R src/www/scripts/project/registration/src/components/ProjectInformation/ProjectInformation.vue Go to diff View file
R src/www/scripts/project/registration/src/components/ProjectInformation/ProjectInformationFooter.test.ts Go to diff View file
R src/www/scripts/project/registration/src/components/ProjectInformation/ProjectInformationFooter.vue Go to diff View file
R src/www/scripts/project/registration/src/components/ProjectInformation/ProjectInformationSvg.vue Go to diff View file
R src/www/scripts/project/registration/src/components/ProjectList.test.ts Go to diff View file
R src/www/scripts/project/registration/src/components/ProjectList.vue Go to diff View file
R src/www/scripts/project/registration/src/components/NewProjectBoxes.vue Go to diff View file
R src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateCard.test.ts Go to diff View file
R src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateCard.vue Go to diff View file
R src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateFooter.test.ts Go to diff View file
R src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateFooter.vue Go to diff View file
R src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateList.vue Go to diff View file
M src/www/scripts/project/registration/src/router/index.ts +3 −3 Go to diff View file