@opengis/admin 0.2.110 → 0.2.112
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +97 -97
- package/config.js +4 -4
- package/dist/{add-page-7-oywgur.js → add-page-CJwzSjcW.js} +1 -1
- package/dist/{admin-interface-DJR7Ja_q.js → admin-interface-BZFCowsT.js} +2 -2
- package/dist/{admin-view-CnNlqdz2.js → admin-view-CCuPr8g1.js} +2 -2
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +49 -49
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-DqBznGjQ.js → card-view-Cn_iP3q3.js} +1 -1
- package/dist/{edit-page-CaEzzieK.js → edit-page-CieGhQpW.js} +1 -1
- package/dist/{import-file-C56XWSjI.js → import-file-BwBdLE9n.js} +5769 -5788
- package/dist/{profile-page-C-qpd66o.js → profile-page-CWBKAVrP.js} +1 -1
- package/dist/style.css +1 -1
- package/module/settings/card/admin.accounts.table/index.yml +7 -7
- package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
- package/module/settings/card/admin.accounts.table/users.hbs +13 -13
- package/module/settings/card/admin.routes.table/groups.hbs +11 -11
- package/module/settings/card/admin.routes.table/index.yml +11 -11
- package/module/settings/card/admin.routes.table/users.hbs +16 -16
- package/module/settings/cls/core.actions.json +17 -17
- package/module/settings/cls/core.scope.json +13 -13
- package/module/settings/cls/properties.site_status.json +13 -13
- package/module/settings/cls/properties.widget_status.json +13 -13
- package/module/settings/cls/users.user_type.json +13 -13
- package/module/settings/cls/yes_no.json +11 -11
- package/module/settings/form/admin.accounts.form.json +13 -13
- package/module/settings/form/admin.properties.form.json +15 -15
- package/module/settings/form/admin.roles.form.json +21 -21
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles_card.form.json +13 -13
- package/module/settings/interface/admin.properties.json +4 -4
- package/module/settings/interface/admin.roles.json +4 -4
- package/module/settings/interface/admin.routes.json +4 -4
- package/module/settings/interface/admin.users.json +4 -4
- package/module/settings/select/core.routes.sql +1 -1
- package/module/settings/select/core.user_mentioned.sql +1 -1
- package/module/settings/select/core.user_uid.sql +1 -1
- package/module/settings/table/admin.properties.table.json +39 -39
- package/module/settings/table/admin.user_properties.table.json +34 -34
- package/package.json +2 -2
- package/plugin.js +29 -29
- package/server/helpers/core/badge.js +16 -16
- package/server/helpers/core/buttonHelper.js +21 -21
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/index.js +31 -31
- package/server/helpers/list/buttonHelper.js +21 -21
- package/server/helpers/list/descriptionList.js +1 -1
- package/server/helpers/list/utils/button.js +5 -5
- package/server/helpers/temp/contentList.js +58 -58
- package/server/helpers/temp/ifCond.js +101 -101
- package/server/helpers/utils/button.js +5 -5
- package/server/plugins/access/index.mjs +6 -6
- package/server/plugins/adminHook.js +81 -81
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +54 -54
- package/server/routes/access/index.mjs +11 -11
- package/server/routes/access/schema.mjs +67 -67
- package/server/routes/calendar/controllers/calendar.data.js +125 -125
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- package/server/routes/data/controllers/cardData.js +117 -117
- package/server/routes/data/controllers/cardTabData.js +49 -49
- package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
- package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
- package/server/routes/data/controllers/tableData.js +31 -31
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +101 -101
- package/server/routes/data/controllers/tokenInfo.js +9 -9
- package/server/routes/data/controllers/utils/assignTokens.js +30 -30
- package/server/routes/data/controllers/utils/conditions.js +20 -20
- package/server/routes/data/controllers/utils/getColumns.js +8 -8
- package/server/routes/data/index.mjs +20 -20
- package/server/routes/data/schema.js +54 -54
- package/server/routes/menu/index.mjs +5 -5
- package/server/routes/notifications/controllers/readNotifications.js +27 -27
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/funcs/addNotification.js +21 -21
- package/server/routes/notifications/funcs/sendNotification.js +92 -92
- package/server/routes/notifications/hook/onWidgetSet.js +56 -56
- package/server/routes/notifications/index.mjs +26 -26
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/print/controllers/cardPrint.js +134 -134
- package/server/routes/properties/funcs/getSettings.js +56 -56
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +49 -49
- package/server/routes/templates/index.mjs +16 -16
- package/server/routes/templates/schema.js +8 -8
- package/server/routes/user/controllers/user.cls.id.js +14 -14
- package/server/routes/user/controllers/user.cls.js +71 -71
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/widget/controllers/widget.del.js +47 -47
- package/server/routes/widget/controllers/widget.set.js +84 -84
- package/server/routes/widget/hook/onWidgetSet.js +12 -12
- package/server/routes/widget/index.mjs +16 -16
- package/server/routes/widget/schema.js +12 -12
- package/server/templates/cls/itree.recrzone_category.json +73 -73
- package/server/templates/cls/test.json +9 -9
- package/server/templates/form/admin.user_cls.data.form.json +49 -49
- package/server/templates/form/admin.user_group_rel.form.json +21 -21
- package/server/templates/form/form-user-pass.json +10 -10
- package/server/templates/form/form-user_group.json +39 -39
- package/server/templates/form/form-users.json +156 -156
- package/server/templates/form/user_group_access.form.json +22 -22
- package/server/templates/select/account_id.json +2 -2
- package/server/templates/setting/test.json +5 -5
- package/server/templates/table/gis.dataset.table.json +43 -43
- package/server/templates/table/management.user_group.table.json +112 -112
- package/server/templates/table/management.users.table.json +126 -126
- package/utils.js +29 -29
@@ -1,32 +1,32 @@
|
|
1
|
-
import getData from '@opengis/fastify-table/server/routes/table/controllers/data.js';
|
2
|
-
import { getOpt, getMeta } from '@opengis/fastify-table/utils.js';
|
3
|
-
// import getData from '../../../../../../npm/fastify-table/server/routes/table/controllers/data.js';
|
4
|
-
|
5
|
-
export default async function getTableData(req) {
|
6
|
-
const { user = {}, pg } = req
|
7
|
-
const tokenData = await getOpt(req.params.table, req.user?.uid);
|
8
|
-
if (tokenData) {
|
9
|
-
const { rows = [], fields = [] } = await req.pg.query(`select ${tokenData.columns || '*'} from ${tokenData.table} where ${tokenData.query || 'true'} limit 10`);
|
10
|
-
const meta = await getMeta({ pg, table: tokenData.table });
|
11
|
-
const columns = (meta?.columns || fields).map(el => ({ name: el.name, type: pg.pgType?.[el.dataTypeID], title: el.title }));
|
12
|
-
return { rows, columns };
|
13
|
-
}
|
14
|
-
|
15
|
-
// Це можна 1 раз на старті
|
16
|
-
const interfaceName = req.headers?.referer?.match(/.*\/([^?]+)/)?.[1];
|
17
|
-
const { query } = interfaceName ?
|
18
|
-
await req.pg.query(`select query from admin.routes where route_id=$1`, [interfaceName])
|
19
|
-
.then(el => el.rows?.[0] || {}) : {};
|
20
|
-
|
21
|
-
// це можна від користувача
|
22
|
-
const { rows = [] } = pg.pk?.['admin.rules'] ? await req.pg.query(`select attr,(select rule_values from admin.account_grants where account_id in (select account_id from admin.account_users where user_uid=$2) and rule_id=r.rule_id limit 1) from admin.rules r where (select route_id from admin.routes where $1 in (alias,table_name)) = any(routes)`, [req.params.table, user.uid]) : {};
|
23
|
-
|
24
|
-
|
25
|
-
const context = rows.filter(el => el.rule_values).map(el => `${el.attr} = any ('{${el.rule_values}}')`).join(' and ')
|
26
|
-
req.params.query = [query, context].filter(el => el).join(' and ') || ' true ';
|
27
|
-
|
28
|
-
const res = await getData(req);
|
29
|
-
|
30
|
-
return res;
|
31
|
-
|
1
|
+
import getData from '@opengis/fastify-table/server/routes/table/controllers/data.js';
|
2
|
+
import { getOpt, getMeta } from '@opengis/fastify-table/utils.js';
|
3
|
+
// import getData from '../../../../../../npm/fastify-table/server/routes/table/controllers/data.js';
|
4
|
+
|
5
|
+
export default async function getTableData(req) {
|
6
|
+
const { user = {}, pg } = req
|
7
|
+
const tokenData = await getOpt(req.params.table, req.user?.uid);
|
8
|
+
if (tokenData) {
|
9
|
+
const { rows = [], fields = [] } = await req.pg.query(`select ${tokenData.columns || '*'} from ${tokenData.table} where ${tokenData.query || 'true'} limit 10`);
|
10
|
+
const meta = await getMeta({ pg, table: tokenData.table });
|
11
|
+
const columns = (meta?.columns || fields).map(el => ({ name: el.name, type: pg.pgType?.[el.dataTypeID], title: el.title }));
|
12
|
+
return { rows, columns };
|
13
|
+
}
|
14
|
+
|
15
|
+
// Це можна 1 раз на старті
|
16
|
+
const interfaceName = req.headers?.referer?.match(/.*\/([^?]+)/)?.[1];
|
17
|
+
const { query } = interfaceName ?
|
18
|
+
await req.pg.query(`select query from admin.routes where route_id=$1`, [interfaceName])
|
19
|
+
.then(el => el.rows?.[0] || {}) : {};
|
20
|
+
|
21
|
+
// це можна від користувача
|
22
|
+
const { rows = [] } = pg.pk?.['admin.rules'] ? await req.pg.query(`select attr,(select rule_values from admin.account_grants where account_id in (select account_id from admin.account_users where user_uid=$2) and rule_id=r.rule_id limit 1) from admin.rules r where (select route_id from admin.routes where $1 in (alias,table_name)) = any(routes)`, [req.params.table, user.uid]) : {};
|
23
|
+
|
24
|
+
|
25
|
+
const context = rows.filter(el => el.rule_values).map(el => `${el.attr} = any ('{${el.rule_values}}')`).join(' and ')
|
26
|
+
req.params.query = [query, context].filter(el => el).join(' and ') || ' true ';
|
27
|
+
|
28
|
+
const res = await getData(req);
|
29
|
+
|
30
|
+
return res;
|
31
|
+
|
32
32
|
}
|
@@ -1,28 +1,28 @@
|
|
1
|
-
import { handlebars } from "@opengis/fastify-table/utils.js";
|
2
|
-
|
3
|
-
import getTemplate from "../../templates/funcs/getTemplate.js";
|
4
|
-
import getTableData from "./tableData.js";
|
5
|
-
|
6
|
-
export default async function tableDataId({ pg, params = {}, session = {}, user }, reply) {
|
7
|
-
const { name, id } = params;
|
8
|
-
|
9
|
-
const data = await getTemplate('pt', `${name}.pt`);
|
10
|
-
|
11
|
-
|
12
|
-
if (!data) {
|
13
|
-
return { message: `invalid template: ${name}.pt`, status: 400 };
|
14
|
-
}
|
15
|
-
debugger;
|
16
|
-
const { message, status = 500, rows = [] } = await getTableData({ pg, params: { name, id }, session, user });
|
17
|
-
if (message) {
|
18
|
-
return { message, status };
|
19
|
-
}
|
20
|
-
|
21
|
-
if (!rows.length) {
|
22
|
-
return { message: `data not found: ${name}/${id}`, status: 404 };
|
23
|
-
}
|
24
|
-
|
25
|
-
const htmlContent = await handlebars.compile(data)(rows[0]);
|
26
|
-
|
27
|
-
return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(htmlContent);
|
1
|
+
import { handlebars } from "@opengis/fastify-table/utils.js";
|
2
|
+
|
3
|
+
import getTemplate from "../../templates/funcs/getTemplate.js";
|
4
|
+
import getTableData from "./tableData.js";
|
5
|
+
|
6
|
+
export default async function tableDataId({ pg, params = {}, session = {}, user }, reply) {
|
7
|
+
const { name, id } = params;
|
8
|
+
|
9
|
+
const data = await getTemplate('pt', `${name}.pt`);
|
10
|
+
|
11
|
+
|
12
|
+
if (!data) {
|
13
|
+
return { message: `invalid template: ${name}.pt`, status: 400 };
|
14
|
+
}
|
15
|
+
debugger;
|
16
|
+
const { message, status = 500, rows = [] } = await getTableData({ pg, params: { name, id }, session, user });
|
17
|
+
if (message) {
|
18
|
+
return { message, status };
|
19
|
+
}
|
20
|
+
|
21
|
+
if (!rows.length) {
|
22
|
+
return { message: `data not found: ${name}/${id}`, status: 404 };
|
23
|
+
}
|
24
|
+
|
25
|
+
const htmlContent = await handlebars.compile(data)(rows[0]);
|
26
|
+
|
27
|
+
return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(htmlContent);
|
28
28
|
}
|
@@ -1,102 +1,102 @@
|
|
1
|
-
import { getTemplate, getMeta, handlebarsSync } from "@opengis/fastify-table/utils.js";
|
2
|
-
|
3
|
-
export default async function tableFilter(req) {
|
4
|
-
const time = Date.now();
|
5
|
-
const { pg, params = {}, session = {} } = req;
|
6
|
-
const { user = {} } = session.passport || {};
|
7
|
-
const { uid } = user || {};
|
8
|
-
|
9
|
-
if (!params.name) {
|
10
|
-
return { message: 'not enough params: name', status: 400 };
|
11
|
-
}
|
12
|
-
|
13
|
-
const loadTable = await getTemplate('table', params.name);
|
14
|
-
|
15
|
-
if (!loadTable) {
|
16
|
-
return { message: 'template not found', status: 404 };
|
17
|
-
}
|
18
|
-
|
19
|
-
const { pk, view, columns = [] } = await getMeta({ pg, table: loadTable.table });
|
20
|
-
|
21
|
-
if (!pk && !view) {
|
22
|
-
return { message: 'table not found', status: 404 };
|
23
|
-
}
|
24
|
-
|
25
|
-
const filters = loadTable?.filter_list || loadTable?.filters || loadTable?.filterList || [];
|
26
|
-
filters.forEach(el => {
|
27
|
-
Object.assign(el, { id: el.name || el.id, name: el.name || el.id });
|
28
|
-
});
|
29
|
-
|
30
|
-
// admin.custom_column - user filter
|
31
|
-
const { rows: properties = [] } = await pg.query(`select column_id, name, title, format, data from admin.custom_column where entity=$1 and uid=$2 and filter`, [params.name, uid]);
|
32
|
-
properties.forEach((row) => filters.push({ id: row.name, name: row.name, ua: row.title, type: row.format, data: row.data }));
|
33
|
-
|
34
|
-
await Promise.all(filters.filter((el) => el.data).map(async (el) => {
|
35
|
-
|
36
|
-
const cls = await getTemplate(['cls', 'select'], el.data);
|
37
|
-
const name = el.name || el.id;
|
38
|
-
|
39
|
-
if (!cls?.length || !Array.isArray(cls) || !loadTable.table || !name) return;
|
40
|
-
const { dataTypeID } = columns.find((item) => item?.name === name) || {};
|
41
|
-
if (el.extra && el.type === 'select' && Array.isArray(cls)) {
|
42
|
-
const countArr = await pg.query(`select value_text as id, count(*) from crm.extra_data where property_key=$1 and property_entity=$2 group by value_text`, [name, params.name]);
|
43
|
-
const options = countArr.rows.map(cel => {
|
44
|
-
const data = cls.find(c => c.id === cel.id);
|
45
|
-
return { ...cel, ...data };
|
46
|
-
});
|
47
|
-
Object.assign(el, { options });
|
48
|
-
}
|
49
|
-
if (!dataTypeID) return;
|
50
|
-
|
51
|
-
const q = pg.pgType?.[dataTypeID]?.includes('[]')
|
52
|
-
? `select unnest(${name})::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by unnest(${name})`
|
53
|
-
: `select ${name}::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by ${name}`;
|
54
|
-
const countArr = await pg.queryCache(handlebarsSync.compile(q)({ user, uid }), { table: loadTable.table, time: 5 })
|
55
|
-
|
56
|
-
/* if (!countArr.rows?.length) {
|
57
|
-
Object.assign(el, { options: cls.map((item) => ({ count: 0, ...item })) });
|
58
|
-
return;
|
59
|
-
} */
|
60
|
-
if (el.type === 'Autocomplete') return;
|
61
|
-
const options = countArr.rows.map(cel => {
|
62
|
-
const data = cls.find(c => c.id?.toString() === cel.id?.toString());
|
63
|
-
return { ...cel, ...data };
|
64
|
-
});
|
65
|
-
Object.assign(el, { options });
|
66
|
-
}));
|
67
|
-
|
68
|
-
const sqlList = loadTable?.sql
|
69
|
-
?.filter((el) => !el.disabled && el?.sql?.replace)
|
70
|
-
?.map((el, i) => ` left join lateral (${el.filter ? el.sql.replace(/limit 1/ig, '') : el.sql}) as ${el.name || `t${i + 1}`} on 1=1 `)
|
71
|
-
?.join(' ') || '';
|
72
|
-
|
73
|
-
// percentile_cont - alternative
|
74
|
-
await Promise.all(filters.filter((el) => el.name && el.type === 'Range').map(async (el) => {
|
75
|
-
const data = await pg.queryCache(`select array[
|
76
|
-
min(${el.name}),
|
77
|
-
percentile_disc(0.25) within group (order by ${el.name}),
|
78
|
-
percentile_disc(0.5) within group (order by ${el.name}),
|
79
|
-
percentile_disc(0.75) within group (order by ${el.name}),
|
80
|
-
max(${el.name})
|
81
|
-
] as range from ${loadTable.table} ${sqlList ? ` t ${sqlList}` : ''} where ${loadTable.query || '1=1'}`, { table: loadTable.table }).then(el => el.rows?.[0]?.range);
|
82
|
-
Object.assign(el, { data });
|
83
|
-
}));
|
84
|
-
|
85
|
-
const sqlFilters = ((loadTable?.filterState || []).concat(loadTable?.filterCustom || [])).filter((el) => el.name && el.sql);
|
86
|
-
const q = sqlFilters.map((el) => `select count(*), '${el.name}' as name from ${loadTable.table} where ${loadTable.query || '1=1'} and ${el.sql}`).join(' union all ');
|
87
|
-
const { rows = [] } = q ? await pg.queryCache(q, { table: loadTable.table }) : {};
|
88
|
-
if (rows?.length) {
|
89
|
-
sqlFilters.forEach((el) => {
|
90
|
-
const { count } = rows.find((row) => row.name === el.name) || {};
|
91
|
-
Object.assign(el, { count, sql: undefined });
|
92
|
-
});
|
93
|
-
}
|
94
|
-
|
95
|
-
return {
|
96
|
-
time: Date.now() - time,
|
97
|
-
list: filters,
|
98
|
-
custom: loadTable?.filterCustom,
|
99
|
-
inline: loadTable?.filterInline,
|
100
|
-
state: loadTable?.filterState,
|
101
|
-
};
|
1
|
+
import { getTemplate, getMeta, handlebarsSync } from "@opengis/fastify-table/utils.js";
|
2
|
+
|
3
|
+
export default async function tableFilter(req) {
|
4
|
+
const time = Date.now();
|
5
|
+
const { pg, params = {}, session = {} } = req;
|
6
|
+
const { user = {} } = session.passport || {};
|
7
|
+
const { uid } = user || {};
|
8
|
+
|
9
|
+
if (!params.name) {
|
10
|
+
return { message: 'not enough params: name', status: 400 };
|
11
|
+
}
|
12
|
+
|
13
|
+
const loadTable = await getTemplate('table', params.name);
|
14
|
+
|
15
|
+
if (!loadTable) {
|
16
|
+
return { message: 'template not found', status: 404 };
|
17
|
+
}
|
18
|
+
|
19
|
+
const { pk, view, columns = [] } = await getMeta({ pg, table: loadTable.table });
|
20
|
+
|
21
|
+
if (!pk && !view) {
|
22
|
+
return { message: 'table not found', status: 404 };
|
23
|
+
}
|
24
|
+
|
25
|
+
const filters = loadTable?.filter_list || loadTable?.filters || loadTable?.filterList || [];
|
26
|
+
filters.forEach(el => {
|
27
|
+
Object.assign(el, { id: el.name || el.id, name: el.name || el.id });
|
28
|
+
});
|
29
|
+
|
30
|
+
// admin.custom_column - user filter
|
31
|
+
const { rows: properties = [] } = await pg.query(`select column_id, name, title, format, data from admin.custom_column where entity=$1 and uid=$2 and filter`, [params.name, uid]);
|
32
|
+
properties.forEach((row) => filters.push({ id: row.name, name: row.name, ua: row.title, type: row.format, data: row.data }));
|
33
|
+
|
34
|
+
await Promise.all(filters.filter((el) => el.data).map(async (el) => {
|
35
|
+
|
36
|
+
const cls = await getTemplate(['cls', 'select'], el.data);
|
37
|
+
const name = el.name || el.id;
|
38
|
+
|
39
|
+
if (!cls?.length || !Array.isArray(cls) || !loadTable.table || !name) return;
|
40
|
+
const { dataTypeID } = columns.find((item) => item?.name === name) || {};
|
41
|
+
if (el.extra && el.type === 'select' && Array.isArray(cls)) {
|
42
|
+
const countArr = await pg.query(`select value_text as id, count(*) from crm.extra_data where property_key=$1 and property_entity=$2 group by value_text`, [name, params.name]);
|
43
|
+
const options = countArr.rows.map(cel => {
|
44
|
+
const data = cls.find(c => c.id === cel.id);
|
45
|
+
return { ...cel, ...data };
|
46
|
+
});
|
47
|
+
Object.assign(el, { options });
|
48
|
+
}
|
49
|
+
if (!dataTypeID) return;
|
50
|
+
|
51
|
+
const q = pg.pgType?.[dataTypeID]?.includes('[]')
|
52
|
+
? `select unnest(${name})::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by unnest(${name})`
|
53
|
+
: `select ${name}::text as id,count(*) from ${loadTable.table} where ${loadTable.query || '1=1'} group by ${name}`;
|
54
|
+
const countArr = await pg.queryCache(handlebarsSync.compile(q)({ user, uid }), { table: loadTable.table, time: 5 })
|
55
|
+
|
56
|
+
/* if (!countArr.rows?.length) {
|
57
|
+
Object.assign(el, { options: cls.map((item) => ({ count: 0, ...item })) });
|
58
|
+
return;
|
59
|
+
} */
|
60
|
+
if (el.type === 'Autocomplete') return;
|
61
|
+
const options = countArr.rows.map(cel => {
|
62
|
+
const data = cls.find(c => c.id?.toString() === cel.id?.toString());
|
63
|
+
return { ...cel, ...data };
|
64
|
+
});
|
65
|
+
Object.assign(el, { options });
|
66
|
+
}));
|
67
|
+
|
68
|
+
const sqlList = loadTable?.sql
|
69
|
+
?.filter((el) => !el.disabled && el?.sql?.replace)
|
70
|
+
?.map((el, i) => ` left join lateral (${el.filter ? el.sql.replace(/limit 1/ig, '') : el.sql}) as ${el.name || `t${i + 1}`} on 1=1 `)
|
71
|
+
?.join(' ') || '';
|
72
|
+
|
73
|
+
// percentile_cont - alternative
|
74
|
+
await Promise.all(filters.filter((el) => el.name && el.type === 'Range').map(async (el) => {
|
75
|
+
const data = await pg.queryCache(`select array[
|
76
|
+
min(${el.name}),
|
77
|
+
percentile_disc(0.25) within group (order by ${el.name}),
|
78
|
+
percentile_disc(0.5) within group (order by ${el.name}),
|
79
|
+
percentile_disc(0.75) within group (order by ${el.name}),
|
80
|
+
max(${el.name})
|
81
|
+
] as range from ${loadTable.table} ${sqlList ? ` t ${sqlList}` : ''} where ${loadTable.query || '1=1'}`, { table: loadTable.table }).then(el => el.rows?.[0]?.range);
|
82
|
+
Object.assign(el, { data });
|
83
|
+
}));
|
84
|
+
|
85
|
+
const sqlFilters = ((loadTable?.filterState || []).concat(loadTable?.filterCustom || [])).filter((el) => el.name && el.sql);
|
86
|
+
const q = sqlFilters.map((el) => `select count(*), '${el.name}' as name from ${loadTable.table} where ${loadTable.query || '1=1'} and ${el.sql}`).join(' union all ');
|
87
|
+
const { rows = [] } = q ? await pg.queryCache(q, { table: loadTable.table }) : {};
|
88
|
+
if (rows?.length) {
|
89
|
+
sqlFilters.forEach((el) => {
|
90
|
+
const { count } = rows.find((row) => row.name === el.name) || {};
|
91
|
+
Object.assign(el, { count, sql: undefined });
|
92
|
+
});
|
93
|
+
}
|
94
|
+
|
95
|
+
return {
|
96
|
+
time: Date.now() - time,
|
97
|
+
list: filters,
|
98
|
+
custom: loadTable?.filterCustom,
|
99
|
+
inline: loadTable?.filterInline,
|
100
|
+
state: loadTable?.filterState,
|
101
|
+
};
|
102
102
|
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { getOpt, getToken } from "@opengis/fastify-table/utils.js";
|
2
|
-
|
3
|
-
export default async function tokenInfo(req) {
|
4
|
-
|
5
|
-
const { params = {}, user } = req;
|
6
|
-
if (user.user_type !== 'admin') return { status: 403, message: 'access restricted' }
|
7
|
-
const tokenData = await getToken({ uid: user.uid, token: params.token, }) || await getOpt(params.token, user.uid)
|
8
|
-
return tokenData;
|
9
|
-
|
1
|
+
import { getOpt, getToken } from "@opengis/fastify-table/utils.js";
|
2
|
+
|
3
|
+
export default async function tokenInfo(req) {
|
4
|
+
|
5
|
+
const { params = {}, user } = req;
|
6
|
+
if (user.user_type !== 'admin') return { status: 403, message: 'access restricted' }
|
7
|
+
const tokenData = await getToken({ uid: user.uid, token: params.token, }) || await getOpt(params.token, user.uid)
|
8
|
+
return tokenData;
|
9
|
+
|
10
10
|
}
|
@@ -1,31 +1,31 @@
|
|
1
|
-
import { config, setToken } from "@opengis/fastify-table/utils.js";
|
2
|
-
|
3
|
-
export default function assignTokens({
|
4
|
-
rows = [], ispublic, uid, loadTable = {},
|
5
|
-
}) {
|
6
|
-
if (config?.security?.disableToken) return;
|
7
|
-
|
8
|
-
if (!config?.auth?.disable && !ispublic && !uid) throw new Error('empty user');
|
9
|
-
if (!loadTable?.table || !(loadTable?.form || loadTable?.add_form)) return null;
|
10
|
-
|
11
|
-
const form = loadTable?.form || loadTable?.add_form;
|
12
|
-
const addTokens = setToken({
|
13
|
-
ids: [JSON.stringify({ add: loadTable.table, form })],
|
14
|
-
mode: 'a',
|
15
|
-
uid: config?.auth?.disable || ispublic ? '1' : uid,
|
16
|
-
array: 1,
|
17
|
-
});
|
18
|
-
if (!rows.length) return addTokens[0];
|
19
|
-
|
20
|
-
rows.forEach((row) => {
|
21
|
-
const editTokens = setToken({
|
22
|
-
ids: [JSON.stringify({ id: row.id, table: loadTable.table, form })],
|
23
|
-
mode: 'w',
|
24
|
-
uid: config?.auth?.disable || ispublic ? '1' : uid,
|
25
|
-
array: 1,
|
26
|
-
});
|
27
|
-
Object.assign(row, { token: editTokens[0] });
|
28
|
-
});
|
29
|
-
return addTokens[0];
|
30
|
-
|
1
|
+
import { config, setToken } from "@opengis/fastify-table/utils.js";
|
2
|
+
|
3
|
+
export default function assignTokens({
|
4
|
+
rows = [], ispublic, uid, loadTable = {},
|
5
|
+
}) {
|
6
|
+
if (config?.security?.disableToken) return;
|
7
|
+
|
8
|
+
if (!config?.auth?.disable && !ispublic && !uid) throw new Error('empty user');
|
9
|
+
if (!loadTable?.table || !(loadTable?.form || loadTable?.add_form)) return null;
|
10
|
+
|
11
|
+
const form = loadTable?.form || loadTable?.add_form;
|
12
|
+
const addTokens = setToken({
|
13
|
+
ids: [JSON.stringify({ add: loadTable.table, form })],
|
14
|
+
mode: 'a',
|
15
|
+
uid: config?.auth?.disable || ispublic ? '1' : uid,
|
16
|
+
array: 1,
|
17
|
+
});
|
18
|
+
if (!rows.length) return addTokens[0];
|
19
|
+
|
20
|
+
rows.forEach((row) => {
|
21
|
+
const editTokens = setToken({
|
22
|
+
ids: [JSON.stringify({ id: row.id, table: loadTable.table, form })],
|
23
|
+
mode: 'w',
|
24
|
+
uid: config?.auth?.disable || ispublic ? '1' : uid,
|
25
|
+
array: 1,
|
26
|
+
});
|
27
|
+
Object.assign(row, { token: editTokens[0] });
|
28
|
+
});
|
29
|
+
return addTokens[0];
|
30
|
+
|
31
31
|
}
|
@@ -1,21 +1,21 @@
|
|
1
|
-
function onCheck(rule, data) {
|
2
|
-
const val = data[rule[0]];
|
3
|
-
// console.log(val, rule[1], rule[2])
|
4
|
-
if (rule[1] === '==') return val === rule[2];
|
5
|
-
if (rule[1] === '!=') return val !== rule[2];
|
6
|
-
if (rule[1] === 'in' && rule[2].split) return rule[2].split(',').includes(val);
|
7
|
-
if (rule[1] === 'in' && rule[2].includes) return rule[2].includes(val);
|
8
|
-
|
9
|
-
if (rule[1] === 'not in' && rule[2].split) return !rule[2].split(',').includes(val);
|
10
|
-
if (rule[1] === 'not in' && rule[2].includes) return !rule[2].includes(val);
|
11
|
-
|
12
|
-
if (rule[1] === '>') return val > rule[2];
|
13
|
-
if (rule[1] === '<') return val < rule[2];
|
14
|
-
}
|
15
|
-
export default function conditions(rules, data) {
|
16
|
-
if (!rules?.length) return true;
|
17
|
-
const result = Array.isArray(rules[0]) ? !rules.filter(el => !onCheck(el, data)).length : onCheck(rules, data)
|
18
|
-
// console.log(rules, result)
|
19
|
-
return result;
|
20
|
-
|
1
|
+
function onCheck(rule, data) {
|
2
|
+
const val = data[rule[0]];
|
3
|
+
// console.log(val, rule[1], rule[2])
|
4
|
+
if (rule[1] === '==') return val === rule[2];
|
5
|
+
if (rule[1] === '!=') return val !== rule[2];
|
6
|
+
if (rule[1] === 'in' && rule[2].split) return rule[2].split(',').includes(val);
|
7
|
+
if (rule[1] === 'in' && rule[2].includes) return rule[2].includes(val);
|
8
|
+
|
9
|
+
if (rule[1] === 'not in' && rule[2].split) return !rule[2].split(',').includes(val);
|
10
|
+
if (rule[1] === 'not in' && rule[2].includes) return !rule[2].includes(val);
|
11
|
+
|
12
|
+
if (rule[1] === '>') return val > rule[2];
|
13
|
+
if (rule[1] === '<') return val < rule[2];
|
14
|
+
}
|
15
|
+
export default function conditions(rules, data) {
|
16
|
+
if (!rules?.length) return true;
|
17
|
+
const result = Array.isArray(rules[0]) ? !rules.filter(el => !onCheck(el, data)).length : onCheck(rules, data)
|
18
|
+
// console.log(rules, result)
|
19
|
+
return result;
|
20
|
+
|
21
21
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { getTemplate } from "@opengis/fastify-table/utils.js";
|
2
|
-
|
3
|
-
export default async function getColumns({
|
4
|
-
columns = [], params = {}, opt = {}, loadTable = {}, form, table, dbColumns = [], mode = 'table',
|
5
|
-
}) {
|
6
|
-
const columnList = dbColumns.map((el) => el.name || el).join(',');
|
7
|
-
const cols = columns.filter((el) => columnList.includes(el?.name) && el?.name !== 'geom').map((el) => el?.name || el).join(',');
|
8
|
-
return { cols, columnList };
|
1
|
+
import { getTemplate } from "@opengis/fastify-table/utils.js";
|
2
|
+
|
3
|
+
export default async function getColumns({
|
4
|
+
columns = [], params = {}, opt = {}, loadTable = {}, form, table, dbColumns = [], mode = 'table',
|
5
|
+
}) {
|
6
|
+
const columnList = dbColumns.map((el) => el.name || el).join(',');
|
7
|
+
const cols = columns.filter((el) => columnList.includes(el?.name) && el?.name !== 'geom').map((el) => el?.name || el).join(',');
|
8
|
+
return { cols, columnList };
|
9
9
|
}
|
@@ -1,20 +1,20 @@
|
|
1
|
-
|
2
|
-
import tableData from "./controllers/tableData.js";
|
3
|
-
import tokenInfo from "./controllers/tokenInfo.js";
|
4
|
-
// import tableDataId from "./controllers/tableDataId.js";
|
5
|
-
import cardData from "./controllers/cardData.js";
|
6
|
-
import cardTabData from './controllers/cardTabData.js';
|
7
|
-
import tableFilter from "./controllers/tableFilter.js";
|
8
|
-
|
9
|
-
import { tableDataSchema, tableDataIdSchema, tableFilterSchema, cardTabDataSchema } from './schema.js';
|
10
|
-
import tableInfo from "./controllers/tableInfo.js";
|
11
|
-
|
12
|
-
export default async function route(fastify) {
|
13
|
-
const policy = ['user'];
|
14
|
-
fastify.get(`/token-info/:token`, { config: { policy: ['admin'] } }, tokenInfo);
|
15
|
-
fastify.get(`/table-data/:table`, { config: { policy }, schema: tableDataSchema }, tableData);
|
16
|
-
fastify.get(`/card-data/:token`, { config: { policy }, scheme: cardTabDataSchema }, cardTabData);
|
17
|
-
fastify.get(`/table-data/:table/:id`, { config: { policy }, schema: tableDataIdSchema }, cardData);
|
18
|
-
fastify.get(`/table-filter/:name`, { config: { policy }, schema: tableFilterSchema }, tableFilter);
|
19
|
-
fastify.get(`/table-info/:table/:id?`, { config: { policy }, schema: tableDataSchema }, tableInfo);
|
20
|
-
}
|
1
|
+
|
2
|
+
import tableData from "./controllers/tableData.js";
|
3
|
+
import tokenInfo from "./controllers/tokenInfo.js";
|
4
|
+
// import tableDataId from "./controllers/tableDataId.js";
|
5
|
+
import cardData from "./controllers/cardData.js";
|
6
|
+
import cardTabData from './controllers/cardTabData.js';
|
7
|
+
import tableFilter from "./controllers/tableFilter.js";
|
8
|
+
|
9
|
+
import { tableDataSchema, tableDataIdSchema, tableFilterSchema, cardTabDataSchema } from './schema.js';
|
10
|
+
import tableInfo from "./controllers/tableInfo.js";
|
11
|
+
|
12
|
+
export default async function route(fastify) {
|
13
|
+
const policy = ['user'];
|
14
|
+
fastify.get(`/token-info/:token`, { config: { policy: ['admin'] } }, tokenInfo);
|
15
|
+
fastify.get(`/table-data/:table`, { config: { policy }, schema: tableDataSchema }, tableData);
|
16
|
+
fastify.get(`/card-data/:token`, { config: { policy }, scheme: cardTabDataSchema }, cardTabData);
|
17
|
+
fastify.get(`/table-data/:table/:id`, { config: { policy }, schema: tableDataIdSchema }, cardData);
|
18
|
+
fastify.get(`/table-filter/:name`, { config: { policy }, schema: tableFilterSchema }, tableFilter);
|
19
|
+
fastify.get(`/table-info/:table/:id?`, { config: { policy }, schema: tableDataSchema }, tableInfo);
|
20
|
+
}
|
@@ -1,54 +1,54 @@
|
|
1
|
-
const tableDataSchema = {
|
2
|
-
querystring: {
|
3
|
-
limit: { type: 'string', pattern: '^(\\d+)$' },
|
4
|
-
page: { type: 'string', pattern: '^(\\d+)$' },
|
5
|
-
// filter: { type: 'string', pattern: '^([\\w\\d_-]+)=([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
|
6
|
-
// search: { type: 'string', pattern: '^([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
|
7
|
-
order: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
8
|
-
desc: { type: 'string', pattern: '^(\\d+)$' },
|
9
|
-
state: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
10
|
-
custom: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
11
|
-
bbox: { type: 'string', pattern: '^([\\d\\s,.-]+)$' },
|
12
|
-
polyline: { type: 'string', pattern: '^([\\d\\w|@{}~_`]+)$' },
|
13
|
-
// key: { type: 'string', pattern: '^([\\d\\w_]+)$' },
|
14
|
-
sql: { type: 'string', pattern: '^(\\d)$' },
|
15
|
-
},
|
16
|
-
params: {
|
17
|
-
id: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
18
|
-
table: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
19
|
-
}
|
20
|
-
};
|
21
|
-
|
22
|
-
const tableDataIdSchema = {
|
23
|
-
params: {
|
24
|
-
id: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
25
|
-
name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
26
|
-
}
|
27
|
-
};
|
28
|
-
|
29
|
-
const tableFilterSchema = {
|
30
|
-
params: {
|
31
|
-
name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
32
|
-
}
|
33
|
-
};
|
34
|
-
|
35
|
-
const cardDataSchema = {
|
36
|
-
params: {
|
37
|
-
id: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
38
|
-
table: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
39
|
-
}
|
40
|
-
};
|
41
|
-
|
42
|
-
const cardTabDataSchema = {
|
43
|
-
querystring: {
|
44
|
-
sql: { type: 'string', pattern: '^(\\d)$' }
|
45
|
-
},
|
46
|
-
params: {
|
47
|
-
token: { type: 'string', pattern: '^([\\d\\w]+)$' },
|
48
|
-
}
|
49
|
-
};
|
50
|
-
export {
|
51
|
-
tableDataSchema, tableDataIdSchema, tableFilterSchema,
|
52
|
-
cardDataSchema, cardTabDataSchema
|
53
|
-
}
|
54
|
-
export default null;
|
1
|
+
const tableDataSchema = {
|
2
|
+
querystring: {
|
3
|
+
limit: { type: 'string', pattern: '^(\\d+)$' },
|
4
|
+
page: { type: 'string', pattern: '^(\\d+)$' },
|
5
|
+
// filter: { type: 'string', pattern: '^([\\w\\d_-]+)=([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
|
6
|
+
// search: { type: 'string', pattern: '^([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' },
|
7
|
+
order: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
8
|
+
desc: { type: 'string', pattern: '^(\\d+)$' },
|
9
|
+
state: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
10
|
+
custom: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
11
|
+
bbox: { type: 'string', pattern: '^([\\d\\s,.-]+)$' },
|
12
|
+
polyline: { type: 'string', pattern: '^([\\d\\w|@{}~_`]+)$' },
|
13
|
+
// key: { type: 'string', pattern: '^([\\d\\w_]+)$' },
|
14
|
+
sql: { type: 'string', pattern: '^(\\d)$' },
|
15
|
+
},
|
16
|
+
params: {
|
17
|
+
id: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
18
|
+
table: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
19
|
+
}
|
20
|
+
};
|
21
|
+
|
22
|
+
const tableDataIdSchema = {
|
23
|
+
params: {
|
24
|
+
id: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
25
|
+
name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
26
|
+
}
|
27
|
+
};
|
28
|
+
|
29
|
+
const tableFilterSchema = {
|
30
|
+
params: {
|
31
|
+
name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
32
|
+
}
|
33
|
+
};
|
34
|
+
|
35
|
+
const cardDataSchema = {
|
36
|
+
params: {
|
37
|
+
id: { type: 'string', pattern: '^([\\d\\w_.-]+)$' },
|
38
|
+
table: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
|
39
|
+
}
|
40
|
+
};
|
41
|
+
|
42
|
+
const cardTabDataSchema = {
|
43
|
+
querystring: {
|
44
|
+
sql: { type: 'string', pattern: '^(\\d)$' }
|
45
|
+
},
|
46
|
+
params: {
|
47
|
+
token: { type: 'string', pattern: '^([\\d\\w]+)$' },
|
48
|
+
}
|
49
|
+
};
|
50
|
+
export {
|
51
|
+
tableDataSchema, tableDataIdSchema, tableFilterSchema,
|
52
|
+
cardDataSchema, cardTabDataSchema
|
53
|
+
}
|
54
|
+
export default null;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import getMenu from './controllers/getMenu.js';
|
2
|
-
|
3
|
-
export default async function (fastify, opts) {
|
4
|
-
fastify.get(`/user-menu`, getMenu);
|
5
|
-
}
|
1
|
+
import getMenu from './controllers/getMenu.js';
|
2
|
+
|
3
|
+
export default async function (fastify, opts) {
|
4
|
+
fastify.get(`/user-menu`, getMenu);
|
5
|
+
}
|