stable

Clone or download

Read-only

Slug project name

part of story #8283 Enhance project creation user experience How to test: add values into project name, the shortname is slugified under: - permitted characters are alphanuemrical - french accents should not break the slugify - error message is displayed when short name is shorter than 3 characters - error message is displayed when short name start by a numerical character Change-Id: I617bd7c2817dc9133613fbef1e94386e8a8ceb38

Modified Files

Name
M src/www/scripts/package-lock.json +5 −0 Go to diff View file
M src/www/scripts/package.json +2 −1 Go to diff View file
M src/www/scripts/project/registration/po/fr_FR.po +11 −0 Go to diff View file
A src/www/scripts/project/registration/src/components/Information/Input/ProjectName.test.ts +81 −0 Go to diff View file
A src/www/scripts/project/registration/src/components/Information/Input/ProjectName.vue +77 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue +6 −15 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/_project-registration.scss +1 −4 Go to diff View file
A src/www/themes/BurningParrot/css/project-registration/includes/_project-information.scss +34 −0 Go to diff View file