update personnel allocation

This commit is contained in:
JOSEPH LE 2024-09-24 11:20:36 +07:00
parent 5df3959dd8
commit a9e93d84d1
3 changed files with 341 additions and 3470 deletions

View File

@ -236,7 +236,7 @@ class JiraService
$users_data[$user['displayName']]['total_spent'] = 0; $users_data[$user['displayName']]['total_spent'] = 0;
$users_data[$user['displayName']]['total_est'] = 0; $users_data[$user['displayName']]['total_est'] = 0;
$body = [ $body = [
'expand' => ['names', 'schema'], 'expand' => ['names', 'schema','changelog'],
'fields' => ['summary', 'status', 'timeoriginalestimate', 'timespent', 'assignee', 'project', 'updated'], 'fields' => ['summary', 'status', 'timeoriginalestimate', 'timespent', 'assignee', 'project', 'updated'],
'jql' => sprintf( 'jql' => sprintf(
"assignee = '%s' AND status IN ('to do', 'todo', 'in progress') ORDER BY updated DESC", "assignee = '%s' AND status IN ('to do', 'todo', 'in progress') ORDER BY updated DESC",

View File

@ -5,13 +5,13 @@
@keyframes blinkBackground { @keyframes blinkBackground {
0% { 0% {
background-color: #ffa200; /* Màu vàng */ background-color: #ff5100; /* Màu vàng */
} }
50% { 50% {
background-color: #ffffff; /* Màu xanh */ background-color: #ffffff; /* Màu xanh */
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
} }
100% { 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