Added scoreboard edt for added entries BOD-365
This commit is contained in:
@@ -19821,6 +19821,32 @@
|
|||||||
<folder_node>
|
<folder_node>
|
||||||
<name>scoreboard</name>
|
<name>scoreboard</name>
|
||||||
<children>
|
<children>
|
||||||
|
<folder_node>
|
||||||
|
<name>actions</name>
|
||||||
|
<children>
|
||||||
|
<concept_node>
|
||||||
|
<name>edit</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>
|
||||||
<folder_node>
|
<folder_node>
|
||||||
<name>errors</name>
|
<name>errors</name>
|
||||||
<children>
|
<children>
|
||||||
@@ -19866,6 +19892,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>updating</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>
|
</children>
|
||||||
</folder_node>
|
</folder_node>
|
||||||
<folder_node>
|
<folder_node>
|
||||||
@@ -20091,6 +20138,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<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>
|
</children>
|
||||||
</folder_node>
|
</folder_node>
|
||||||
</children>
|
</children>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { Tag } from "antd";
|
import { Tag } from "antd";
|
||||||
|
import Dinero from "dinero.js";
|
||||||
export default function JobsCloseLabMatAllocationTags({
|
export default function JobsCloseLabMatAllocationTags({
|
||||||
allocationKey,
|
allocationKey,
|
||||||
allocation,
|
allocation,
|
||||||
@@ -27,7 +28,7 @@ export default function JobsCloseLabMatAllocationTags({
|
|||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
key={idx}
|
key={idx}
|
||||||
>{`${a.center} - ${a.amount.toFormat()}`}</Tag>
|
>{`${a.center} - ${Dinero(a.amount).toFormat()}`}</Tag>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { connect } from "react-redux";
|
|||||||
import { createStructuredSelector } from "reselect";
|
import { createStructuredSelector } from "reselect";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { logImEXEvent } from "../../firebase/firebase.utils";
|
import { logImEXEvent } from "../../firebase/firebase.utils";
|
||||||
|
import Dinero from "dinero.js";
|
||||||
const mapStateToProps = createStructuredSelector({
|
const mapStateToProps = createStructuredSelector({
|
||||||
bodyshop: selectBodyshop,
|
bodyshop: selectBodyshop,
|
||||||
});
|
});
|
||||||
@@ -28,7 +28,10 @@ export function JobsCloseAutoAllocate({
|
|||||||
Object.keys(labmatAllocations).forEach((i) => {
|
Object.keys(labmatAllocations).forEach((i) => {
|
||||||
const defaultProfitCenter = defaults.profits[i.toUpperCase()];
|
const defaultProfitCenter = defaults.profits[i.toUpperCase()];
|
||||||
|
|
||||||
if (!!defaultProfitCenter && labmatAllocations[i].total.getAmount() > 0) {
|
if (
|
||||||
|
!!defaultProfitCenter &&
|
||||||
|
Dinero(labmatAllocations[i].total).getAmount() > 0
|
||||||
|
) {
|
||||||
setLabmatAllocations((st) => {
|
setLabmatAllocations((st) => {
|
||||||
return {
|
return {
|
||||||
...st,
|
...st,
|
||||||
@@ -49,7 +52,10 @@ export function JobsCloseAutoAllocate({
|
|||||||
Object.keys(partsAllocations).forEach((i) => {
|
Object.keys(partsAllocations).forEach((i) => {
|
||||||
const defaultProfitCenter = defaults.profits[i.toUpperCase()];
|
const defaultProfitCenter = defaults.profits[i.toUpperCase()];
|
||||||
|
|
||||||
if (!!defaultProfitCenter && partsAllocations[i].total.getAmount() > 0) {
|
if (
|
||||||
|
!!defaultProfitCenter &&
|
||||||
|
Dinero(partsAllocations[i].total).getAmount() > 0
|
||||||
|
) {
|
||||||
setPartsAllocations((st) => {
|
setPartsAllocations((st) => {
|
||||||
return {
|
return {
|
||||||
...st,
|
...st,
|
||||||
|
|||||||
@@ -40,8 +40,7 @@ export default function JobCloseLabMatAllocation({
|
|||||||
Dinero({
|
Dinero({
|
||||||
amount: labmatAllocations[alloc].allocations.reduce(
|
amount: labmatAllocations[alloc].allocations.reduce(
|
||||||
(acc, val) => {
|
(acc, val) => {
|
||||||
console.log("val :>> ", val);
|
return acc + Dinero(val.amount).getAmount();
|
||||||
return acc + val.amount.getAmount();
|
|
||||||
},
|
},
|
||||||
0
|
0
|
||||||
),
|
),
|
||||||
@@ -58,7 +57,7 @@ export default function JobCloseLabMatAllocation({
|
|||||||
Dinero({
|
Dinero({
|
||||||
amount: labmatAllocations[alloc].allocations.reduce(
|
amount: labmatAllocations[alloc].allocations.reduce(
|
||||||
(acc, val) => {
|
(acc, val) => {
|
||||||
return acc + val.amount.getAmount();
|
return acc + Dinero(val.amount).getAmount();
|
||||||
},
|
},
|
||||||
0
|
0
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export default function JobsClosePartsAllocation({
|
|||||||
Dinero({
|
Dinero({
|
||||||
amount: partsAllocations[alloc].allocations.reduce(
|
amount: partsAllocations[alloc].allocations.reduce(
|
||||||
(acc, val) => {
|
(acc, val) => {
|
||||||
return acc + val.amount.getAmount();
|
return acc + Dinero(val.amount).getAmount();
|
||||||
},
|
},
|
||||||
0
|
0
|
||||||
),
|
),
|
||||||
@@ -57,7 +57,7 @@ export default function JobsClosePartsAllocation({
|
|||||||
Dinero({
|
Dinero({
|
||||||
amount: partsAllocations[alloc].allocations.reduce(
|
amount: partsAllocations[alloc].allocations.reduce(
|
||||||
(acc, val) => {
|
(acc, val) => {
|
||||||
return acc + val.amount.getAmount();
|
return acc + Dinero(val.amount).getAmount();
|
||||||
},
|
},
|
||||||
0
|
0
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ export function ScheduleCalendarHeaderComponent({
|
|||||||
</div>
|
</div>
|
||||||
</Popover>
|
</Popover>
|
||||||
) : null;
|
) : null;
|
||||||
console.log("loadData", loadData);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="imex-calendar-load">
|
<div className="imex-calendar-load">
|
||||||
|
|||||||
@@ -0,0 +1,104 @@
|
|||||||
|
import { Button, Card, Dropdown, Form, InputNumber, notification } from "antd";
|
||||||
|
import React, { useState } from "react";
|
||||||
|
import { useTranslation } from "react-i18next";
|
||||||
|
import FormDatePicker from "../form-date-picker/form-date-picker.component";
|
||||||
|
import { useMutation } from "react-apollo";
|
||||||
|
import { UPDATE_SCOREBOARD_ENTRY } from "../../graphql/scoreboard.queries";
|
||||||
|
export default function ScoreboardEntryEdit({ entry }) {
|
||||||
|
const [visible, setVisible] = useState(false);
|
||||||
|
const [loading, setLoading] = useState(false);
|
||||||
|
const { t } = useTranslation();
|
||||||
|
const [updateScoreboardentry] = useMutation(UPDATE_SCOREBOARD_ENTRY);
|
||||||
|
|
||||||
|
const handleFinish = async (values) => {
|
||||||
|
setLoading(true);
|
||||||
|
const result = await updateScoreboardentry({
|
||||||
|
variables: { sbId: entry.id, sbInput: values },
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!!result.errors) {
|
||||||
|
notification["error"]({
|
||||||
|
message: t("scoreboard.errors.updating", {
|
||||||
|
message: JSON.stringify(result.errors),
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
} else {
|
||||||
|
notification["success"]({
|
||||||
|
message: t("scoredboard.successes.updated"),
|
||||||
|
});
|
||||||
|
setVisible(false);
|
||||||
|
}
|
||||||
|
setLoading(false);
|
||||||
|
};
|
||||||
|
|
||||||
|
const popContent = (
|
||||||
|
<Card style={{ padding: "1rem" }}>
|
||||||
|
<Form
|
||||||
|
layout="vertical"
|
||||||
|
initialValues={entry}
|
||||||
|
onFinish={handleFinish}
|
||||||
|
onClick={(e) => e.stopPropagation()}
|
||||||
|
>
|
||||||
|
<Form.Item
|
||||||
|
label={t("scoreboard.fields.date")}
|
||||||
|
name="date"
|
||||||
|
rules={[
|
||||||
|
{
|
||||||
|
required: true,
|
||||||
|
message: t("general.validation.required"),
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
>
|
||||||
|
<FormDatePicker />
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item
|
||||||
|
label={t("scoreboard.fields.bodyhrs")}
|
||||||
|
name="bodyhrs"
|
||||||
|
rules={[
|
||||||
|
{
|
||||||
|
required: true,
|
||||||
|
message: t("general.validation.required"),
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
>
|
||||||
|
<InputNumber precision={1} />
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item
|
||||||
|
label={t("scoreboard.fields.painthrs")}
|
||||||
|
name="painthrs"
|
||||||
|
rules={[
|
||||||
|
{
|
||||||
|
required: true,
|
||||||
|
message: t("general.validation.required"),
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
>
|
||||||
|
<InputNumber precision={1} />
|
||||||
|
</Form.Item>
|
||||||
|
|
||||||
|
<Button type="primary" loading={loading} htmlType="submit">
|
||||||
|
{t("general.actions.save")}
|
||||||
|
</Button>
|
||||||
|
<Button onClick={() => setVisible(false)}>
|
||||||
|
{t("general.actions.cancel")}
|
||||||
|
</Button>
|
||||||
|
</Form>
|
||||||
|
</Card>
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<Dropdown visible={visible} overlay={popContent}>
|
||||||
|
<Button
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation();
|
||||||
|
setVisible(true);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{t("scoreboard.actions.edit")}
|
||||||
|
</Button>
|
||||||
|
</Dropdown>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@ import { useTranslation } from "react-i18next";
|
|||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import ScoreboardRemoveButton from "../scoreboard-remove-button/scorebard-remove-button.component";
|
import ScoreboardRemoveButton from "../scoreboard-remove-button/scorebard-remove-button.component";
|
||||||
import { DateFormatter } from "../../utils/DateFormatter";
|
import { DateFormatter } from "../../utils/DateFormatter";
|
||||||
|
import ScoreboardEntryEdit from "../scoreboard-entry-edit/scoreboard-entry-edit.component";
|
||||||
|
|
||||||
export default function ScoreboardJobsList({ scoreBoardlist }) {
|
export default function ScoreboardJobsList({ scoreBoardlist }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
@@ -49,6 +50,7 @@ export default function ScoreboardJobsList({ scoreBoardlist }) {
|
|||||||
key: "actions",
|
key: "actions",
|
||||||
render: (text, record) => (
|
render: (text, record) => (
|
||||||
<div>
|
<div>
|
||||||
|
<ScoreboardEntryEdit entry={record} style={{ zIndex: 15 }} />
|
||||||
<ScoreboardRemoveButton scoreboardId={record.id} />
|
<ScoreboardRemoveButton scoreboardId={record.id} />
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
@@ -56,14 +58,16 @@ export default function ScoreboardJobsList({ scoreBoardlist }) {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const overlay = (
|
const overlay = (
|
||||||
<div style={{ width: "50vw" }}>
|
<div style={{ width: "50vw", padding: "1rem" }}>
|
||||||
<Table
|
<Table
|
||||||
size='small'
|
size="small"
|
||||||
pagination={false}
|
pagination={false}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
rowKey='id'
|
rowKey="id"
|
||||||
dataSource={scoreBoardlist}
|
dataSource={scoreBoardlist}
|
||||||
scroll={{ x: true, y: "15rem" }}
|
scroll={{ x: true, y: "15rem" }}
|
||||||
|
style={{ padding: "1rem" }}
|
||||||
|
onClick={(e) => e.stopPropagation()}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -35,3 +35,17 @@ export const INSERT_SCOREBOARD_ENTRY = gql`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
export const UPDATE_SCOREBOARD_ENTRY = gql`
|
||||||
|
mutation UPDATE_SCOREBOARD_ENTRY(
|
||||||
|
$sbId: uuid!
|
||||||
|
$sbInput: scoreboard_set_input!
|
||||||
|
) {
|
||||||
|
update_scoreboard_by_pk(_set: $sbInput, pk_columns: { id: $sbId }) {
|
||||||
|
id
|
||||||
|
date
|
||||||
|
bodyhrs
|
||||||
|
painthrs
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export function JobsCloseComponent({ job, bodyshop, jobTotals }) {
|
|||||||
|
|
||||||
const labmatAllocatedTotal = Dinero({
|
const labmatAllocatedTotal = Dinero({
|
||||||
amount: labmatAllocatedTotalsArray.reduce((acc, val) => {
|
amount: labmatAllocatedTotalsArray.reduce((acc, val) => {
|
||||||
return (acc = acc + val.amount.getAmount());
|
return (acc = acc + Dinero(val.amount).getAmount());
|
||||||
}, 0),
|
}, 0),
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ export function JobsCloseComponent({ job, bodyshop, jobTotals }) {
|
|||||||
|
|
||||||
const partsAllocatedTotal = Dinero({
|
const partsAllocatedTotal = Dinero({
|
||||||
amount: partsAllocatedTotalsArray.reduce((acc, val) => {
|
amount: partsAllocatedTotalsArray.reduce((acc, val) => {
|
||||||
return (acc = acc + val.amount.getAmount());
|
return (acc = acc + Dinero(val.amount).getAmount());
|
||||||
}, 0),
|
}, 0),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ import RbacWrapper from "../../components/rbac-wrapper/rbac-wrapper.component";
|
|||||||
import { QUERY_JOB_CLOSE_DETAILS } from "../../graphql/jobs.queries";
|
import { QUERY_JOB_CLOSE_DETAILS } from "../../graphql/jobs.queries";
|
||||||
import { setBreadcrumbs } from "../../redux/application/application.actions";
|
import { setBreadcrumbs } from "../../redux/application/application.actions";
|
||||||
import JobsCloseComponent from "./jobs-close.component";
|
import JobsCloseComponent from "./jobs-close.component";
|
||||||
|
import { Result } from "antd";
|
||||||
|
import JobCalculateTotals from "../../components/job-calculate-totals/job-calculate-totals.component";
|
||||||
|
|
||||||
const mapDispatchToProps = (dispatch) => ({
|
const mapDispatchToProps = (dispatch) => ({
|
||||||
setBreadcrumbs: (breadcrumbs) => dispatch(setBreadcrumbs(breadcrumbs)),
|
setBreadcrumbs: (breadcrumbs) => dispatch(setBreadcrumbs(breadcrumbs)),
|
||||||
@@ -47,13 +49,19 @@ export function JobsCloseContainer({ setBreadcrumbs }) {
|
|||||||
if (loading) return <LoadingSpinner />;
|
if (loading) return <LoadingSpinner />;
|
||||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||||
if (!!!data.jobs_by_pk) return <NotFound />;
|
if (!!!data.jobs_by_pk) return <NotFound />;
|
||||||
|
if (!data.jobs_by_pk.job_totals)
|
||||||
|
return (
|
||||||
|
<Result
|
||||||
|
title={t("jobs.errors.nofinancial")}
|
||||||
|
extra={<JobCalculateTotals job={data.jobs_by_pk} />}
|
||||||
|
/>
|
||||||
|
);
|
||||||
return (
|
return (
|
||||||
<RbacWrapper action="jobs:close">
|
<RbacWrapper action="jobs:close">
|
||||||
<div>
|
<div>
|
||||||
<JobsCloseComponent
|
<JobsCloseComponent
|
||||||
job={data ? data.jobs_by_pk : {}}
|
job={data ? data.jobs_by_pk : {}}
|
||||||
jobTotals={JSON.parse(data.jobs_by_pk.job_totals)}
|
jobTotals={data.jobs_by_pk.job_totals}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</RbacWrapper>
|
</RbacWrapper>
|
||||||
|
|||||||
@@ -1224,9 +1224,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scoreboard": {
|
"scoreboard": {
|
||||||
|
"actions": {
|
||||||
|
"edit": "Edit"
|
||||||
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"adding": "Error adding job to scoreboard. {{message}}",
|
"adding": "Error adding job to scoreboard. {{message}}",
|
||||||
"removing": "Error removing job from scoreboard. {{message}}"
|
"removing": "Error removing job from scoreboard. {{message}}",
|
||||||
|
"updating": "Error updating scoreboard. {{message}}"
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"bodyhrs": "Body Hours",
|
"bodyhrs": "Body Hours",
|
||||||
@@ -1242,7 +1246,8 @@
|
|||||||
},
|
},
|
||||||
"successes": {
|
"successes": {
|
||||||
"added": "Job added to scoreboard.",
|
"added": "Job added to scoreboard.",
|
||||||
"removed": "Job removed from scoreboard."
|
"removed": "Job removed from scoreboard.",
|
||||||
|
"updated": "Scoreboard updated."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tech": {
|
"tech": {
|
||||||
|
|||||||
@@ -1224,9 +1224,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scoreboard": {
|
"scoreboard": {
|
||||||
|
"actions": {
|
||||||
|
"edit": ""
|
||||||
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"adding": "",
|
"adding": "",
|
||||||
"removing": ""
|
"removing": "",
|
||||||
|
"updating": ""
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"bodyhrs": "",
|
"bodyhrs": "",
|
||||||
@@ -1242,7 +1246,8 @@
|
|||||||
},
|
},
|
||||||
"successes": {
|
"successes": {
|
||||||
"added": "",
|
"added": "",
|
||||||
"removed": ""
|
"removed": "",
|
||||||
|
"updated": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tech": {
|
"tech": {
|
||||||
|
|||||||
@@ -1224,9 +1224,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scoreboard": {
|
"scoreboard": {
|
||||||
|
"actions": {
|
||||||
|
"edit": ""
|
||||||
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"adding": "",
|
"adding": "",
|
||||||
"removing": ""
|
"removing": "",
|
||||||
|
"updating": ""
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"bodyhrs": "",
|
"bodyhrs": "",
|
||||||
@@ -1242,7 +1246,8 @@
|
|||||||
},
|
},
|
||||||
"successes": {
|
"successes": {
|
||||||
"added": "",
|
"added": "",
|
||||||
"removed": ""
|
"removed": "",
|
||||||
|
"updated": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tech": {
|
"tech": {
|
||||||
|
|||||||
Reference in New Issue
Block a user