-
Type: Story
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.8 Larks
-
Fix Version/s: None
-
Labels:None
-
Epic Link:
-
Sprint:3.9 Larks
As administrator i want to create user groups
- There is button "Create new" on "User Groups" page.
- After pressing it user group popup is opened. There are following items:
- input for group name;
- 1..100 symbols;
- should be unique;
- can't be empty;
- can't contain only space;
- spaces at the begin and at the end are trimmed.
- input for group description;
- 0..255 symbols;
- can be empty;
- can't contain only space;
- spaces at the begin and at the end are trimmed.
- "Save" and "Cancel" buttons.
- input for group name;
- If user presses "Save" button - new group with specified name and description is created
- If user presses "Cancel" button - popup is closed, new group is not created
Language-specific text:
Item | EN text | RU text | UA text |
---|---|---|---|
New group creation button text | Create new | Создать новую | Створити нову |
New group creation pop-up title text | New group | Новая группа | Нова група |
Placeholder for group name input | Group name | Имя группы | Ім'я групи |
Placeholder for group description input | Group description | Описание группы | Опис групи |
Save button text | Save | Сохранить | Зберегти |
Cancel button text | Cancel | Отмена | Скасувати |
Empty/too long group name error message | Group name length must be between 1 and 100 characters | Длина названия группы должна быть между 1 и 100 символами | Довжина назви групи повинна бути від 1 до 100 символів |
Too long group description error message | Group description length must be between 0 and 255 characters | Длина описания группы должна быть между 0 и 255 символами | Довжина опису групи повинна бути від 0 до 255 символів |
Group already exists | Group with this name already exists | Группа с таким названием уже существует | Група з такою назвою вже існує |