@opengis/admin 0.3.102 → 0.3.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -97
- package/config.js +4 -4
- package/dist/add-page-CxrU5Q4l.js +127 -0
- package/dist/{admin-interface-mIo1_gE2.js → admin-interface-AsvHxkp6.js} +654 -684
- package/dist/admin-view-C7QW8ebw.js +703 -0
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +82 -82
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-BPUveYDd.js → card-view-SiUXOypt.js} +1 -1
- package/dist/edit-page-PXfumoJ-.js +145 -0
- package/dist/{import-file-Bs86FUW3.js → import-file-KkQTE8rh.js} +19705 -19959
- package/dist/{profile-page-DHRxyJA_.js → profile-page-B8ZKBocp.js} +4 -4
- 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/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/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 +1 -1
- package/server/helpers/core/coalesce.js +7 -7
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/list/buttonHelper.js +21 -21
- 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/helpers/utils/mdToHTML.js +17 -17
- 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/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/tableDataId.js +27 -27
- 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/notifications/controllers/readNotifications.js +18 -18
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- 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/properties/schema.js +10 -10
- package/server/routes/report/controllers/list.js +21 -21
- package/server/routes/report/controllers/tableData.js +107 -112
- package/server/routes/report/controllers/widgetData.js +104 -90
- package/server/routes/report/index.mjs +9 -9
- package/server/routes/report/utils/formatValue.js +179 -179
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +44 -44
- 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 +72 -72
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/util/controllers/code.generator.js +89 -89
- package/server/routes/widget/controllers/widget.del.js +80 -80
- package/server/routes/widget/controllers/widget.set.js +101 -101
- package/server/routes/widget/hook/onWidgetSet.js +12 -12
- package/server/routes/widget/index.mjs +20 -20
- 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/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/server/utils/addNotification.js +21 -21
- package/server/utils/sendNotification.js +89 -89
- package/dist/add-page-BtME1JJf.js +0 -126
- package/dist/admin-view-URsx4MBX.js +0 -1018
- package/dist/assets/images/eye.svg +0 -4
- package/dist/assets/images/file-up.svg +0 -6
- package/dist/edit-page-DVyHgdP0.js +0 -154
@@ -1,26 +1,26 @@
|
|
1
|
-
import { addHook } from '@opengis/fastify-table/utils.js';
|
2
|
-
|
3
|
-
// api
|
4
|
-
import testEmail from './controllers/testEmail.js';
|
5
|
-
import readNotifications from './controllers/readNotifications.js'; // mark as read
|
6
|
-
import userNotifications from './controllers/userNotifications.js'; // check all, backend pagination
|
7
|
-
|
8
|
-
// hook
|
9
|
-
import onWidgetSet from './hook/onWidgetSet.js'; // send notification on comment
|
10
|
-
|
11
|
-
// funcs
|
12
|
-
// import addNotification from '../notifications/funcs/addNotification.js'; // add to db
|
13
|
-
// import notification from '../notifications/funcs/sendNotification.js'; // send notification
|
14
|
-
|
15
|
-
import { notificationSchema, emailSchema } from './schema.js';
|
16
|
-
|
17
|
-
export default async function route(fastify) {
|
18
|
-
|
19
|
-
// fastify.decorate('addNotification', addNotification);
|
20
|
-
// fastify.decorate('notification', notification);
|
21
|
-
|
22
|
-
fastify.get('/test-email', { config: { policy: ['user'] }, schema: emailSchema }, testEmail);
|
23
|
-
fastify.get('/notification', { config: { policy: ['user'] }, schema: notificationSchema }, userNotifications);
|
24
|
-
fastify.get('/notification-read/:id?', { config: { policy: ['user'] }, schema: notificationSchema }, readNotifications);
|
25
|
-
addHook('onWidgetSet', onWidgetSet);
|
26
|
-
}
|
1
|
+
import { addHook } from '@opengis/fastify-table/utils.js';
|
2
|
+
|
3
|
+
// api
|
4
|
+
import testEmail from './controllers/testEmail.js';
|
5
|
+
import readNotifications from './controllers/readNotifications.js'; // mark as read
|
6
|
+
import userNotifications from './controllers/userNotifications.js'; // check all, backend pagination
|
7
|
+
|
8
|
+
// hook
|
9
|
+
import onWidgetSet from './hook/onWidgetSet.js'; // send notification on comment
|
10
|
+
|
11
|
+
// funcs
|
12
|
+
// import addNotification from '../notifications/funcs/addNotification.js'; // add to db
|
13
|
+
// import notification from '../notifications/funcs/sendNotification.js'; // send notification
|
14
|
+
|
15
|
+
import { notificationSchema, emailSchema } from './schema.js';
|
16
|
+
|
17
|
+
export default async function route(fastify) {
|
18
|
+
|
19
|
+
// fastify.decorate('addNotification', addNotification);
|
20
|
+
// fastify.decorate('notification', notification);
|
21
|
+
|
22
|
+
fastify.get('/test-email', { config: { policy: ['user'] }, schema: emailSchema }, testEmail);
|
23
|
+
fastify.get('/notification', { config: { policy: ['user'] }, schema: notificationSchema }, userNotifications);
|
24
|
+
fastify.get('/notification-read/:id?', { config: { policy: ['user'] }, schema: notificationSchema }, readNotifications);
|
25
|
+
addHook('onWidgetSet', onWidgetSet);
|
26
|
+
}
|
@@ -1,17 +1,17 @@
|
|
1
|
-
const notificationSchema = {
|
2
|
-
params: {
|
3
|
-
id: { type: 'string', pattern: '^([\\d\\w]+)$' },
|
4
|
-
},
|
5
|
-
querystring: {
|
6
|
-
nocache: { type: 'string', pattern: '^(\\d+)$' },
|
7
|
-
},
|
8
|
-
};
|
9
|
-
|
10
|
-
const emailSchema = {
|
11
|
-
quertstring: {
|
12
|
-
to: { type: 'string', pattern: '^((?!\\.)[\\w\\-_.]*[^.])(@\\w+)(\\.\\w+(\\.\\w+)?[^.\\W])$' },
|
13
|
-
},
|
14
|
-
};
|
15
|
-
|
16
|
-
export default null;
|
1
|
+
const notificationSchema = {
|
2
|
+
params: {
|
3
|
+
id: { type: 'string', pattern: '^([\\d\\w]+)$' },
|
4
|
+
},
|
5
|
+
querystring: {
|
6
|
+
nocache: { type: 'string', pattern: '^(\\d+)$' },
|
7
|
+
},
|
8
|
+
};
|
9
|
+
|
10
|
+
const emailSchema = {
|
11
|
+
quertstring: {
|
12
|
+
to: { type: 'string', pattern: '^((?!\\.)[\\w\\-_.]*[^.])(@\\w+)(\\.\\w+(\\.\\w+)?[^.\\W])$' },
|
13
|
+
},
|
14
|
+
};
|
15
|
+
|
16
|
+
export default null;
|
17
17
|
export { notificationSchema, emailSchema }
|
@@ -1,11 +1,11 @@
|
|
1
|
-
const propertiesSchema = {
|
2
|
-
params: {
|
3
|
-
key: { type: 'string', pattern: '^([\\d\\w._]+)$' },
|
4
|
-
},
|
5
|
-
querystring: {
|
6
|
-
json: { type: 'string', pattern: '^([\\d\\w]+)$' },
|
7
|
-
},
|
8
|
-
};
|
9
|
-
|
10
|
-
export default null;
|
1
|
+
const propertiesSchema = {
|
2
|
+
params: {
|
3
|
+
key: { type: 'string', pattern: '^([\\d\\w._]+)$' },
|
4
|
+
},
|
5
|
+
querystring: {
|
6
|
+
json: { type: 'string', pattern: '^([\\d\\w]+)$' },
|
7
|
+
},
|
8
|
+
};
|
9
|
+
|
10
|
+
export default null;
|
11
11
|
export { propertiesSchema }
|
@@ -1,21 +1,21 @@
|
|
1
|
-
import path from 'node:path';
|
2
|
-
|
3
|
-
import { getTemplatePath, getTemplate } from '@opengis/fastify-table/utils.js';
|
4
|
-
|
5
|
-
export default async function reportList({
|
6
|
-
user = {},
|
7
|
-
}) {
|
8
|
-
const arr = getTemplatePath('report');
|
9
|
-
|
10
|
-
const rows = await Promise.all(arr.map(async (el) => {
|
11
|
-
const loadTemplate = await getTemplate('report', el[0]);
|
12
|
-
const item = Array.isArray(loadTemplate) ? loadTemplate?.find?.(el => el[0].replace(path.extname(el[0]), '') === 'index')[1] : loadTemplate;
|
13
|
-
return {
|
14
|
-
name: el[0],
|
15
|
-
filters: item?.filters || [],
|
16
|
-
title: item?.title || el[0],
|
17
|
-
sql: user.user_type?.includes('admin') ? item?.sql : undefined,
|
18
|
-
};
|
19
|
-
}));
|
20
|
-
return { rows };
|
21
|
-
}
|
1
|
+
import path from 'node:path';
|
2
|
+
|
3
|
+
import { getTemplatePath, getTemplate } from '@opengis/fastify-table/utils.js';
|
4
|
+
|
5
|
+
export default async function reportList({
|
6
|
+
user = {},
|
7
|
+
}) {
|
8
|
+
const arr = getTemplatePath('report');
|
9
|
+
|
10
|
+
const rows = await Promise.all(arr.map(async (el) => {
|
11
|
+
const loadTemplate = await getTemplate('report', el[0]);
|
12
|
+
const item = Array.isArray(loadTemplate) ? loadTemplate?.find?.(el => el[0].replace(path.extname(el[0]), '') === 'index')[1] : loadTemplate;
|
13
|
+
return {
|
14
|
+
name: el[0],
|
15
|
+
filters: item?.filters || [],
|
16
|
+
title: item?.title || el[0],
|
17
|
+
sql: user.user_type?.includes('admin') ? item?.sql : undefined,
|
18
|
+
};
|
19
|
+
}));
|
20
|
+
return { rows };
|
21
|
+
}
|
@@ -1,112 +1,107 @@
|
|
1
|
-
import path from 'node:path';
|
2
|
-
|
3
|
-
import {
|
4
|
-
|
5
|
-
import getFilterQuery from '../utils/getFilterQuery.js';
|
6
|
-
|
7
|
-
const maxLimit = 100;
|
8
|
-
|
9
|
-
export default async function tableData({
|
10
|
-
pg = pgClients.client, params = {}, query = {}, user = {},
|
11
|
-
}, reply) {
|
12
|
-
if (!params?.name) {
|
13
|
-
return { message: 'not enough params: name', status: 400 };
|
14
|
-
}
|
15
|
-
|
16
|
-
const body = await getTemplate('report', params.name);
|
17
|
-
const loadTemplate = Array.isArray(body) ? body?.find?.(el => el[0].replace(path.extname(el[0]), '') === 'index')?.[1] : body;
|
18
|
-
|
19
|
-
if (!loadTemplate?.sql && !loadTemplate?.table) {
|
20
|
-
return reply.status(404).send(`report not found: ${params.name}`);
|
21
|
-
}
|
22
|
-
|
23
|
-
if (loadTemplate?.table && !pg.pk?.[loadTemplate.table]) {
|
24
|
-
return reply.status(404).send(`table not found: ${loadTemplate.table}`);
|
25
|
-
}
|
26
|
-
|
27
|
-
if (Array.isArray(body)) {
|
28
|
-
loadTemplate.widgets = [];
|
29
|
-
body.filter(el => el[0].replace(path.extname(el[0]), '') !== 'index').forEach((el) => {
|
30
|
-
loadTemplate.widgets.push(el[1]);
|
31
|
-
});
|
32
|
-
}
|
33
|
-
|
34
|
-
const {
|
35
|
-
|
36
|
-
|
37
|
-
const
|
38
|
-
|
39
|
-
|
40
|
-
const
|
41
|
-
|
42
|
-
|
43
|
-
const
|
44
|
-
|
45
|
-
|
46
|
-
const
|
47
|
-
|
48
|
-
const
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
})
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
const
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
subtitle,
|
109
|
-
widgets,
|
110
|
-
columns,
|
111
|
-
};
|
112
|
-
}
|
1
|
+
import path from 'node:path';
|
2
|
+
|
3
|
+
import { pgClients, getTemplate, metaFormat, handlebarsSync } from '@opengis/fastify-table/utils.js';
|
4
|
+
|
5
|
+
import getFilterQuery from '../utils/getFilterQuery.js';
|
6
|
+
|
7
|
+
const maxLimit = 100;
|
8
|
+
|
9
|
+
export default async function tableData({
|
10
|
+
pg = pgClients.client, params = {}, query = {}, user = {},
|
11
|
+
}, reply) {
|
12
|
+
if (!params?.name) {
|
13
|
+
return { message: 'not enough params: name', status: 400 };
|
14
|
+
}
|
15
|
+
|
16
|
+
const body = await getTemplate('report', params.name);
|
17
|
+
const loadTemplate = Array.isArray(body) ? body?.find?.(el => el[0].replace(path.extname(el[0]), '') === 'index')?.[1] : body;
|
18
|
+
|
19
|
+
if (!loadTemplate?.sql && !loadTemplate?.table) {
|
20
|
+
return reply.status(404).send(`report not found: ${params.name}`);
|
21
|
+
}
|
22
|
+
|
23
|
+
if (loadTemplate?.table && !pg.pk?.[loadTemplate.table]) {
|
24
|
+
return reply.status(404).send(`table not found: ${loadTemplate.table}`);
|
25
|
+
}
|
26
|
+
|
27
|
+
if (Array.isArray(body)) {
|
28
|
+
loadTemplate.widgets = [];
|
29
|
+
body.filter(el => el[0].replace(path.extname(el[0]), '') !== 'index').forEach((el) => {
|
30
|
+
loadTemplate.widgets.push(el[1]);
|
31
|
+
});
|
32
|
+
}
|
33
|
+
|
34
|
+
const { title, subtitle, widgets = [], kpi, sql = `select * from ${loadTemplate.table} where ${loadTemplate.query || 'true'}`, meta, filters } = loadTemplate;
|
35
|
+
const { date, columns: metaColumns } = meta || {};
|
36
|
+
|
37
|
+
const granularity = query.granularity && date && false ? `date_trunc('${query.granularity}',${date})::date::text` : null;
|
38
|
+
const groupby = [meta?.groupby, granularity].filter(el => el).join(',');
|
39
|
+
|
40
|
+
const period = query.period && date ? `${date}=${query.period}` : null;
|
41
|
+
const filter = [query.filter, period].filter(el => el).join(';');
|
42
|
+
|
43
|
+
const limit = Math.min(maxLimit, +(query.limit || 20));
|
44
|
+
const offset = query.page && query.page > 0 ? (query.page - 1) * limit : 0;
|
45
|
+
|
46
|
+
const { fields = [] } = await pg.query(`select * from (${sql.replace(/{{uid}}/g, user?.uid)})q limit 0`);
|
47
|
+
|
48
|
+
const where = filter ? getFilterQuery({ pg, filter, fields, filterList: filters })?.map?.(el => el.query)?.join(' and ') : null;
|
49
|
+
|
50
|
+
const q = `select ${metaColumns || '*'} from (${sql.replace(/{{uid}}/g, user?.uid)})q where ${where || '1=1'} ${groupby ? `group by ${groupby}` : ''} limit ${limit} offset ${offset}`;
|
51
|
+
|
52
|
+
if (query.sql && user?.user_type?.includes('admin')) {
|
53
|
+
return q;
|
54
|
+
}
|
55
|
+
|
56
|
+
if (kpi?.length) {
|
57
|
+
await Promise.all(kpi.map(async (el) => {
|
58
|
+
if (!el.sql && !el.table) {
|
59
|
+
Object.assign(el, { error: 'empty sql / table' });
|
60
|
+
return;
|
61
|
+
}
|
62
|
+
|
63
|
+
const sqlq = el.sql || `select ${el.agg || 'count(*)'} as value from ${el.table} where ${el.query || 'true'}`;
|
64
|
+
const { rows = [], fields = [] } = await pg.query(sqlq.replace(/{{uid}}/g, user?.uid)).catch(err => {
|
65
|
+
Object.assign(el, { error: err.toString() });
|
66
|
+
}) || {};
|
67
|
+
Object.assign(el, { count: rows?.[0]?.[fields[0].name] || 0, sql: user?.user_type === 'admin' ? sqlq.replace(/{{uid}}/g, user?.uid) : undefined });
|
68
|
+
}));
|
69
|
+
}
|
70
|
+
|
71
|
+
widgets?.forEach?.((el) => Object.assign(el, {
|
72
|
+
agg: user?.user_type === 'admin' ? el.agg : undefined,
|
73
|
+
sql: user?.user_type === 'admin' ? el.sql : undefined
|
74
|
+
}));
|
75
|
+
|
76
|
+
const types = fields.reduce((acc, curr) => ({ ...acc, [curr.name]: pg.pgType?.[curr.dataTypeID] }), {});
|
77
|
+
|
78
|
+
const { rows = [] } = await pg.query(q).catch(err => {
|
79
|
+
return reply.status(500).send('query error: ' + err.toString());
|
80
|
+
});
|
81
|
+
|
82
|
+
await metaFormat({ rows, cls: meta?.cls, sufix: false }, pg);
|
83
|
+
|
84
|
+
const columns = fields.map(el => ({
|
85
|
+
name: el.name,
|
86
|
+
title: meta?.titles?.[el.name] || el.name,
|
87
|
+
type: meta?.cls?.[el.name]
|
88
|
+
? 'Autocomplete'
|
89
|
+
: (
|
90
|
+
['date', 'timestamp with time zone', 'timestamp without time zone'].includes(types[el.name])
|
91
|
+
? 'Date'
|
92
|
+
: null
|
93
|
+
) || 'Text',
|
94
|
+
format: pg.pgType?.[el.dataTypeID],
|
95
|
+
data: meta?.cls?.[el.name],
|
96
|
+
}));
|
97
|
+
|
98
|
+
return {
|
99
|
+
q: user?.user_type?.includes('admin') ? q : undefined,
|
100
|
+
kpi,
|
101
|
+
data: rows,
|
102
|
+
title,
|
103
|
+
subtitle,
|
104
|
+
widgets,
|
105
|
+
columns,
|
106
|
+
};
|
107
|
+
}
|
@@ -1,90 +1,104 @@
|
|
1
|
-
import path from 'node:path';
|
2
|
-
|
3
|
-
import { pgClients, getTemplate, metaFormat } from '@opengis/fastify-table/utils.js';
|
4
|
-
|
5
|
-
const maxLimit = 100;
|
6
|
-
|
7
|
-
export default async function widgetData({
|
8
|
-
pg = pgClients.client, params = {}, query = {}, user = {},
|
9
|
-
}, reply) {
|
10
|
-
if (!params?.name) {
|
11
|
-
return { message: 'not enough params: name', status: 400 };
|
12
|
-
}
|
13
|
-
|
14
|
-
if (!params?.widget) {
|
15
|
-
return reply.status(400).send('not enough params: widget');
|
16
|
-
}
|
17
|
-
|
18
|
-
const body = await getTemplate('report', params.name);
|
19
|
-
const loadTemplate = Array.isArray(body) ? body?.find?.(el => el[0].replace(path.extname(el[0]), '') === 'index')?.[1] : body;
|
20
|
-
|
21
|
-
if (!loadTemplate
|
22
|
-
return reply.status(404).send(`report not found: ${params.name}`);
|
23
|
-
}
|
24
|
-
|
25
|
-
if (
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
if (!widget) {
|
41
|
-
return reply.status(404).send(`widget not found: ${
|
42
|
-
}
|
43
|
-
|
44
|
-
const { cls = {}, titles = {} } = widget.meta || {};
|
45
|
-
|
46
|
-
const offset = query.page && query.page > 0 ? (query.page - 1) * limit : 0;
|
47
|
-
const sql = widget.sql || `select * from ${widget.table} where ${widget.query || 'true'} limit ${maxLimit} offset ${offset}`;
|
48
|
-
|
49
|
-
const groupby = typeof widget.groupby === 'string'
|
50
|
-
? { name: widget.groupby }
|
51
|
-
: (widget.groupby?.[0] || widget.groupby);
|
52
|
-
|
53
|
-
if (groupby.cls) {
|
54
|
-
Object.assign(cls, { [groupby.name]: groupby.cls });
|
55
|
-
}
|
56
|
-
|
57
|
-
const q = widget.agg
|
58
|
-
? `select ${widget.agg}
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
}));
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
1
|
+
import path from 'node:path';
|
2
|
+
|
3
|
+
import { pgClients, getTemplate, metaFormat } from '@opengis/fastify-table/utils.js';
|
4
|
+
|
5
|
+
const maxLimit = 100;
|
6
|
+
|
7
|
+
export default async function widgetData({
|
8
|
+
pg = pgClients.client, params = {}, query = {}, user = {},
|
9
|
+
}, reply) {
|
10
|
+
if (!params?.name) {
|
11
|
+
return { message: 'not enough params: name', status: 400 };
|
12
|
+
}
|
13
|
+
|
14
|
+
if (!params?.widget) {
|
15
|
+
return reply.status(400).send('not enough params: widget');
|
16
|
+
}
|
17
|
+
|
18
|
+
const body = await getTemplate('report', params.name);
|
19
|
+
const loadTemplate = Array.isArray(body) ? body?.find?.(el => el[0].replace(path.extname(el[0]), '') === 'index')?.[1] : body;
|
20
|
+
|
21
|
+
if (!loadTemplate) {
|
22
|
+
return reply.status(404).send(`report not found: ${params.name}`);
|
23
|
+
}
|
24
|
+
|
25
|
+
if (Array.isArray(body)) {
|
26
|
+
loadTemplate.widgets = [];
|
27
|
+
body.filter(el => el[0].replace(path.extname(el[0]), '') !== 'index').forEach((el) => {
|
28
|
+
loadTemplate.widgets.push(el[1]);
|
29
|
+
});
|
30
|
+
}
|
31
|
+
|
32
|
+
const { widgets = [] } = loadTemplate;
|
33
|
+
|
34
|
+
const widget = widgets.find(el => el.name === params.widget);
|
35
|
+
|
36
|
+
if (!widget) {
|
37
|
+
return reply.status(404).send(`widget not found: ${params.widget}`);
|
38
|
+
}
|
39
|
+
|
40
|
+
if (!widget.table || !pg.pk?.[widget.table]) {
|
41
|
+
return reply.status(404).send(`widget table not found: ${widget.table}`);
|
42
|
+
}
|
43
|
+
|
44
|
+
const { cls = {}, titles = {} } = widget.meta || {};
|
45
|
+
|
46
|
+
const offset = query.page && query.page > 0 ? (query.page - 1) * limit : 0;
|
47
|
+
const sql = widget.sql || `select * from ${widget.table} where ${widget.query || 'true'} limit ${maxLimit} offset ${offset}`;
|
48
|
+
|
49
|
+
const groupby = typeof widget.groupby === 'string'
|
50
|
+
? { name: widget.groupby }
|
51
|
+
: (widget.groupby?.[0] || widget.groupby);
|
52
|
+
|
53
|
+
if (groupby.cls) {
|
54
|
+
Object.assign(cls, { [groupby.name]: groupby.cls });
|
55
|
+
}
|
56
|
+
|
57
|
+
const q = widget.agg
|
58
|
+
? `select ${widget.agg} as metric ${
|
59
|
+
groupby.name
|
60
|
+
? `${widget.granularity
|
61
|
+
? `,date_trunc('${widget.granularity}', ${groupby.name})`
|
62
|
+
: `,${groupby.name}`}`
|
63
|
+
: ''
|
64
|
+
} as ${groupby.name} from (${sql}) t ${
|
65
|
+
groupby.name
|
66
|
+
? `group by ${
|
67
|
+
widget.granularity
|
68
|
+
? `date_trunc('${widget.granularity}', ${groupby.name})`
|
69
|
+
: groupby.name
|
70
|
+
}`
|
71
|
+
: ''
|
72
|
+
}`
|
73
|
+
: sql;
|
74
|
+
|
75
|
+
const { rows = [], fields = [] } = await pg.query(q).catch(err => {
|
76
|
+
Object.assign(widget, { error: err.toString() });
|
77
|
+
}) || {};
|
78
|
+
await metaFormat({ rows, cls, sufix: false }, pg);
|
79
|
+
|
80
|
+
const types = fields.reduce((acc, curr) => ({ ...acc, [curr.name]: pg.pgType?.[curr.dataTypeID] }), {});
|
81
|
+
|
82
|
+
const columns = fields.map(el => ({
|
83
|
+
name: el.name,
|
84
|
+
title: titles?.[el.name] || el.name,
|
85
|
+
type: cls?.[el.name]
|
86
|
+
? 'Autocomplete'
|
87
|
+
: (
|
88
|
+
['date', 'timestamp with time zone', 'timestamp without time zone'].includes(types[el.name])
|
89
|
+
? 'Date'
|
90
|
+
: null
|
91
|
+
) || 'Text',
|
92
|
+
format: pg.pgType?.[el.dataTypeID],
|
93
|
+
data: cls?.[el.name],
|
94
|
+
}));
|
95
|
+
|
96
|
+
Object.assign(widget, {
|
97
|
+
source: rows,
|
98
|
+
columns,
|
99
|
+
agg: user?.user_type === 'admin' ? widget.agg : undefined,
|
100
|
+
sql: user?.user_type === 'admin' ? q : undefined,
|
101
|
+
});
|
102
|
+
|
103
|
+
return widget;
|
104
|
+
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import tableData from './controllers/tableData.js';
|
2
|
-
import widgetData from './controllers/widgetData.js';
|
3
|
-
import reportList from './controllers/list.js';
|
4
|
-
|
5
|
-
export default async function route(app) {
|
6
|
-
app.get('/reports', {}, reportList);
|
7
|
-
app.get('/reports/:name', {}, tableData);
|
8
|
-
app.get('/reports/:name/:widget', {}, widgetData);
|
9
|
-
}
|
1
|
+
import tableData from './controllers/tableData.js';
|
2
|
+
import widgetData from './controllers/widgetData.js';
|
3
|
+
import reportList from './controllers/list.js';
|
4
|
+
|
5
|
+
export default async function route(app) {
|
6
|
+
app.get('/reports', {}, reportList);
|
7
|
+
app.get('/reports/:name', {}, tableData);
|
8
|
+
app.get('/reports/:name/:widget', {}, widgetData);
|
9
|
+
}
|