@opengis/admin 0.2.112 → 0.2.113

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.
Files changed (118) hide show
  1. package/README.md +97 -97
  2. package/config.js +4 -4
  3. package/dist/{add-page-CJwzSjcW.js → add-page-BH6RXRcE.js} +1 -1
  4. package/dist/{admin-interface-BZFCowsT.js → admin-interface-crBtXD5Z.js} +2 -2
  5. package/dist/{admin-view-CCuPr8g1.js → admin-view-BlFQ5MAm.js} +2 -2
  6. package/dist/admin.js +1 -1
  7. package/dist/admin.umd.cjs +71 -71
  8. package/dist/assets/logo.svg +41 -41
  9. package/dist/{card-view-Cn_iP3q3.js → card-view-CQBLU6QA.js} +1 -1
  10. package/dist/{edit-page-CieGhQpW.js → edit-page-8HoFhOIT.js} +1 -1
  11. package/dist/{import-file-BwBdLE9n.js → import-file-BJbIy5cf.js} +7577 -7547
  12. package/dist/{profile-page-CWBKAVrP.js → profile-page-BYj-liZM.js} +1 -1
  13. package/dist/style.css +1 -1
  14. package/module/settings/card/admin.accounts.table/index.yml +7 -7
  15. package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
  16. package/module/settings/card/admin.accounts.table/users.hbs +13 -13
  17. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  18. package/module/settings/card/admin.routes.table/index.yml +11 -11
  19. package/module/settings/card/admin.routes.table/users.hbs +16 -16
  20. package/module/settings/cls/core.actions.json +17 -17
  21. package/module/settings/cls/core.scope.json +13 -13
  22. package/module/settings/cls/properties.site_status.json +13 -13
  23. package/module/settings/cls/properties.widget_status.json +13 -13
  24. package/module/settings/cls/users.user_type.json +13 -13
  25. package/module/settings/cls/yes_no.json +11 -11
  26. package/module/settings/form/admin.accounts.form.json +13 -13
  27. package/module/settings/form/admin.properties.form.json +15 -15
  28. package/module/settings/form/admin.roles.form.json +21 -21
  29. package/module/settings/form/admin.user_properties.form.json +15 -15
  30. package/module/settings/form/admin.user_roles_card.form.json +13 -13
  31. package/module/settings/interface/admin.properties.json +4 -4
  32. package/module/settings/interface/admin.roles.json +4 -4
  33. package/module/settings/interface/admin.routes.json +4 -4
  34. package/module/settings/interface/admin.users.json +4 -4
  35. package/module/settings/select/core.routes.sql +1 -1
  36. package/module/settings/select/core.user_mentioned.sql +1 -1
  37. package/module/settings/select/core.user_uid.sql +1 -1
  38. package/module/settings/table/admin.properties.table.json +39 -39
  39. package/module/settings/table/admin.user_properties.table.json +34 -34
  40. package/package.json +2 -2
  41. package/plugin.js +29 -29
  42. package/server/helpers/core/badge.js +16 -16
  43. package/server/helpers/core/buttonHelper.js +21 -21
  44. package/server/helpers/core/select.js +48 -48
  45. package/server/helpers/core/token.js +18 -18
  46. package/server/helpers/index.js +31 -31
  47. package/server/helpers/list/buttonHelper.js +21 -21
  48. package/server/helpers/list/utils/button.js +5 -5
  49. package/server/helpers/temp/contentList.js +58 -58
  50. package/server/helpers/temp/ifCond.js +101 -101
  51. package/server/helpers/utils/button.js +5 -5
  52. package/server/plugins/access/index.mjs +6 -6
  53. package/server/plugins/adminHook.js +81 -81
  54. package/server/plugins/cron.js +10 -10
  55. package/server/plugins/docs.js +28 -28
  56. package/server/routes/access/controllers/access.group.js +29 -29
  57. package/server/routes/access/controllers/access.group.post.js +54 -54
  58. package/server/routes/access/index.mjs +11 -11
  59. package/server/routes/access/schema.mjs +67 -67
  60. package/server/routes/calendar/controllers/calendar.data.js +125 -125
  61. package/server/routes/calendar/index.mjs +7 -7
  62. package/server/routes/calendar/schema.js +21 -21
  63. package/server/routes/data/controllers/cardData.js +117 -117
  64. package/server/routes/data/controllers/cardTabData.js +49 -49
  65. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  66. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  67. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  68. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  69. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  70. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  71. package/server/routes/data/controllers/tableData.js +31 -31
  72. package/server/routes/data/controllers/tableDataId.js +27 -27
  73. package/server/routes/data/controllers/tableFilter.js +101 -101
  74. package/server/routes/data/controllers/tokenInfo.js +9 -9
  75. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  76. package/server/routes/data/controllers/utils/conditions.js +20 -20
  77. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  78. package/server/routes/data/index.mjs +20 -20
  79. package/server/routes/data/schema.js +54 -54
  80. package/server/routes/menu/index.mjs +5 -5
  81. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  82. package/server/routes/notifications/controllers/testEmail.js +35 -35
  83. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  84. package/server/routes/notifications/funcs/addNotification.js +21 -21
  85. package/server/routes/notifications/funcs/sendNotification.js +92 -92
  86. package/server/routes/notifications/hook/onWidgetSet.js +56 -56
  87. package/server/routes/notifications/index.mjs +26 -26
  88. package/server/routes/notifications/schema.js +16 -16
  89. package/server/routes/print/controllers/cardPrint.js +134 -134
  90. package/server/routes/properties/funcs/getSettings.js +56 -56
  91. package/server/routes/properties/schema.js +10 -10
  92. package/server/routes/root.mjs +3 -3
  93. package/server/routes/templates/controllers/getTemplate.js +49 -49
  94. package/server/routes/templates/index.mjs +16 -16
  95. package/server/routes/templates/schema.js +8 -8
  96. package/server/routes/user/controllers/user.cls.id.js +14 -14
  97. package/server/routes/user/controllers/user.cls.js +71 -71
  98. package/server/routes/user/controllers/user.info.js +17 -17
  99. package/server/routes/user/schema.js +14 -14
  100. package/server/routes/widget/controllers/widget.del.js +47 -47
  101. package/server/routes/widget/controllers/widget.set.js +84 -84
  102. package/server/routes/widget/hook/onWidgetSet.js +12 -12
  103. package/server/routes/widget/index.mjs +16 -16
  104. package/server/routes/widget/schema.js +12 -12
  105. package/server/templates/cls/itree.recrzone_category.json +73 -73
  106. package/server/templates/cls/test.json +9 -9
  107. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  108. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  109. package/server/templates/form/form-user-pass.json +10 -10
  110. package/server/templates/form/form-user_group.json +39 -39
  111. package/server/templates/form/form-users.json +156 -156
  112. package/server/templates/form/user_group_access.form.json +22 -22
  113. package/server/templates/select/account_id.json +2 -2
  114. package/server/templates/setting/test.json +5 -5
  115. package/server/templates/table/gis.dataset.table.json +43 -43
  116. package/server/templates/table/management.user_group.table.json +112 -112
  117. package/server/templates/table/management.users.table.json +126 -126
  118. package/utils.js +29 -29
