Открыть боковую панель
nt_test133
nt_project_uxpg8lvcuq8w
Коммиты
a2d34fbf
Коммит
a2d34fbf
создал
Апр 10, 2019
по автору
pataar
Зафиксировано автором
James Lopez
Апр 10, 2019
Просмотр файлов
Add time tracking to issue board entities
владелец
cd566c26
Изменения
2
Скрыть пробелы
Построчно
Рядом
app/serializers/issue_board_entity.rb
Просмотр файла @
a2d34fbf
...
...
@@ -2,6 +2,7 @@
class
IssueBoardEntity
<
Grape
::
Entity
include
RequestAwareEntity
include
TimeTrackableEntity
expose
:id
expose
:iid
...
...
spec/fixtures/api/schemas/entities/issue_board.json
Просмотр файла @
a2d34fbf
...
...
@@ -9,6 +9,9 @@
"project_id"
:
{
"type"
:
"integer"
},
"relative_position"
:
{
"type"
:
[
"integer"
,
"null"
]
},
"time_estimate"
:
{
"type"
:
"integer"
},
"total_time_spent"
:
{
"type"
:
"integer"
},
"human_time_estimate"
:
{
"type"
:
[
"string"
,
"null"
]
},
"human_total_time_spent"
:
{
"type"
:
[
"string"
,
"null"
]
},
"weight"
:
{
"type"
:
[
"integer"
,
"null"
]
},
"project"
:
{
"type"
:
"object"
,
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать