@things-factory/kpi 1.0.0-alpha.5
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/CHANGELOG.md +8 -0
- package/assets/images/hatiolab-logo.png +0 -0
- package/client/index.ts +0 -0
- package/client/pages/kpe-metric/kpe-metric-importer.ts +90 -0
- package/client/pages/kpe-metric/kpe-metric-list-page.ts +398 -0
- package/client/pages/kpi/kpi-importer.ts +90 -0
- package/client/pages/kpi/kpi-list-page.ts +398 -0
- package/client/pages/kpi-category/kpi-category-importer.ts +90 -0
- package/client/pages/kpi-category/kpi-category-list-page.ts +398 -0
- package/client/pages/kpi-formula/kpi-formula-importer.ts +90 -0
- package/client/pages/kpi-formula/kpi-formula-list-page.ts +398 -0
- package/client/pages/kpi-grade/kpi-grade-importer.ts +90 -0
- package/client/pages/kpi-grade/kpi-grade-list-page.ts +398 -0
- package/client/pages/kpi-metric/kpi-metric-importer.ts +90 -0
- package/client/pages/kpi-metric/kpi-metric-list-page.ts +398 -0
- package/client/pages/kpi-value/kpi-value-importer.ts +90 -0
- package/client/pages/kpi-value/kpi-value-list-page.ts +398 -0
- package/client/pages/metric/metric-importer.ts +90 -0
- package/client/pages/metric/metric-list-page.ts +398 -0
- package/client/route.ts +4 -0
- package/client/tsconfig.json +11 -0
- package/design-entities.md +97 -0
- package/dist-client/index.d.ts +0 -0
- package/dist-client/index.js +2 -0
- package/dist-client/index.js.map +1 -0
- package/dist-client/pages/kpe-metric/kpe-metric-importer.d.ts +23 -0
- package/dist-client/pages/kpe-metric/kpe-metric-importer.js +93 -0
- package/dist-client/pages/kpe-metric/kpe-metric-importer.js.map +1 -0
- package/dist-client/pages/kpe-metric/kpe-metric-list-page.d.ts +66 -0
- package/dist-client/pages/kpe-metric/kpe-metric-list-page.js +370 -0
- package/dist-client/pages/kpe-metric/kpe-metric-list-page.js.map +1 -0
- package/dist-client/pages/kpi/kpi-importer.d.ts +23 -0
- package/dist-client/pages/kpi/kpi-importer.js +93 -0
- package/dist-client/pages/kpi/kpi-importer.js.map +1 -0
- package/dist-client/pages/kpi/kpi-list-page.d.ts +66 -0
- package/dist-client/pages/kpi/kpi-list-page.js +370 -0
- package/dist-client/pages/kpi/kpi-list-page.js.map +1 -0
- package/dist-client/pages/kpi-category/kpi-category-importer.d.ts +23 -0
- package/dist-client/pages/kpi-category/kpi-category-importer.js +93 -0
- package/dist-client/pages/kpi-category/kpi-category-importer.js.map +1 -0
- package/dist-client/pages/kpi-category/kpi-category-list-page.d.ts +66 -0
- package/dist-client/pages/kpi-category/kpi-category-list-page.js +370 -0
- package/dist-client/pages/kpi-category/kpi-category-list-page.js.map +1 -0
- package/dist-client/pages/kpi-formula/kpi-formula-importer.d.ts +23 -0
- package/dist-client/pages/kpi-formula/kpi-formula-importer.js +93 -0
- package/dist-client/pages/kpi-formula/kpi-formula-importer.js.map +1 -0
- package/dist-client/pages/kpi-formula/kpi-formula-list-page.d.ts +66 -0
- package/dist-client/pages/kpi-formula/kpi-formula-list-page.js +370 -0
- package/dist-client/pages/kpi-formula/kpi-formula-list-page.js.map +1 -0
- package/dist-client/pages/kpi-grade/kpi-grade-importer.d.ts +23 -0
- package/dist-client/pages/kpi-grade/kpi-grade-importer.js +93 -0
- package/dist-client/pages/kpi-grade/kpi-grade-importer.js.map +1 -0
- package/dist-client/pages/kpi-grade/kpi-grade-list-page.d.ts +66 -0
- package/dist-client/pages/kpi-grade/kpi-grade-list-page.js +370 -0
- package/dist-client/pages/kpi-grade/kpi-grade-list-page.js.map +1 -0
- package/dist-client/pages/kpi-metric/kpi-metric-importer.d.ts +23 -0
- package/dist-client/pages/kpi-metric/kpi-metric-importer.js +93 -0
- package/dist-client/pages/kpi-metric/kpi-metric-importer.js.map +1 -0
- package/dist-client/pages/kpi-metric/kpi-metric-list-page.d.ts +66 -0
- package/dist-client/pages/kpi-metric/kpi-metric-list-page.js +370 -0
- package/dist-client/pages/kpi-metric/kpi-metric-list-page.js.map +1 -0
- package/dist-client/pages/kpi-value/kpi-value-importer.d.ts +23 -0
- package/dist-client/pages/kpi-value/kpi-value-importer.js +93 -0
- package/dist-client/pages/kpi-value/kpi-value-importer.js.map +1 -0
- package/dist-client/pages/kpi-value/kpi-value-list-page.d.ts +66 -0
- package/dist-client/pages/kpi-value/kpi-value-list-page.js +370 -0
- package/dist-client/pages/kpi-value/kpi-value-list-page.js.map +1 -0
- package/dist-client/pages/metric/metric-importer.d.ts +23 -0
- package/dist-client/pages/metric/metric-importer.js +93 -0
- package/dist-client/pages/metric/metric-importer.js.map +1 -0
- package/dist-client/pages/metric/metric-list-page.d.ts +66 -0
- package/dist-client/pages/metric/metric-list-page.js +370 -0
- package/dist-client/pages/metric/metric-list-page.js.map +1 -0
- package/dist-client/route.d.ts +1 -0
- package/dist-client/route.js +5 -0
- package/dist-client/route.js.map +1 -0
- package/dist-client/tsconfig.tsbuildinfo +1 -0
- package/dist-server/index.d.ts +2 -0
- package/dist-server/index.js +6 -0
- package/dist-server/index.js.map +1 -0
- package/dist-server/routes.d.ts +0 -0
- package/dist-server/routes.js +24 -0
- package/dist-server/routes.js.map +1 -0
- package/dist-server/service/index.d.ts +16 -0
- package/dist-server/service/index.js +45 -0
- package/dist-server/service/index.js.map +1 -0
- package/dist-server/service/kpi/event-subscriber.d.ts +7 -0
- package/dist-server/service/kpi/event-subscriber.js +21 -0
- package/dist-server/service/kpi/event-subscriber.js.map +1 -0
- package/dist-server/service/kpi/index.d.ts +7 -0
- package/dist-server/service/kpi/index.js +12 -0
- package/dist-server/service/kpi/index.js.map +1 -0
- package/dist-server/service/kpi/kpi-history.d.ts +25 -0
- package/dist-server/service/kpi/kpi-history.js +128 -0
- package/dist-server/service/kpi/kpi-history.js.map +1 -0
- package/dist-server/service/kpi/kpi-mutation.d.ts +10 -0
- package/dist-server/service/kpi/kpi-mutation.js +169 -0
- package/dist-server/service/kpi/kpi-mutation.js.map +1 -0
- package/dist-server/service/kpi/kpi-query.d.ts +12 -0
- package/dist-server/service/kpi/kpi-query.js +97 -0
- package/dist-server/service/kpi/kpi-query.js.map +1 -0
- package/dist-server/service/kpi/kpi-type.d.ts +23 -0
- package/dist-server/service/kpi/kpi-type.js +86 -0
- package/dist-server/service/kpi/kpi-type.js.map +1 -0
- package/dist-server/service/kpi/kpi.d.ts +25 -0
- package/dist-server/service/kpi/kpi.js +113 -0
- package/dist-server/service/kpi/kpi.js.map +1 -0
- package/dist-server/service/kpi-category/index.d.ts +6 -0
- package/dist-server/service/kpi-category/index.js +10 -0
- package/dist-server/service/kpi-category/index.js.map +1 -0
- package/dist-server/service/kpi-category/kpi-category-mutation.d.ts +10 -0
- package/dist-server/service/kpi-category/kpi-category-mutation.js +128 -0
- package/dist-server/service/kpi-category/kpi-category-mutation.js.map +1 -0
- package/dist-server/service/kpi-category/kpi-category-query.d.ts +11 -0
- package/dist-server/service/kpi-category/kpi-category-query.js +79 -0
- package/dist-server/service/kpi-category/kpi-category-query.js.map +1 -0
- package/dist-server/service/kpi-category/kpi-category-type.d.ts +20 -0
- package/dist-server/service/kpi-category/kpi-category-type.js +77 -0
- package/dist-server/service/kpi-category/kpi-category-type.js.map +1 -0
- package/dist-server/service/kpi-category/kpi-category.d.ts +22 -0
- package/dist-server/service/kpi-category/kpi-category.js +95 -0
- package/dist-server/service/kpi-category/kpi-category.js.map +1 -0
- package/dist-server/service/kpi-formula/event-subscriber.d.ts +7 -0
- package/dist-server/service/kpi-formula/event-subscriber.js +21 -0
- package/dist-server/service/kpi-formula/event-subscriber.js.map +1 -0
- package/dist-server/service/kpi-formula/index.d.ts +7 -0
- package/dist-server/service/kpi-formula/index.js +12 -0
- package/dist-server/service/kpi-formula/index.js.map +1 -0
- package/dist-server/service/kpi-formula/kpi-formula-history.d.ts +25 -0
- package/dist-server/service/kpi-formula/kpi-formula-history.js +128 -0
- package/dist-server/service/kpi-formula/kpi-formula-history.js.map +1 -0
- package/dist-server/service/kpi-formula/kpi-formula-mutation.d.ts +10 -0
- package/dist-server/service/kpi-formula/kpi-formula-mutation.js +128 -0
- package/dist-server/service/kpi-formula/kpi-formula-mutation.js.map +1 -0
- package/dist-server/service/kpi-formula/kpi-formula-query.d.ts +11 -0
- package/dist-server/service/kpi-formula/kpi-formula-query.js +79 -0
- package/dist-server/service/kpi-formula/kpi-formula-query.js.map +1 -0
- package/dist-server/service/kpi-formula/kpi-formula-type.d.ts +20 -0
- package/dist-server/service/kpi-formula/kpi-formula-type.js +77 -0
- package/dist-server/service/kpi-formula/kpi-formula-type.js.map +1 -0
- package/dist-server/service/kpi-formula/kpi-formula.d.ts +24 -0
- package/dist-server/service/kpi-formula/kpi-formula.js +109 -0
- package/dist-server/service/kpi-formula/kpi-formula.js.map +1 -0
- package/dist-server/service/kpi-grade/event-subscriber.d.ts +7 -0
- package/dist-server/service/kpi-grade/event-subscriber.js +21 -0
- package/dist-server/service/kpi-grade/event-subscriber.js.map +1 -0
- package/dist-server/service/kpi-grade/index.d.ts +7 -0
- package/dist-server/service/kpi-grade/index.js +12 -0
- package/dist-server/service/kpi-grade/index.js.map +1 -0
- package/dist-server/service/kpi-grade/kpi-grade-history.d.ts +25 -0
- package/dist-server/service/kpi-grade/kpi-grade-history.js +128 -0
- package/dist-server/service/kpi-grade/kpi-grade-history.js.map +1 -0
- package/dist-server/service/kpi-grade/kpi-grade-mutation.d.ts +10 -0
- package/dist-server/service/kpi-grade/kpi-grade-mutation.js +128 -0
- package/dist-server/service/kpi-grade/kpi-grade-mutation.js.map +1 -0
- package/dist-server/service/kpi-grade/kpi-grade-query.d.ts +11 -0
- package/dist-server/service/kpi-grade/kpi-grade-query.js +79 -0
- package/dist-server/service/kpi-grade/kpi-grade-query.js.map +1 -0
- package/dist-server/service/kpi-grade/kpi-grade-type.d.ts +20 -0
- package/dist-server/service/kpi-grade/kpi-grade-type.js +77 -0
- package/dist-server/service/kpi-grade/kpi-grade-type.js.map +1 -0
- package/dist-server/service/kpi-grade/kpi-grade.d.ts +24 -0
- package/dist-server/service/kpi-grade/kpi-grade.js +109 -0
- package/dist-server/service/kpi-grade/kpi-grade.js.map +1 -0
- package/dist-server/service/kpi-metric/event-subscriber.d.ts +7 -0
- package/dist-server/service/kpi-metric/event-subscriber.js +21 -0
- package/dist-server/service/kpi-metric/event-subscriber.js.map +1 -0
- package/dist-server/service/kpi-metric/index.d.ts +7 -0
- package/dist-server/service/kpi-metric/index.js +12 -0
- package/dist-server/service/kpi-metric/index.js.map +1 -0
- package/dist-server/service/kpi-metric/kpi-metric-history.d.ts +25 -0
- package/dist-server/service/kpi-metric/kpi-metric-history.js +128 -0
- package/dist-server/service/kpi-metric/kpi-metric-history.js.map +1 -0
- package/dist-server/service/kpi-metric/kpi-metric-mutation.d.ts +10 -0
- package/dist-server/service/kpi-metric/kpi-metric-mutation.js +169 -0
- package/dist-server/service/kpi-metric/kpi-metric-mutation.js.map +1 -0
- package/dist-server/service/kpi-metric/kpi-metric-query.d.ts +12 -0
- package/dist-server/service/kpi-metric/kpi-metric-query.js +97 -0
- package/dist-server/service/kpi-metric/kpi-metric-query.js.map +1 -0
- package/dist-server/service/kpi-metric/kpi-metric-type.d.ts +23 -0
- package/dist-server/service/kpi-metric/kpi-metric-type.js +86 -0
- package/dist-server/service/kpi-metric/kpi-metric-type.js.map +1 -0
- package/dist-server/service/kpi-metric/kpi-metric.d.ts +25 -0
- package/dist-server/service/kpi-metric/kpi-metric.js +113 -0
- package/dist-server/service/kpi-metric/kpi-metric.js.map +1 -0
- package/dist-server/service/kpi-value/index.d.ts +6 -0
- package/dist-server/service/kpi-value/index.js +10 -0
- package/dist-server/service/kpi-value/index.js.map +1 -0
- package/dist-server/service/kpi-value/kpi-value-mutation.d.ts +10 -0
- package/dist-server/service/kpi-value/kpi-value-mutation.js +128 -0
- package/dist-server/service/kpi-value/kpi-value-mutation.js.map +1 -0
- package/dist-server/service/kpi-value/kpi-value-query.d.ts +11 -0
- package/dist-server/service/kpi-value/kpi-value-query.js +79 -0
- package/dist-server/service/kpi-value/kpi-value-query.js.map +1 -0
- package/dist-server/service/kpi-value/kpi-value-type.d.ts +20 -0
- package/dist-server/service/kpi-value/kpi-value-type.js +77 -0
- package/dist-server/service/kpi-value/kpi-value-type.js.map +1 -0
- package/dist-server/service/kpi-value/kpi-value.d.ts +22 -0
- package/dist-server/service/kpi-value/kpi-value.js +95 -0
- package/dist-server/service/kpi-value/kpi-value.js.map +1 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/helps/kpi/kpe-metric.md +160 -0
- package/helps/kpi/kpi-category.md +160 -0
- package/helps/kpi/kpi-formula.md +160 -0
- package/helps/kpi/kpi-grade.md +160 -0
- package/helps/kpi/kpi-metric.md +160 -0
- package/helps/kpi/kpi-value.md +160 -0
- package/helps/kpi/kpi.md +160 -0
- package/helps/kpi/metric.md +160 -0
- package/kpi-grade.csv +41 -0
- package/package.json +36 -0
- package/server/index.ts +3 -0
- package/server/routes.ts +26 -0
- package/server/service/index.ts +43 -0
- package/server/service/kpi/event-subscriber.ts +17 -0
- package/server/service/kpi/index.ts +9 -0
- package/server/service/kpi/kpi-history.ts +116 -0
- package/server/service/kpi/kpi-mutation.ts +198 -0
- package/server/service/kpi/kpi-query.ts +62 -0
- package/server/service/kpi/kpi-type.ts +61 -0
- package/server/service/kpi/kpi.ts +98 -0
- package/server/service/kpi-category/index.ts +7 -0
- package/server/service/kpi-category/kpi-category-mutation.ts +137 -0
- package/server/service/kpi-category/kpi-category-query.ts +48 -0
- package/server/service/kpi-category/kpi-category-type.ts +55 -0
- package/server/service/kpi-category/kpi-category.ts +84 -0
- package/server/service/kpi-formula/event-subscriber.ts +17 -0
- package/server/service/kpi-formula/index.ts +9 -0
- package/server/service/kpi-formula/kpi-formula-history.ts +116 -0
- package/server/service/kpi-formula/kpi-formula-mutation.ts +137 -0
- package/server/service/kpi-formula/kpi-formula-query.ts +48 -0
- package/server/service/kpi-formula/kpi-formula-type.ts +55 -0
- package/server/service/kpi-formula/kpi-formula.ts +95 -0
- package/server/service/kpi-grade/event-subscriber.ts +17 -0
- package/server/service/kpi-grade/index.ts +9 -0
- package/server/service/kpi-grade/kpi-grade-history.ts +116 -0
- package/server/service/kpi-grade/kpi-grade-mutation.ts +137 -0
- package/server/service/kpi-grade/kpi-grade-query.ts +48 -0
- package/server/service/kpi-grade/kpi-grade-type.ts +55 -0
- package/server/service/kpi-grade/kpi-grade.ts +95 -0
- package/server/service/kpi-metric/event-subscriber.ts +17 -0
- package/server/service/kpi-metric/index.ts +9 -0
- package/server/service/kpi-metric/kpi-metric-history.ts +116 -0
- package/server/service/kpi-metric/kpi-metric-mutation.ts +198 -0
- package/server/service/kpi-metric/kpi-metric-query.ts +62 -0
- package/server/service/kpi-metric/kpi-metric-type.ts +61 -0
- package/server/service/kpi-metric/kpi-metric.ts +98 -0
- package/server/service/kpi-value/index.ts +7 -0
- package/server/service/kpi-value/kpi-value-mutation.ts +137 -0
- package/server/service/kpi-value/kpi-value-query.ts +48 -0
- package/server/service/kpi-value/kpi-value-type.ts +55 -0
- package/server/service/kpi-value/kpi-value.ts +84 -0
- package/server/tsconfig.json +10 -0
- package/things-factory.config.js +10 -0
- package/translations/en.json +1 -0
- package/translations/ja.json +1 -0
- package/translations/ko.json +1 -0
- package/translations/ms.json +1 -0
- package/translations/zh.json +1 -0
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# KpiMetric
|
|
2
|
+
|
|
3
|
+
Paragraphs are separated by a blank line.
|
|
4
|
+
|
|
5
|
+
2nd paragraph. _Italic_, **bold**, and `monospace`. Itemized lists
|
|
6
|
+
look like:
|
|
7
|
+
|
|
8
|
+
- this one
|
|
9
|
+
- that one
|
|
10
|
+
- the other one
|
|
11
|
+
|
|
12
|
+
Note that --- not considering the asterisk --- the actual text
|
|
13
|
+
content starts at 4-columns in.
|
|
14
|
+
|
|
15
|
+
> Block quotes are
|
|
16
|
+
> written like so.
|
|
17
|
+
>
|
|
18
|
+
> They can span multiple paragraphs,
|
|
19
|
+
> if you like.
|
|
20
|
+
|
|
21
|
+
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., "it's all
|
|
22
|
+
in chapters 12--14"). Three dots ... will be converted to an ellipsis.
|
|
23
|
+
Unicode is supported. ☺
|
|
24
|
+
|
|
25
|
+
## An h2 header
|
|
26
|
+
|
|
27
|
+
Here's a numbered list:
|
|
28
|
+
|
|
29
|
+
1. first item
|
|
30
|
+
2. second item
|
|
31
|
+
3. third item
|
|
32
|
+
|
|
33
|
+
Note again how the actual text starts at 4 columns in (4 characters
|
|
34
|
+
from the left side). Here's a code sample:
|
|
35
|
+
|
|
36
|
+
# Let me re-iterate ...
|
|
37
|
+
|
|
38
|
+
for i in 1 .. 10 { do-something(i) }
|
|
39
|
+
|
|
40
|
+
As you probably guessed, indented 4 spaces. By the way, instead of
|
|
41
|
+
indenting the block, you can use delimited blocks, if you like:
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
define foobar() {
|
|
45
|
+
print "Welcome to flavor country!";
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
(which makes copying & pasting easier). You can optionally mark the
|
|
50
|
+
delimited block for Pandoc to syntax highlight it:
|
|
51
|
+
|
|
52
|
+
```python
|
|
53
|
+
import time
|
|
54
|
+
# Quick, count to ten!
|
|
55
|
+
for i in range(10):
|
|
56
|
+
# (but not *too* quick)
|
|
57
|
+
time.sleep(0.5)
|
|
58
|
+
print(i)
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### An h3 header
|
|
62
|
+
|
|
63
|
+
Now a nested list:
|
|
64
|
+
|
|
65
|
+
1. First, get these ingredients:
|
|
66
|
+
|
|
67
|
+
- carrots
|
|
68
|
+
- celery
|
|
69
|
+
- lentils
|
|
70
|
+
|
|
71
|
+
2. Boil some water.
|
|
72
|
+
|
|
73
|
+
3. Dump everything in the pot and follow
|
|
74
|
+
this algorithm:
|
|
75
|
+
|
|
76
|
+
find wooden spoon
|
|
77
|
+
uncover pot
|
|
78
|
+
stir
|
|
79
|
+
cover pot
|
|
80
|
+
balance wooden spoon precariously on pot handle
|
|
81
|
+
wait 10 minutes
|
|
82
|
+
goto first step (or shut off burner when done)
|
|
83
|
+
|
|
84
|
+
Do not bump wooden spoon or it will fall.
|
|
85
|
+
|
|
86
|
+
Notice again how text always lines up on 4-space indents (including
|
|
87
|
+
that last line which continues item 3 above).
|
|
88
|
+
|
|
89
|
+
Here's a link to [a website](http://foo.bar), to a [local
|
|
90
|
+
doc](local-doc.html), and to a [section heading in the current
|
|
91
|
+
doc](#an-h2-header). Here's a footnote [^1].
|
|
92
|
+
|
|
93
|
+
[^1]: Some footnote text.
|
|
94
|
+
|
|
95
|
+
Tables can look like this:
|
|
96
|
+
|
|
97
|
+
Name Size Material Color
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
All Business 9 leather brown
|
|
102
|
+
Roundabout 10 hemp canvas natural
|
|
103
|
+
Cinderella 11 glass transparent
|
|
104
|
+
|
|
105
|
+
Table: Shoes sizes, materials, and colors.
|
|
106
|
+
|
|
107
|
+
(The above is the caption for the table.) Pandoc also supports
|
|
108
|
+
multi-line tables:
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
Keyword Text
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
red Sunsets, apples, and
|
|
117
|
+
other red or reddish
|
|
118
|
+
things.
|
|
119
|
+
|
|
120
|
+
green Leaves, grass, frogs
|
|
121
|
+
and other things it's
|
|
122
|
+
not easy being.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
A horizontal rule follows.
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
Here's a definition list:
|
|
131
|
+
|
|
132
|
+
apples
|
|
133
|
+
: Good for making applesauce.
|
|
134
|
+
|
|
135
|
+
oranges
|
|
136
|
+
: Citrus!
|
|
137
|
+
|
|
138
|
+
tomatoes
|
|
139
|
+
: There's no "e" in tomatoe.
|
|
140
|
+
|
|
141
|
+
Again, text is indented 4 spaces. (Put a blank line between each
|
|
142
|
+
term and its definition to spread things out more.)
|
|
143
|
+
|
|
144
|
+
Here's a "line block" (note how whitespace is honored):
|
|
145
|
+
|
|
146
|
+
| Line one
|
|
147
|
+
| Line too
|
|
148
|
+
| Line tree
|
|
149
|
+
|
|
150
|
+
and images can be specified like so:
|
|
151
|
+
|
|
152
|
+

|
|
153
|
+
|
|
154
|
+
Inline math equation: $\omega = d\phi / dt$. Display
|
|
155
|
+
math should get its own line like so:
|
|
156
|
+
|
|
157
|
+
$$I = \int \rho R^{2} dV$$
|
|
158
|
+
|
|
159
|
+
And note that you can backslash-escape any punctuation characters
|
|
160
|
+
which you wish to be displayed literally, ex.: \`foo\`, \*bar\*, etc.
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# KpiValue
|
|
2
|
+
|
|
3
|
+
Paragraphs are separated by a blank line.
|
|
4
|
+
|
|
5
|
+
2nd paragraph. _Italic_, **bold**, and `monospace`. Itemized lists
|
|
6
|
+
look like:
|
|
7
|
+
|
|
8
|
+
- this one
|
|
9
|
+
- that one
|
|
10
|
+
- the other one
|
|
11
|
+
|
|
12
|
+
Note that --- not considering the asterisk --- the actual text
|
|
13
|
+
content starts at 4-columns in.
|
|
14
|
+
|
|
15
|
+
> Block quotes are
|
|
16
|
+
> written like so.
|
|
17
|
+
>
|
|
18
|
+
> They can span multiple paragraphs,
|
|
19
|
+
> if you like.
|
|
20
|
+
|
|
21
|
+
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., "it's all
|
|
22
|
+
in chapters 12--14"). Three dots ... will be converted to an ellipsis.
|
|
23
|
+
Unicode is supported. ☺
|
|
24
|
+
|
|
25
|
+
## An h2 header
|
|
26
|
+
|
|
27
|
+
Here's a numbered list:
|
|
28
|
+
|
|
29
|
+
1. first item
|
|
30
|
+
2. second item
|
|
31
|
+
3. third item
|
|
32
|
+
|
|
33
|
+
Note again how the actual text starts at 4 columns in (4 characters
|
|
34
|
+
from the left side). Here's a code sample:
|
|
35
|
+
|
|
36
|
+
# Let me re-iterate ...
|
|
37
|
+
|
|
38
|
+
for i in 1 .. 10 { do-something(i) }
|
|
39
|
+
|
|
40
|
+
As you probably guessed, indented 4 spaces. By the way, instead of
|
|
41
|
+
indenting the block, you can use delimited blocks, if you like:
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
define foobar() {
|
|
45
|
+
print "Welcome to flavor country!";
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
(which makes copying & pasting easier). You can optionally mark the
|
|
50
|
+
delimited block for Pandoc to syntax highlight it:
|
|
51
|
+
|
|
52
|
+
```python
|
|
53
|
+
import time
|
|
54
|
+
# Quick, count to ten!
|
|
55
|
+
for i in range(10):
|
|
56
|
+
# (but not *too* quick)
|
|
57
|
+
time.sleep(0.5)
|
|
58
|
+
print(i)
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### An h3 header
|
|
62
|
+
|
|
63
|
+
Now a nested list:
|
|
64
|
+
|
|
65
|
+
1. First, get these ingredients:
|
|
66
|
+
|
|
67
|
+
- carrots
|
|
68
|
+
- celery
|
|
69
|
+
- lentils
|
|
70
|
+
|
|
71
|
+
2. Boil some water.
|
|
72
|
+
|
|
73
|
+
3. Dump everything in the pot and follow
|
|
74
|
+
this algorithm:
|
|
75
|
+
|
|
76
|
+
find wooden spoon
|
|
77
|
+
uncover pot
|
|
78
|
+
stir
|
|
79
|
+
cover pot
|
|
80
|
+
balance wooden spoon precariously on pot handle
|
|
81
|
+
wait 10 minutes
|
|
82
|
+
goto first step (or shut off burner when done)
|
|
83
|
+
|
|
84
|
+
Do not bump wooden spoon or it will fall.
|
|
85
|
+
|
|
86
|
+
Notice again how text always lines up on 4-space indents (including
|
|
87
|
+
that last line which continues item 3 above).
|
|
88
|
+
|
|
89
|
+
Here's a link to [a website](http://foo.bar), to a [local
|
|
90
|
+
doc](local-doc.html), and to a [section heading in the current
|
|
91
|
+
doc](#an-h2-header). Here's a footnote [^1].
|
|
92
|
+
|
|
93
|
+
[^1]: Some footnote text.
|
|
94
|
+
|
|
95
|
+
Tables can look like this:
|
|
96
|
+
|
|
97
|
+
Name Size Material Color
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
All Business 9 leather brown
|
|
102
|
+
Roundabout 10 hemp canvas natural
|
|
103
|
+
Cinderella 11 glass transparent
|
|
104
|
+
|
|
105
|
+
Table: Shoes sizes, materials, and colors.
|
|
106
|
+
|
|
107
|
+
(The above is the caption for the table.) Pandoc also supports
|
|
108
|
+
multi-line tables:
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
Keyword Text
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
red Sunsets, apples, and
|
|
117
|
+
other red or reddish
|
|
118
|
+
things.
|
|
119
|
+
|
|
120
|
+
green Leaves, grass, frogs
|
|
121
|
+
and other things it's
|
|
122
|
+
not easy being.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
A horizontal rule follows.
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
Here's a definition list:
|
|
131
|
+
|
|
132
|
+
apples
|
|
133
|
+
: Good for making applesauce.
|
|
134
|
+
|
|
135
|
+
oranges
|
|
136
|
+
: Citrus!
|
|
137
|
+
|
|
138
|
+
tomatoes
|
|
139
|
+
: There's no "e" in tomatoe.
|
|
140
|
+
|
|
141
|
+
Again, text is indented 4 spaces. (Put a blank line between each
|
|
142
|
+
term and its definition to spread things out more.)
|
|
143
|
+
|
|
144
|
+
Here's a "line block" (note how whitespace is honored):
|
|
145
|
+
|
|
146
|
+
| Line one
|
|
147
|
+
| Line too
|
|
148
|
+
| Line tree
|
|
149
|
+
|
|
150
|
+
and images can be specified like so:
|
|
151
|
+
|
|
152
|
+

|
|
153
|
+
|
|
154
|
+
Inline math equation: $\omega = d\phi / dt$. Display
|
|
155
|
+
math should get its own line like so:
|
|
156
|
+
|
|
157
|
+
$$I = \int \rho R^{2} dV$$
|
|
158
|
+
|
|
159
|
+
And note that you can backslash-escape any punctuation characters
|
|
160
|
+
which you wish to be displayed literally, ex.: \`foo\`, \*bar\*, etc.
|
package/helps/kpi/kpi.md
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# Kpi
|
|
2
|
+
|
|
3
|
+
Paragraphs are separated by a blank line.
|
|
4
|
+
|
|
5
|
+
2nd paragraph. _Italic_, **bold**, and `monospace`. Itemized lists
|
|
6
|
+
look like:
|
|
7
|
+
|
|
8
|
+
- this one
|
|
9
|
+
- that one
|
|
10
|
+
- the other one
|
|
11
|
+
|
|
12
|
+
Note that --- not considering the asterisk --- the actual text
|
|
13
|
+
content starts at 4-columns in.
|
|
14
|
+
|
|
15
|
+
> Block quotes are
|
|
16
|
+
> written like so.
|
|
17
|
+
>
|
|
18
|
+
> They can span multiple paragraphs,
|
|
19
|
+
> if you like.
|
|
20
|
+
|
|
21
|
+
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., "it's all
|
|
22
|
+
in chapters 12--14"). Three dots ... will be converted to an ellipsis.
|
|
23
|
+
Unicode is supported. ☺
|
|
24
|
+
|
|
25
|
+
## An h2 header
|
|
26
|
+
|
|
27
|
+
Here's a numbered list:
|
|
28
|
+
|
|
29
|
+
1. first item
|
|
30
|
+
2. second item
|
|
31
|
+
3. third item
|
|
32
|
+
|
|
33
|
+
Note again how the actual text starts at 4 columns in (4 characters
|
|
34
|
+
from the left side). Here's a code sample:
|
|
35
|
+
|
|
36
|
+
# Let me re-iterate ...
|
|
37
|
+
|
|
38
|
+
for i in 1 .. 10 { do-something(i) }
|
|
39
|
+
|
|
40
|
+
As you probably guessed, indented 4 spaces. By the way, instead of
|
|
41
|
+
indenting the block, you can use delimited blocks, if you like:
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
define foobar() {
|
|
45
|
+
print "Welcome to flavor country!";
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
(which makes copying & pasting easier). You can optionally mark the
|
|
50
|
+
delimited block for Pandoc to syntax highlight it:
|
|
51
|
+
|
|
52
|
+
```python
|
|
53
|
+
import time
|
|
54
|
+
# Quick, count to ten!
|
|
55
|
+
for i in range(10):
|
|
56
|
+
# (but not *too* quick)
|
|
57
|
+
time.sleep(0.5)
|
|
58
|
+
print(i)
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### An h3 header
|
|
62
|
+
|
|
63
|
+
Now a nested list:
|
|
64
|
+
|
|
65
|
+
1. First, get these ingredients:
|
|
66
|
+
|
|
67
|
+
- carrots
|
|
68
|
+
- celery
|
|
69
|
+
- lentils
|
|
70
|
+
|
|
71
|
+
2. Boil some water.
|
|
72
|
+
|
|
73
|
+
3. Dump everything in the pot and follow
|
|
74
|
+
this algorithm:
|
|
75
|
+
|
|
76
|
+
find wooden spoon
|
|
77
|
+
uncover pot
|
|
78
|
+
stir
|
|
79
|
+
cover pot
|
|
80
|
+
balance wooden spoon precariously on pot handle
|
|
81
|
+
wait 10 minutes
|
|
82
|
+
goto first step (or shut off burner when done)
|
|
83
|
+
|
|
84
|
+
Do not bump wooden spoon or it will fall.
|
|
85
|
+
|
|
86
|
+
Notice again how text always lines up on 4-space indents (including
|
|
87
|
+
that last line which continues item 3 above).
|
|
88
|
+
|
|
89
|
+
Here's a link to [a website](http://foo.bar), to a [local
|
|
90
|
+
doc](local-doc.html), and to a [section heading in the current
|
|
91
|
+
doc](#an-h2-header). Here's a footnote [^1].
|
|
92
|
+
|
|
93
|
+
[^1]: Some footnote text.
|
|
94
|
+
|
|
95
|
+
Tables can look like this:
|
|
96
|
+
|
|
97
|
+
Name Size Material Color
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
All Business 9 leather brown
|
|
102
|
+
Roundabout 10 hemp canvas natural
|
|
103
|
+
Cinderella 11 glass transparent
|
|
104
|
+
|
|
105
|
+
Table: Shoes sizes, materials, and colors.
|
|
106
|
+
|
|
107
|
+
(The above is the caption for the table.) Pandoc also supports
|
|
108
|
+
multi-line tables:
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
Keyword Text
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
red Sunsets, apples, and
|
|
117
|
+
other red or reddish
|
|
118
|
+
things.
|
|
119
|
+
|
|
120
|
+
green Leaves, grass, frogs
|
|
121
|
+
and other things it's
|
|
122
|
+
not easy being.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
A horizontal rule follows.
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
Here's a definition list:
|
|
131
|
+
|
|
132
|
+
apples
|
|
133
|
+
: Good for making applesauce.
|
|
134
|
+
|
|
135
|
+
oranges
|
|
136
|
+
: Citrus!
|
|
137
|
+
|
|
138
|
+
tomatoes
|
|
139
|
+
: There's no "e" in tomatoe.
|
|
140
|
+
|
|
141
|
+
Again, text is indented 4 spaces. (Put a blank line between each
|
|
142
|
+
term and its definition to spread things out more.)
|
|
143
|
+
|
|
144
|
+
Here's a "line block" (note how whitespace is honored):
|
|
145
|
+
|
|
146
|
+
| Line one
|
|
147
|
+
| Line too
|
|
148
|
+
| Line tree
|
|
149
|
+
|
|
150
|
+
and images can be specified like so:
|
|
151
|
+
|
|
152
|
+

|
|
153
|
+
|
|
154
|
+
Inline math equation: $\omega = d\phi / dt$. Display
|
|
155
|
+
math should get its own line like so:
|
|
156
|
+
|
|
157
|
+
$$I = \int \rho R^{2} dV$$
|
|
158
|
+
|
|
159
|
+
And note that you can backslash-escape any punctuation characters
|
|
160
|
+
which you wish to be displayed literally, ex.: \`foo\`, \*bar\*, etc.
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# Metric
|
|
2
|
+
|
|
3
|
+
Paragraphs are separated by a blank line.
|
|
4
|
+
|
|
5
|
+
2nd paragraph. _Italic_, **bold**, and `monospace`. Itemized lists
|
|
6
|
+
look like:
|
|
7
|
+
|
|
8
|
+
- this one
|
|
9
|
+
- that one
|
|
10
|
+
- the other one
|
|
11
|
+
|
|
12
|
+
Note that --- not considering the asterisk --- the actual text
|
|
13
|
+
content starts at 4-columns in.
|
|
14
|
+
|
|
15
|
+
> Block quotes are
|
|
16
|
+
> written like so.
|
|
17
|
+
>
|
|
18
|
+
> They can span multiple paragraphs,
|
|
19
|
+
> if you like.
|
|
20
|
+
|
|
21
|
+
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., "it's all
|
|
22
|
+
in chapters 12--14"). Three dots ... will be converted to an ellipsis.
|
|
23
|
+
Unicode is supported. ☺
|
|
24
|
+
|
|
25
|
+
## An h2 header
|
|
26
|
+
|
|
27
|
+
Here's a numbered list:
|
|
28
|
+
|
|
29
|
+
1. first item
|
|
30
|
+
2. second item
|
|
31
|
+
3. third item
|
|
32
|
+
|
|
33
|
+
Note again how the actual text starts at 4 columns in (4 characters
|
|
34
|
+
from the left side). Here's a code sample:
|
|
35
|
+
|
|
36
|
+
# Let me re-iterate ...
|
|
37
|
+
|
|
38
|
+
for i in 1 .. 10 { do-something(i) }
|
|
39
|
+
|
|
40
|
+
As you probably guessed, indented 4 spaces. By the way, instead of
|
|
41
|
+
indenting the block, you can use delimited blocks, if you like:
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
define foobar() {
|
|
45
|
+
print "Welcome to flavor country!";
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
(which makes copying & pasting easier). You can optionally mark the
|
|
50
|
+
delimited block for Pandoc to syntax highlight it:
|
|
51
|
+
|
|
52
|
+
```python
|
|
53
|
+
import time
|
|
54
|
+
# Quick, count to ten!
|
|
55
|
+
for i in range(10):
|
|
56
|
+
# (but not *too* quick)
|
|
57
|
+
time.sleep(0.5)
|
|
58
|
+
print(i)
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### An h3 header
|
|
62
|
+
|
|
63
|
+
Now a nested list:
|
|
64
|
+
|
|
65
|
+
1. First, get these ingredients:
|
|
66
|
+
|
|
67
|
+
- carrots
|
|
68
|
+
- celery
|
|
69
|
+
- lentils
|
|
70
|
+
|
|
71
|
+
2. Boil some water.
|
|
72
|
+
|
|
73
|
+
3. Dump everything in the pot and follow
|
|
74
|
+
this algorithm:
|
|
75
|
+
|
|
76
|
+
find wooden spoon
|
|
77
|
+
uncover pot
|
|
78
|
+
stir
|
|
79
|
+
cover pot
|
|
80
|
+
balance wooden spoon precariously on pot handle
|
|
81
|
+
wait 10 minutes
|
|
82
|
+
goto first step (or shut off burner when done)
|
|
83
|
+
|
|
84
|
+
Do not bump wooden spoon or it will fall.
|
|
85
|
+
|
|
86
|
+
Notice again how text always lines up on 4-space indents (including
|
|
87
|
+
that last line which continues item 3 above).
|
|
88
|
+
|
|
89
|
+
Here's a link to [a website](http://foo.bar), to a [local
|
|
90
|
+
doc](local-doc.html), and to a [section heading in the current
|
|
91
|
+
doc](#an-h2-header). Here's a footnote [^1].
|
|
92
|
+
|
|
93
|
+
[^1]: Some footnote text.
|
|
94
|
+
|
|
95
|
+
Tables can look like this:
|
|
96
|
+
|
|
97
|
+
Name Size Material Color
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
All Business 9 leather brown
|
|
102
|
+
Roundabout 10 hemp canvas natural
|
|
103
|
+
Cinderella 11 glass transparent
|
|
104
|
+
|
|
105
|
+
Table: Shoes sizes, materials, and colors.
|
|
106
|
+
|
|
107
|
+
(The above is the caption for the table.) Pandoc also supports
|
|
108
|
+
multi-line tables:
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
Keyword Text
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
red Sunsets, apples, and
|
|
117
|
+
other red or reddish
|
|
118
|
+
things.
|
|
119
|
+
|
|
120
|
+
green Leaves, grass, frogs
|
|
121
|
+
and other things it's
|
|
122
|
+
not easy being.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
A horizontal rule follows.
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
Here's a definition list:
|
|
131
|
+
|
|
132
|
+
apples
|
|
133
|
+
: Good for making applesauce.
|
|
134
|
+
|
|
135
|
+
oranges
|
|
136
|
+
: Citrus!
|
|
137
|
+
|
|
138
|
+
tomatoes
|
|
139
|
+
: There's no "e" in tomatoe.
|
|
140
|
+
|
|
141
|
+
Again, text is indented 4 spaces. (Put a blank line between each
|
|
142
|
+
term and its definition to spread things out more.)
|
|
143
|
+
|
|
144
|
+
Here's a "line block" (note how whitespace is honored):
|
|
145
|
+
|
|
146
|
+
| Line one
|
|
147
|
+
| Line too
|
|
148
|
+
| Line tree
|
|
149
|
+
|
|
150
|
+
and images can be specified like so:
|
|
151
|
+
|
|
152
|
+

|
|
153
|
+
|
|
154
|
+
Inline math equation: $\omega = d\phi / dt$. Display
|
|
155
|
+
math should get its own line like so:
|
|
156
|
+
|
|
157
|
+
$$I = \int \rho R^{2} dV$$
|
|
158
|
+
|
|
159
|
+
And note that you can backslash-escape any punctuation characters
|
|
160
|
+
which you wish to be displayed literally, ex.: \`foo\`, \*bar\*, etc.
|
package/kpi-grade.csv
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
id,kpiId,grade,minValue,maxValue,score,color,description
|
|
2
|
+
grade-x14-1,X14,1,0,1,1,,달성불성(기유, 영향없음 등)과 인근주민 민원 등이 발생하여 공기 증가원임.
|
|
3
|
+
grade-x14-2,X14,2,1,2,2,,달성불성(기유, 영향없음 등)과 인근주민 민원 등이 발생했으나 공기를 증감함.
|
|
4
|
+
grade-x14-3,X14,3,2,3,3,,달성불성(기유, 영향없음 등)과 인근주민 민원 등이 발생했으나 공기를 단축함.
|
|
5
|
+
grade-x14-4,X14,4,3,4,4,,달성불성(기유, 영향없음 등)과 인근주민 민원 등이 발생했으나 공기를 단축함.
|
|
6
|
+
grade-x14-5,X14,5,4,5,5,,달성불성(기유, 영향없음 등)과 인근주민 민원 등이 발생했으나 공기를 단축함.
|
|
7
|
+
grade-x23-1,X23,1,0,1,1,,공사비 변동과 민원 등이 없었음에도 공사비 관리가 미흡함.
|
|
8
|
+
grade-x23-2,X23,2,1,2,2,,공사비 변동과 민원 등이 발생했으나 공사비 관리가 일부 미흡함.
|
|
9
|
+
grade-x23-3,X23,3,2,3,3,,공사비 변동과 민원 등이 발생했으나 상황에 따라 공사비 관리가 적정하게 수행함.
|
|
10
|
+
grade-x23-4,X23,4,3,4,4,,공사비 변동과 민원 등이 발생했지만 공사비 관리를 적정하게 수행함.
|
|
11
|
+
grade-x23-5,X23,5,4,5,5,,공사비 변동과 민원 등이 발생했지만 공사비 관리를 매우 훌륭하게 수행함.
|
|
12
|
+
grade-x34-1,X34,1,0,0.7,1,,SL-PA <0.7
|
|
13
|
+
grade-x34-2,X34,2,0.7,1.0,2,,SL-PA 0.7~1.0
|
|
14
|
+
grade-x34-3,X34,3,1.0,1.1,3,,SL-PA 1.0~1.1
|
|
15
|
+
grade-x34-4,X34,4,1.1,1.2,4,,SL-PA 1.1~1.2
|
|
16
|
+
grade-x34-5,X34,5,1.2,100,5,,SL-PA 1.2~
|
|
17
|
+
grade-x35-1,X35,1,0,1,1,,법적 요구 수준에도 미치지 않아 공사 양성도의 개선이 매우 필요함
|
|
18
|
+
grade-x35-2,X35,2,1,2,2,,법적 요구 수준을 일부 만족하고 있으나, 품질관리 활동이 일부 필요함
|
|
19
|
+
grade-x35-3,X35,3,2,3,3,,법적 요구 수준을 만족하는 수준
|
|
20
|
+
grade-x35-4,X35,4,3,4,4,,법적 요구 수준을 만족하며, 품질관리 활동이 능동적인 경우
|
|
21
|
+
grade-x35-5,X35,5,4,5,5,,법적 요구 수준을 만족하며, 품질관리 활동이 매우 능동적인 경우
|
|
22
|
+
grade-x44-1,X44,1,0,1,1,,법적 요구 수준에도 미치지 않아 안전관리, 활동이 매우 필요함
|
|
23
|
+
grade-x44-2,X44,2,1,2,2,,법적 요구 수준을 일부 만족하고 있으나, 안전관리 활동이 일부 필요함
|
|
24
|
+
grade-x44-3,X44,3,2,3,3,,법적 요구 수준을 만족하는 수준
|
|
25
|
+
grade-x44-4,X44,4,3,4,4,,법적 요구 수준을 만족하며, 안전관리 활동이 능동적인 경우
|
|
26
|
+
grade-x44-5,X44,5,4,5,5,,법적 요구 수준을 만족하며, 안전관리 활동이 매우 능동적인 경우
|
|
27
|
+
grade-x52-1,X52,1,0,1,1,,법적 요구 수준에도 미치지 않아 환경관리 활동이 매우 필요함
|
|
28
|
+
grade-x52-2,X52,2,1,2,2,,법적 요구 수준을 일부 만족하고 있으나, 환경관리 활동이 일부 필요함
|
|
29
|
+
grade-x52-3,X52,3,2,3,3,,법적 요구 수준을 만족하는 수준
|
|
30
|
+
grade-x52-4,X52,4,3,4,4,,법적 요구 수준을 만족하며, 환경관리 활동이 능동적인 경우
|
|
31
|
+
grade-x52-5,X52,5,4,5,5,,법적 요구 수준을 만족하며, 환경관리 활동이 매우 능동적인 경우
|
|
32
|
+
grade-x62-1,X62,1,0,1,1,,인력 및 장비 투입 규모가 법적 요구 수준에 비해 미흡함
|
|
33
|
+
grade-x62-2,X62,2,1,2,2,,인력 및 장비 투입 규모가 법적 요구 수준에 일부 미흡함
|
|
34
|
+
grade-x62-3,X62,3,2,3,3,,인력 및 장비 투입 규모가 법적 요구 수준에 부합함
|
|
35
|
+
grade-x62-4,X62,4,3,4,4,,인력 및 장비 투입 규모가 법적 요구 수준에 부합하며 배분 효율성이 높은 수준
|
|
36
|
+
grade-x62-5,X62,5,4,5,5,,인력 및 장비 투입 규모가 법적 요구 수준에 부합하며 배분 효율성이 매우 높은 수준
|
|
37
|
+
grade-x43-1,X43,1,0,0.6,1,,SL-PA <0.6
|
|
38
|
+
grade-x43-2,X43,2,0.6,1.0,2,,SL-PA 0.6~1.0
|
|
39
|
+
grade-x43-3,X43,3,1.0,1.15,3,,SL-PA 1.0~1.15
|
|
40
|
+
grade-x43-4,X43,4,1.15,1.25,4,,SL-PA 1.15~1.25
|
|
41
|
+
grade-x43-5,X43,5,1.25,100,5,,SL-PA 1.25~
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@things-factory/kpi",
|
|
3
|
+
"version": "1.0.0-alpha.5",
|
|
4
|
+
"main": "dist-server/index.js",
|
|
5
|
+
"browser": "dist-client/index.js",
|
|
6
|
+
"things-factory": true,
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"author": "heartyoh <heartyoh@hatiolab.com>",
|
|
9
|
+
"description": "kpi module",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public",
|
|
12
|
+
"@things-factory:registry": "https://registry.npmjs.org"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/hatiolab/things-factory.git",
|
|
17
|
+
"directory": "packages/kpi"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "npm run build:server && npm run build:client",
|
|
21
|
+
"copy:files": "copyfiles -e \"./client/**/*.{ts,js,json}\" -u 1 \"./client/**/*\" dist-client",
|
|
22
|
+
"build:client": "npm run copy:files && npx tsc --p ./client/tsconfig.json",
|
|
23
|
+
"build:server": "npx tsc --p ./server/tsconfig.json",
|
|
24
|
+
"clean:client": "npx rimraf dist-client",
|
|
25
|
+
"clean:server": "npx rimraf dist-server",
|
|
26
|
+
"clean": "npm run clean:server && npm run clean:client",
|
|
27
|
+
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@operato/graphql": "^7.0.0",
|
|
31
|
+
"@operato/shell": "^7.0.0",
|
|
32
|
+
"@things-factory/auth-base": "^7.0.1",
|
|
33
|
+
"@things-factory/shell": "^7.0.1"
|
|
34
|
+
},
|
|
35
|
+
"gitHead": "c5c29d58379f1172673819c24a79f0e667d94ce6"
|
|
36
|
+
}
|