@@ -1,135 +1,135 @@
1
- import path from 'path';
2
- import qr from 'qrcode';
3
- import { readFile } from 'node:fs/promises';
4
- import { fileURLToPath } from 'url';
5
- import { createHash } from 'crypto';
6
-
7
- import {
8
- config, getTemplate, pgClients, handlebars, getFilterSQL, logger, metaFormat, getMeta,
9
- } from '@opengis/fastify-table/utils.js';
10
- import { grpc } from '@opengis/fastify-file/utils.js';
11
-
12
- const { htmlToPdf } = grpc();
13
- const filename = fileURLToPath(import.meta.url);
14
- const dirname = path.dirname(filename);
15
-
16
- // printMap
17
- const host = 'https://data.gki.com.ua';
18
- const width = 850;
19
- const height = 400;
20
- const geomBuffer = 0.001;
21
- const layers = '';
22
- const basemap = 'voyager';
23
-
24
- export default async function cardPrint(req, reply) {
25
- const { pg = pgClients.client, params = {}, query = {}, user = {} } = req;
26
- const { table, id } = params;
27
-
28
- const { template = 'card-print.pt', tab } = query;
29
- const format = query.format || (config.debug ? 'html' : 'pdf');
30
-
31
- const hash = createHash('md5').update([table, id, template, tab].join()).digest('hex');
32
-
33
- // const rootDir = getFolder(req, 'local');
34
- // const filepath = path.join(rootDir, '/files/tmp/print/', `${hash}.pdf`);
35
-
36
- const headers = {
37
- 'Content-Disposition': `inline; filename=${hash}.pdf`,
38
- 'Content-Type': 'application/pdf',
39
- };
40
-
41
- if (!user?.uid) {
42
- return { message: 'access restricted', status: 401 };
43
- }
44
-
45
- if (!table || !id) {
46
- return { message: 'not enougn params: table, id', status: 400 };
47
- }
48
-
49
- const body = await getTemplate('table', table);
50
- const { geom } = await getMeta({ pg, table: body?.table });
51
-
52
- if (!body?.table) {
53
- return { message: 'table nof found', status: 404 };
54
- }
55
-
56
- if (!body.key && !pg.pk?.[body.table]) {
57
- return { message: 'pkey not found', status: 404 };
58
- }
59
-
60
- const where = `${body.query || '1=1'} and ${body.key || pg.pk?.[body.table]}=$1`;
61
-
62
- const { optimizedSQL = `select * from ${body.table} where ${body.query || '1=1'} and ` } = await getFilterSQL({
63
- pg,
64
- table,
65
- query: where,
66
- })
67
- const { rows = [] } = await pg.query(`select * ${geom ? `, st_asgeojson(${geom})::json as geom` : ''} from (${optimizedSQL})q where ${where}`, [id]);
68
-
69
- // metaFormat + descriptionList => bugs
70
- // const cls = body?.columns?.filter(el => el.data)?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.data }), {});
71
- // await metaFormat({ rows, cls, sufix: false });
72
-
73
- const data = rows?.[0];
74
- if (!data) {
75
- return { message: 'data not found', status: 404 };
76
- }
77
-
78
- Object.assign(data, { id: data[body.key || pg.pk?.[body.table]] });
79
-
80
- const mapUrl = `${host}/api-user/print-map?basemap=${basemap}&layers=${layers || ''}&geojson=${JSON.stringify(data['geom'])}&base64=1&height=${height}&width=${width}&buffer=${geomBuffer}&nocache=1`;
81
- const resp = data['geom'] ? await fetch(mapUrl) : null;
82
- const printMap = data['geom'] ? await resp.text() : '';
83
-
84
- const pt = await getTemplate('pt', template)
85
- || await readFile(path.join(dirname, '../../../templates/pt/card-print.pt.hbs'), 'utf8');
86
-
87
- const url = (req.protocol || 'https') + '://' + req.hostname + req.url.replace(req.routeOptions.url.split(':')[0], '/card/');
88
- const qrCode = `<img src="${await qr.toDataURL(url, { type: 'png', ec_level: 'M', size: 5, margin: 4 })}" alt="qrcode">`;
89
-
90
- const cardTemplates = await getTemplate('card', table);
91
- const index = cardTemplates?.find(el => el[0] === 'index.yml')?.[1];
92
- const cardHbsTabs = cardTemplates.filter(el => el[0].endsWith('hbs'));
93
-
94
- const orderedTabs = index?.panels
95
- ?.flatMap(panel => panel.items?.map(item => {
96
- const body = cardHbsTabs.find(el => el[0] === `${item.name}.hbs`)?.[1];
97
- return { ...item, body };
98
- }))
99
- .filter(el => el.name && el.body)
100
- .filter(el => query.tab ? el.name === query.tab.toString() : true);
101
-
102
- const tabData = await Promise.all(orderedTabs.map(async (el) => {
103
- const html = await handlebars.compile(el.body.replace(/\{\{\{button[^\}]*\}\}\}/g, ''))(data);
104
- return { name: el.name, title: el.title, html };
105
- }));
106
-
107
- const title = data?.[body.meta.title || ''];
108
-
109
- const columnTitles = body?.columns?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.title || curr.ua }), {});
110
- const obj = {
111
- title,
112
- table_title: body.ua || body.title,
113
- printMap,
114
- rows: tabData,
115
- data: Object.keys(data).filter(el => columnTitles[el]).reduce((acc, curr) => Object.assign(acc, { [columnTitles[curr] || curr]: data[curr] }), {}),
116
- rawData: data,
117
- url,
118
- qr: qrCode,
119
- };
120
-
121
- const html = await handlebars.compile(pt || 'template not found')(obj);
122
-
123
- if (format == 'html') {
124
- return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(html);
125
- }
126
-
127
- const result = await htmlToPdf({ html });
128
- const buffer = Buffer.from(result.result, 'base64');
129
-
130
- // await mkdir(path.dirname(filepath), { recursive: true });
131
- // await writeFile(filepath, buffer);
132
-
133
- logger.file('cardPrint', { table, id, format, uid: user?.uid });
134
- return reply.headers(headers).send(buffer);
1
+ import path from 'path';
2
+ import qr from 'qrcode';
3
+ import { readFile } from 'node:fs/promises';
4
+ import { fileURLToPath } from 'url';
5
+ import { createHash } from 'crypto';
6
+
7
+ import {
8
+ config, getTemplate, pgClients, handlebars, getFilterSQL, logger, metaFormat, getMeta,
9
+ } from '@opengis/fastify-table/utils.js';
10
+ import { grpc } from '@opengis/fastify-file/utils.js';
11
+
12
+ const { htmlToPdf } = grpc();
13
+ const filename = fileURLToPath(import.meta.url);
14
+ const dirname = path.dirname(filename);
15
+
16
+ // printMap
17
+ const host = 'https://data.gki.com.ua';
18
+ const width = 850;
19
+ const height = 400;
20
+ const geomBuffer = 0.001;
21
+ const layers = '';
22
+ const basemap = 'voyager';
23
+
24
+ export default async function cardPrint(req, reply) {
25
+ const { pg = pgClients.client, params = {}, query = {}, user = {} } = req;
26
+ const { table, id } = params;
27
+
28
+ const { template = 'card-print.pt', tab } = query;
29
+ const format = query.format || (config.debug ? 'html' : 'pdf');
30
+
31
+ const hash = createHash('md5').update([table, id, template, tab].join()).digest('hex');
32
+
33
+ // const rootDir = getFolder(req, 'local');
34
+ // const filepath = path.join(rootDir, '/files/tmp/print/', `${hash}.pdf`);
35
+
36
+ const headers = {
37
+ 'Content-Disposition': `inline; filename=${hash}.pdf`,
38
+ 'Content-Type': 'application/pdf',
39
+ };
40
+
41
+ if (!user?.uid) {
42
+ return { message: 'access restricted', status: 401 };
43
+ }
44
+
45
+ if (!table || !id) {
46
+ return { message: 'not enougn params: table, id', status: 400 };
47
+ }
48
+
49
+ const body = await getTemplate('table', table);
50
+ const { geom } = await getMeta({ pg, table: body?.table });
51
+
52
+ if (!body?.table) {
53
+ return { message: 'table nof found', status: 404 };
54
+ }
55
+
56
+ if (!body.key && !pg.pk?.[body.table]) {
57
+ return { message: 'pkey not found', status: 404 };
58
+ }
59
+
60
+ const where = `${body.query || '1=1'} and ${body.key || pg.pk?.[body.table]}=$1`;
61
+
62
+ const { optimizedSQL = `select * from ${body.table} where ${body.query || '1=1'} and ` } = await getFilterSQL({
63
+ pg,
64
+ table,
65
+ query: where,
66
+ })
67
+ const { rows = [] } = await pg.query(`select * ${geom ? `, st_asgeojson(${geom})::json as geom` : ''} from (${optimizedSQL})q where ${where}`, [id]);
68
+
69
+ // metaFormat + descriptionList => bugs
70
+ // const cls = body?.columns?.filter(el => el.data)?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.data }), {});
71
+ // await metaFormat({ rows, cls, sufix: false });
72
+
73
+ const data = rows?.[0];
74
+ if (!data) {
75
+ return { message: 'data not found', status: 404 };
76
+ }
77
+
78
+ Object.assign(data, { id: data[body.key || pg.pk?.[body.table]] });
79
+
80
+ const mapUrl = `${host}/api-user/print-map?basemap=${basemap}&layers=${layers || ''}&geojson=${JSON.stringify(data['geom'])}&base64=1&height=${height}&width=${width}&buffer=${geomBuffer}&nocache=1`;
81
+ const resp = data['geom'] ? await fetch(mapUrl) : null;
82
+ const printMap = data['geom'] ? await resp.text() : '';
83
+
84
+ const pt = await getTemplate('pt', template)
85
+ || await readFile(path.join(dirname, '../../../templates/pt/card-print.pt.hbs'), 'utf8');
86
+
87
+ const url = (req.protocol || 'https') + '://' + req.hostname + req.url.replace(req.routeOptions.url.split(':')[0], '/card/');
88
+ const qrCode = `<img src="${await qr.toDataURL(url, { type: 'png', ec_level: 'M', size: 5, margin: 4 })}" alt="qrcode">`;
89
+
90
+ const cardTemplates = await getTemplate('card', table);
91
+ const index = cardTemplates?.find(el => el[0] === 'index.yml')?.[1];
92
+ const cardHbsTabs = cardTemplates.filter(el => el[0].endsWith('hbs'));
93
+
94
+ const orderedTabs = index?.panels
95
+ ?.flatMap(panel => panel.items?.map(item => {
96
+ const body = cardHbsTabs.find(el => el[0] === `${item.name}.hbs`)?.[1];
97
+ return { ...item, body };
98
+ }))
99
+ .filter(el => el.name && el.body)
100
+ .filter(el => query.tab ? el.name === query.tab.toString() : true);
101
+
102
+ const tabData = await Promise.all(orderedTabs.map(async (el) => {
103
+ const html = await handlebars.compile(el.body.replace(/\{\{\{button[^\}]*\}\}\}/g, ''))(data);
104
+ return { name: el.name, title: el.title, html };
105
+ }));
106
+
107
+ const title = data?.[body.meta.title || ''];
108
+
109
+ const columnTitles = body?.columns?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.title || curr.ua }), {});
110
+ const obj = {
111
+ title,
112
+ table_title: body.ua || body.title,
113
+ printMap,
114
+ rows: tabData,
115
+ data: Object.keys(data).filter(el => columnTitles[el]).reduce((acc, curr) => Object.assign(acc, { [columnTitles[curr] || curr]: data[curr] }), {}),
116
+ rawData: data,
117
+ url,
118
+ qr: qrCode,
119
+ };
120
+
121
+ const html = await handlebars.compile(pt || 'template not found')(obj);
122
+
123
+ if (format == 'html') {
124
+ return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(html);
125
+ }
126
+
127
+ const result = await htmlToPdf({ html });
128
+ const buffer = Buffer.from(result.result, 'base64');
129
+
130
+ // await mkdir(path.dirname(filepath), { recursive: true });
131
+ // await writeFile(filepath, buffer);
132
+
133
+ logger.file('cardPrint', { table, id, format, uid: user?.uid });
134
+ return reply.headers(headers).send(buffer);
135
135
  }
