stable
Clone or download
Read-only
part of story #8283 Enhance project creation user experience How to test: Have some projects fields needed at project creation => they are displayed during project creation process If some fields, the project is created with correct values Change-Id: Iefe72787f69a8a585fa227a96cc8589e830c2495
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/DescriptionFieldsFactory.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenter.php | +6 | −0 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php | +11 | −3 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +4 | −1 | Go to diff View file |
M | src/templates/project/registration/project-registration.mustache | +1 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/index.ts | +9 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/api/rest-querier.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Approval/ProjectApproval.test.ts | +2 | −1 | Go to diff View file |
R | src/www/scripts/project/registration/src/components/Field/FieldDescription.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Field/FieldDescription.vue | Go to diff View file | ||
A | src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.test.ts | +61 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.vue | +63 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/Information/Fields/__snapshots__/FieldsList.test.ts.snap | +7 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +36 | −6 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue | +39 | −5 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.test.ts | +16 | −35 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.vue | +19 | −22 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/TroveCat/__snapshots__/TroveCategoryList.test.ts.snap | +9 | −11 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/getters.test.ts | +8 | −4 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/state.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/type.ts | +2 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/type.ts | +14 | −0 | Go to diff View file |