generated from atls-lab/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8d72e6
commit 8b1f534
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Feature | ||
description: Изменение несущее новые возможности | ||
labels: ['feature'] | ||
assignees: | ||
- TorinAsakura | ||
body: | ||
- type: input | ||
id: motivation | ||
attributes: | ||
label: С чем связан запрос на фичу? | ||
placeholder: Клиентам необходимо выводить чуть больше данных, чем сейчас | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: poc | ||
attributes: | ||
label: Расскажите как вы это себе видите | ||
placeholder: Добавить дополнительный блок с необходимыми данными | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: rc | ||
attributes: | ||
label: Критерии готовности выполнения задачи | ||
placeholder: | | ||
По каким критериям оцениваем готовность задачи | ||
- инициализация: | ||
- приложение работает в среде | ||
- работа с данными: | ||
- на входе - JSON объект товара | ||
- на выходе - JSON объект товара с ценой в другой валюте | ||
- Артефакты: | ||
- запись в лог | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: materials | ||
attributes: | ||
label: Материалы | ||
placeholder: Ссылка на фигму, любой другой материал для старта | ||
validations: | ||
required: true | ||
|
||
projects: ["atls/11"] |