@@ -1,56 +1,56 @@
1
- import { getMeta } from '@opengis/fastify-table/utils.js';
2
-
3
- const match = {
4
- property_key: 'key',
5
- property_json: 'json',
6
- property_int: 'int',
7
- property_text: 'text',
8
- };
9
-
10
- function getQuery({
11
- table, columns = [], key, uid,
12
- }) {
13
- const columnList = columns?.filter((el) => match[el?.name]).map((el) => el?.name).map((el) => `${el} as ${match[el]}`);
14
- const sql = `select ${columnList.join(',')} from ${table} where 1=1`;
15
-
16
- if (table === 'admin.user_properties') {
17
- const args = [uid, key].filter((el) => el);
18
- const q = sql + (uid ? ' and uid=$1' : '') + (key ? ` and property_key=$${args.indexOf(key) + 1}` : '');
19
- return { q, args };
20
- }
21
- const args = [key].filter((el) => el);
22
- const q = sql + (key ? ` and property_key=$${args.indexOf(key) + 1}` : '');
23
- return { q, args };
24
- }
25
-
26
- export default async function getSettings({
27
- pg, redis, json, key, table = 'admin.properties', uid,
28
- }) {
29
- const { columns = [] } = await getMeta({ table });
30
-
31
- const { q, args } = getQuery({
32
- table, columns, key, uid,
33
- });
34
-
35
- const { rows } = await pg.query(q, args);
36
- const data = rows?.reduce((acc, curr) => Object.assign(acc, { [curr.key]: curr.json || curr.int || curr.text }), {});
37
-
38
- const jsonData = Object.keys(data || {}).reduce((acc, curr) => {
39
- const [ckey, csubkey] = curr.split('.');
40
- if (!csubkey) return Object.assign(acc, { [curr]: data[curr] });
41
- if (!acc[ckey]) Object.assign(acc, { [ckey]: {} });
42
- Object.assign(acc[ckey], { [csubkey]: data[curr] });
43
- return acc;
44
- }, {});
45
-
46
- // save both
47
- if (redis) {
48
- const keyCacheJSON = `${pg.options?.database}:settings:${key || 'all'}:json:${table}`;
49
- await redis.set(keyCacheJSON, JSON.stringify(jsonData));
50
-
51
- const keyCachePlain = `${pg.options?.database}:settings:${key || 'all'}:plain:${table}`;
52
- await redis.set(keyCachePlain, JSON.stringify(data));
53
- }
54
-
55
- return json ? jsonData : data;
56
- }
1
+ import { getMeta } from '@opengis/fastify-table/utils.js';
2
+
3
+ const match = {
4
+ property_key: 'key',
5
+ property_json: 'json',
6
+ property_int: 'int',
7
+ property_text: 'text',
8
+ };
9
+
10
+ function getQuery({
11
+ table, columns = [], key, uid,
12
+ }) {
13
+ const columnList = columns?.filter((el) => match[el?.name]).map((el) => el?.name).map((el) => `${el} as ${match[el]}`);
14
+ const sql = `select ${columnList.join(',')} from ${table} where 1=1`;
15
+
16
+ if (table === 'admin.user_properties') {
17
+ const args = [uid, key].filter((el) => el);
18
+ const q = sql + (uid ? ' and uid=$1' : '') + (key ? ` and property_key=$${args.indexOf(key) + 1}` : '');
19
+ return { q, args };
20
+ }
21
+ const args = [key].filter((el) => el);
22
+ const q = sql + (key ? ` and property_key=$${args.indexOf(key) + 1}` : '');
23
+ return { q, args };
24
+ }
25
+
26
+ export default async function getSettings({
27
+ pg, redis, json, key, table = 'admin.properties', uid,
28
+ }) {
29
+ const { columns = [] } = await getMeta({ table });
30
+
31
+ const { q, args } = getQuery({
32
+ table, columns, key, uid,
33
+ });
34
+
35
+ const { rows } = await pg.query(q, args);
36
+ const data = rows?.reduce((acc, curr) => Object.assign(acc, { [curr.key]: curr.json || curr.int || curr.text }), {});
37
+
38
+ const jsonData = Object.keys(data || {}).reduce((acc, curr) => {
39
+ const [ckey, csubkey] = curr.split('.');
40
+ if (!csubkey) return Object.assign(acc, { [curr]: data[curr] });
41
+ if (!acc[ckey]) Object.assign(acc, { [ckey]: {} });
42
+ Object.assign(acc[ckey], { [csubkey]: data[curr] });
43
+ return acc;
44
+ }, {});
45
+
46
+ // save both
47
+ if (redis) {
48
+ const keyCacheJSON = `${pg.options?.database}:settings:${key || 'all'}:json:${table}`;
49
+ await redis.set(keyCacheJSON, JSON.stringify(jsonData));
50
+
51
+ const keyCachePlain = `${pg.options?.database}:settings:${key || 'all'}:plain:${table}`;
52
+ await redis.set(keyCachePlain, JSON.stringify(data));
53
+ }
54
+
55
+ return json ? jsonData : data;
56
+ }
@@ -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,3 +1,3 @@
1
- export default async function (fastify, opts) {
2
- fastify.get(`/test`, () => { return { test: true } });
3
- }
1
+ export default async function (fastify, opts) {
2
+ fastify.get(`/test`, () => { return { test: true } });
3
+ }
@@ -1,50 +1,50 @@
1
- import { config, applyHook, getTemplate, getToken, setToken } from "@opengis/fastify-table/utils.js";
2
-
3
- function formatSchema(schema, user) {
4
- function parseDataTables(obj) {
5
- if (obj?.add) {
6
- const [token] = setToken({
7
- ids: [JSON.stringify({ ... obj.add, table: obj.add?.table || obj.add?.model })],
8
- uid: user.uid,
9
- array: 1,
10
- });
11
- Object.assign(obj.add, { token, api: `${config.prefix || '/api'}/table/${token}` });
12
- } else if (obj?.type === 'DataTable' && obj.colModel?.length) {
13
- obj.colModel.forEach(parseDataTables);
14
- }
15
- }
16
- Object.keys(schema).map(key => ({ key, ...schema[key] })).forEach(parseDataTables);
17
- }
18
-
19
- export default async function getTemplateApi(req) {
20
- const { user } = req?.session?.passport || {};
21
- const { params = {}, session = {} } = req;
22
- const { type, name } = params;
23
-
24
- const tokenData = await getToken({ token: name, uid: user?.uid, json: 1 }) || {};
25
-
26
- const hookData = await applyHook('preTemplate', { name: tokenData.name || name, type, user });
27
- if (hookData?.message && hookData?.status) {
28
- return hookData;
29
- }
30
-
31
- const data = await getTemplate(type, hookData?.name || tokenData.form || name);
32
- if (!['interface', 'table'].includes(type)
33
- && (!data?.public || !data?.ispublic)
34
- && !config?.auth?.disable
35
- && !session.passport?.user?.uid
36
- && false
37
- ) {
38
- return `access restricted ${name}`;
39
- }
40
- if (type === 'form' && user?.uid) {
41
- const schema = data.schema || data;
42
- formatSchema(schema, user);
43
- }
44
- await applyHook('afterTemplate', { name, type, data, user });
45
- if (tokenData.obj) {
46
- const obj = tokenData.obj.split('#').reduce((p, el) => ({ ...p, [el.split('=')[0]]: el.split('=')[1] }), {})
47
- Object.assign(data, { obj });
48
- }
49
- return data?.html || data || `template not found "${name}"`;
1
+ import { config, applyHook, getTemplate, getToken, setToken } from "@opengis/fastify-table/utils.js";
2
+
3
+ function formatSchema(schema, user) {
4
+ function parseDataTables(obj) {
5
+ if (obj?.add) {
6
+ const [token] = setToken({
7
+ ids: [JSON.stringify({ ... obj.add, table: obj.add?.table || obj.add?.model })],
8
+ uid: user.uid,
9
+ array: 1,
10
+ });
11
+ Object.assign(obj.add, { token, api: `${config.prefix || '/api'}/table/${token}` });
12
+ } else if (obj?.type === 'DataTable' && obj.colModel?.length) {
13
+ obj.colModel.forEach(parseDataTables);
14
+ }
15
+ }
16
+ Object.keys(schema).map(key => ({ key, ...schema[key] })).forEach(parseDataTables);
17
+ }
18
+
19
+ export default async function getTemplateApi(req) {
20
+ const { user } = req?.session?.passport || {};
21
+ const { params = {}, session = {} } = req;
22
+ const { type, name } = params;
23
+
24
+ const tokenData = await getToken({ token: name, uid: user?.uid, json: 1 }) || {};
25
+
26
+ const hookData = await applyHook('preTemplate', { name: tokenData.name || name, type, user });
27
+ if (hookData?.message && hookData?.status) {
28
+ return hookData;
29
+ }
30
+
31
+ const data = await getTemplate(type, hookData?.name || tokenData.form || name);
32
+ if (!['interface', 'table'].includes(type)
33
+ && (!data?.public || !data?.ispublic)
34
+ && !config?.auth?.disable
35
+ && !session.passport?.user?.uid
36
+ && false
37
+ ) {
38
+ return `access restricted ${name}`;
39
+ }
40
+ if (type === 'form' && user?.uid) {
41
+ const schema = data.schema || data;
42
+ formatSchema(schema, user);
43
+ }
44
+ await applyHook('afterTemplate', { name, type, data, user });
45
+ if (tokenData.obj) {
46
+ const obj = tokenData.obj.split('#').reduce((p, el) => ({ ...p, [el.split('=')[0]]: el.split('=')[1] }), {})
47
+ Object.assign(data, { obj });
48
+ }
49
+ return data?.html || data || `template not found "${name}"`;
50
50
  }
@@ -1,16 +1,16 @@
1
- import getTemplateApi from './controllers/getTemplate.js';
2
-
3
- import getTemplateSchema from './schema.js'
4
-
5
- export default async function route(fastify) {
6
- //fastify.decorate('addTempateFolder', addTempateFolder); // call from funcs
7
- fastify.get(`/template/:type/:name`, { config: { policy: ['public'] }, scheme: getTemplateSchema }, getTemplateApi);
8
-
9
- /*fastify.addHook('onListen', async () => {
10
- await addTempateFolder(path.join(process.cwd(), '/module/itree'));
11
- await addTempateFolder(path.join(process.cwd(), '/module/test'));
12
- });*/
13
-
14
-
15
-
16
- }
1
+ import getTemplateApi from './controllers/getTemplate.js';
2
+
3
+ import getTemplateSchema from './schema.js'
4
+
5
+ export default async function route(fastify) {
6
+ //fastify.decorate('addTempateFolder', addTempateFolder); // call from funcs
7
+ fastify.get(`/template/:type/:name`, { config: { policy: ['public'] }, scheme: getTemplateSchema }, getTemplateApi);
8
+
9
+ /*fastify.addHook('onListen', async () => {
10
+ await addTempateFolder(path.join(process.cwd(), '/module/itree'));
11
+ await addTempateFolder(path.join(process.cwd(), '/module/test'));
12
+ });*/
13
+
14
+
15
+
16
+ }
@@ -1,9 +1,9 @@
1
- const getTemplateSchema = {
2
- params: {
3
- name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
4
- // type: { type: 'string' },
5
- }
6
- };
7
-
8
- export default null;
1
+ const getTemplateSchema = {
2
+ params: {
3
+ name: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
4
+ // type: { type: 'string' },
5
+ }
6
+ };
7
+
8
+ export default null;
9
9
  export { getTemplateSchema }
@@ -1,14 +1,14 @@
1
- import userCls from './user.cls.js';
2
-
3
- export default async function userClsId(req) {
4
- const { id } = req.params || {};
5
- const res = await userCls(req);
6
- if (req.query?.sql || res?.error) {
7
- return res;
8
- }
9
- const { rows = [] } = res?.message || {};
10
- if (!rows?.length) {
11
- return { message: `cls not found: ${id}`, status: 404 };
12
- }
13
- return { message: rows?.[0], status: 200 };
14
- }
1
+ import userCls from './user.cls.js';
2
+
3
+ export default async function userClsId(req) {
4
+ const { id } = req.params || {};
5
+ const res = await userCls(req);
6
+ if (req.query?.sql || res?.error) {
7
+ return res;
8
+ }
9
+ const { rows = [] } = res?.message || {};
10
+ if (!rows?.length) {
11
+ return { message: `cls not found: ${id}`, status: 404 };
12
+ }
13
+ return { message: rows?.[0], status: 200 };
14
+ }