@opengis/bi 1.0.25 → 1.0.26

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 CHANGED
@@ -1,112 +1,74 @@
1
- ![alt text](https://cdn.softpro.ua/data/npm/bi/opengis-bi.png)
1
+ # SOFTPRO: BI
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@opengis/bi)](https://www.npmjs.com/package/@opengis/bi)
4
- [![NPM last update](https://img.shields.io/npm/last-update/@opengis/bi?style=plain)]()
5
- [![NPM downloads](https://img.shields.io/npm/dw/@opengis/bi?style=plain)]()
6
- [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=plain)](http://standardjs.com/)
3
+ SOFTPRO: BI – це підсистема для збору, обробки, аналізу та візуалізації даних, що забезпечує централізоване управління інформацією, автоматизацію звітності та зручний доступ до аналітичних матеріалів.
7
4
 
8
- A subsystem for creating interactive graphical representations of key information, displayed as widgets and charts.
5
+ ## Мета проєкту
9
6
 
10
- ### Features
7
+ Проєкт спрямований на створення BI-підсистеми, що забезпечує зручний, швидкий та інтуїтивний доступ до структурованої аналітичної інформації через інтерактивні дашборди та візуалізацію даних. Підсистема автоматизує процеси збору, обробки та аналізу даних, підвищуючи ефективність ухвалення управлінських рішень і забезпечуючи єдине джерело достовірної інформації для всіх рівнів користувачів.
11
8
 
12
- - Data visualization in the form of charts, graphs, maps, and other widgets
13
- - Interactive analysis – allows users to interact with data and manipulate charts to obtain more detailed information
14
- - Data filters
15
- - Dashboard, Widget Editor
9
+ ## Функціональні можливості підсистеми
16
10
 
17
- ### Charts 📈
18
- | Bar | Heat Map |
19
- |:------------:|:------------:|
20
- | ![demo_bar](https://cdn.softpro.ua/data/npm/bi/demo_bar.gif) | ![demo_heatmap](https://cdn.softpro.ua/data/npm/bi/demo_heatmap.gif) |
21
-
22
- | Map |
23
- |:------------:|
24
- | ![demo_map](https://cdn.softpro.ua/data/npm/bi/demo_map.gif) |
25
-
26
- ### Full List
27
-
28
- - Bar
29
- - Calendar
30
- - Funnel
31
- - Heatmap
32
- - Line
33
- - List Bar
34
- - Map cluster
35
- - Number
36
- - Pie / Donut
37
- - Pivot table
38
- - Progress Bar
39
- - Stacked Bar
40
- - Text
41
-
42
- ### Examples
43
-
44
- - http://bi.local.softpro.ua/dashboard
11
+ - Створення дашбордів з можливістю налаштування їхньої структури, додавання необхідних елементів;
12
+ - Створення віджетів для відображення даних з можливістю налаштування стилю, розміру та зовнішнього вигляду для зручності сприйняття інформації;
13
+ - Можливість розширювати перелік даних для аналітики та редагування структури таблиць, графіків;
14
+ - Імпорт даних з таблиць, баз даних, автоматизація вивантаження даних та внесення даних користувачами;
15
+ - Можливість імпорту та експорту дашбордів для збереження або передавання налаштувань між різними середовищами або для повторного використання;
45
16
 
46
17
  ---
47
18
 
48
- ### Install
19
+ ## Демо роботи підсистеми
49
20
 
50
- ```bash
51
- npm i @opengis/bi
52
- ```
21
+ ![Demo](img/demo.gif)
53
22
 
54
- ### Usage
55
-
56
- ```js
57
- fastify.register(import('@opengis/bi'), config);
58
- ```
59
-
60
- ```ts
61
- import v3Bi from '@opengis/bi';
62
- v3Bi.install(app)
63
- ```
23
+ [Публічна частина](http://bi.local.softpro.ua/dashboard)
64
24
 
65
25
  ---
66
26
 
67
- ### Documenation
27
+ ## Модулі
68
28
 
69
- For a detailed understanding of `bi`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/bi-dev/).
29
+ | Назва | Опис |
30
+ | ------------ | ------------------------- |
31
+ | BI | Аналітичний модуль |
70
32
 
71
33
  ---
72
34
 
73
- ### Technology stack
74
-
75
- <a href="https://fastify.dev/" target="_blank">
76
- <img src="https://img.shields.io/badge/Fastify-323330?style=for-the-badge&logo=fastify" /></a>
35
+ ## Стек технологій
77
36
 
78
37
  <a href="https://vuejs.org/" target="_blank">
79
38
  <img src="https://img.shields.io/badge/Vue%20js-323330?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D" /></a>
80
-
81
39
  <a href="https://vite.dev/" target="_blank">
82
40
  <img src="https://img.shields.io/badge/Vite-323330?style=for-the-badge&logo=vite" /></a>
83
-
84
- <a href="https://echarts.apache.org/en/index.html" target="_blank">
85
- <img src="https://img.shields.io/badge/echarts-323330?style=for-the-badge&logo=apacheecharts&logoColor=E43C64" /></a>
86
-
87
41
  <a href="https://www.postgresql.org/" target="_blank">
88
42
  <img src="https://img.shields.io/badge/PostgreSQL-323330?style=for-the-badge&logo=postgresql&logoColor=white" /></a>
89
-
90
43
  <a href="https://maplibre.org/" target="_blank">
91
44
  <img src="https://img.shields.io/badge/Maplibre-323330?style=for-the-badge&logo=maplibre&logoColor=87b2f0" /></a>
45
+ <a href="https://nodejs.org/" target="_blank">
46
+ <img src="https://img.shields.io/badge/Node%20js-323330?style=for-the-badge&logo=nodedotjs&logoColor=4FC08D" /></a>
47
+ <a href="https://fastify.dev/" target="_blank">
48
+ <img src="https://img.shields.io/badge/Fastify-323330?style=for-the-badge&logo=fastify" /></a>
49
+ <a href="https://echarts.apache.org" target="_blank">
50
+ <img src="https://img.shields.io/badge/Apache%20ECharts-323330?style=for-the-badge&logo=Apache-ECharts&logoColor=4FC08D" /></a>
92
51
 
93
- ---
52
+ ## Документація
94
53
 
95
- ### Contribute
54
+ - [Документація розробника](http://bi.local.softpro.ua/docs-dev/)
55
+
56
+ ---
96
57
 
97
- Feel free to contact us through our website [SOFTPRO.UA](https://softpro.ua) or email info@softpro.ua
58
+ ## Контакти
98
59
 
99
- - Report bugs
100
- - Share your ideas
101
- - Ask questions
60
+ Ви можете зв’язатися з нами за посиланням на офіційний сайт: SOFTPRO.UA або за допомогою електронної пошти info@softpro.ua, якщо у вас виникли:
102
61
 
62
+ - технічні несправності;
63
+ - помилки під час користування;
64
+ - запитання чи пропозиції.
103
65
 
104
- ### Follow Us
66
+ ## Слідкуйте за нами
105
67
 
106
- [Official site](https://softpro.ua)
68
+ [Офіційний сайт](https://softpro.ua)
107
69
 
108
70
  <p>
109
- <a href="https://www.instagram.com/gissoftpro/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/instagram.png" alt="Softpro Instagram" title="oftpro Instagram"></a>&nbsp;&nbsp;
71
+ <a href="https://www.instagram.com/gissoftpro/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/instagram.png" alt="Softpro Instagram" title="Softpro Instagram"></a>&nbsp;&nbsp;
110
72
  <a href="https://www.facebook.com/gissoftpro" target="_blank"><img src="https://cdn.softpro.ua/data/npm/facebook.png" alt="Softpro Facebook" title="Softpro Facebook"></a>&nbsp;&nbsp;
111
73
  <a href="https://t.me/softprogis" target="_blank"><img src="https://cdn.softpro.ua/data/npm/telegram.png" alt="Softpro Telegram" title="Softpro Telegram"></a>&nbsp;&nbsp;
112
74
  <a href="https://www.linkedin.com/in/softpro-ukraine-a8876b282/recent-activity/all/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/social/linkedin.png" alt="Softpro Linkedin" title="Softpro LinkedIn"></a>&nbsp;&nbsp;
@@ -114,4 +76,4 @@ Feel free to contact us through our website [SOFTPRO.UA](https://softpro.ua) or
114
76
 
115
77
  ### License
116
78
 
117
- Copyright © SOFTPRO. All rights reserved.
79
+ Copyright © 2025 SOFTPRO. All rights reserved.
package/dist/bi.js CHANGED
@@ -1,4 +1,4 @@
1
- import { l as f } from "./import-file-D1BXgBLh.js";
1
+ import { l as f } from "./import-file-EpXoz6mK.js";
2
2
  export {
3
3
  f as default
4
4
  };