IO-1289 Resolve scoreboard UI issues.
This commit is contained in:
@@ -35194,6 +35194,37 @@
|
|||||||
</folder_node>
|
</folder_node>
|
||||||
</children>
|
</children>
|
||||||
</folder_node>
|
</folder_node>
|
||||||
|
<folder_node>
|
||||||
|
<name>scoredboard</name>
|
||||||
|
<children>
|
||||||
|
<folder_node>
|
||||||
|
<name>successes</name>
|
||||||
|
<children>
|
||||||
|
<concept_node>
|
||||||
|
<name>updated</name>
|
||||||
|
<definition_loaded>false</definition_loaded>
|
||||||
|
<description></description>
|
||||||
|
<comment></comment>
|
||||||
|
<default_text></default_text>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-MX</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-CA</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
|
</children>
|
||||||
|
</folder_node>
|
||||||
|
</children>
|
||||||
|
</folder_node>
|
||||||
<folder_node>
|
<folder_node>
|
||||||
<name>tech</name>
|
<name>tech</name>
|
||||||
<children>
|
<children>
|
||||||
|
|||||||
@@ -2,7 +2,10 @@ import { gql } from "@apollo/client";
|
|||||||
|
|
||||||
export const SUBSCRIPTION_SCOREBOARD = gql`
|
export const SUBSCRIPTION_SCOREBOARD = gql`
|
||||||
subscription SUBSCRIPTION_SCOREBOARD($start: date!, $end: date!) {
|
subscription SUBSCRIPTION_SCOREBOARD($start: date!, $end: date!) {
|
||||||
scoreboard(where: { _and: { date: { _gte: $start, _lte: $end } } }) {
|
scoreboard(
|
||||||
|
where: { _and: { date: { _gte: $start, _lte: $end } } }
|
||||||
|
order_by: { date: asc }
|
||||||
|
) {
|
||||||
id
|
id
|
||||||
painthrs
|
painthrs
|
||||||
bodyhrs
|
bodyhrs
|
||||||
|
|||||||
@@ -2112,6 +2112,11 @@
|
|||||||
"updated": "Scoreboard updated."
|
"updated": "Scoreboard updated."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"scoredboard": {
|
||||||
|
"successes": {
|
||||||
|
"updated": "Scoreboard entry updated."
|
||||||
|
}
|
||||||
|
},
|
||||||
"tech": {
|
"tech": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"employeeid": "Employee ID",
|
"employeeid": "Employee ID",
|
||||||
|
|||||||
@@ -2112,6 +2112,11 @@
|
|||||||
"updated": ""
|
"updated": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"scoredboard": {
|
||||||
|
"successes": {
|
||||||
|
"updated": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"tech": {
|
"tech": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"employeeid": "",
|
"employeeid": "",
|
||||||
|
|||||||
@@ -2112,6 +2112,11 @@
|
|||||||
"updated": ""
|
"updated": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"scoredboard": {
|
||||||
|
"successes": {
|
||||||
|
"updated": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"tech": {
|
"tech": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"employeeid": "",
|
"employeeid": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user