Merge pull request 'update personnel allocation' (#85) from joseph.update_navbar_permissions into master
Reviewed-on: #85
This commit is contained in:
commit
5b7ad04a0f
|
|
@ -236,7 +236,7 @@ class JiraService
|
|||
$users_data[$user['displayName']]['total_spent'] = 0;
|
||||
$users_data[$user['displayName']]['total_est'] = 0;
|
||||
$body = [
|
||||
'expand' => ['names', 'schema'],
|
||||
'expand' => ['names', 'schema','changelog'],
|
||||
'fields' => ['summary', 'status', 'timeoriginalestimate', 'timespent', 'assignee', 'project', 'updated'],
|
||||
'jql' => sprintf(
|
||||
"assignee = '%s' AND status IN ('to do', 'todo', 'in progress') ORDER BY updated DESC",
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
@keyframes blinkBackground {
|
||||
0% {
|
||||
background-color: #ffa200; /* Màu vàng */
|
||||
background-color: #ff5100; /* Màu vàng */
|
||||
}
|
||||
50% {
|
||||
background-color: #ffffff; /* Màu xanh */
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
100% {
|
||||
background-color: #ffa200; /* Màu vàng */
|
||||
background-color: #ff5100; /* Màu vàng */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue