@things-factory/reference-app 5.0.0-alpha.33 → 5.0.0-alpha.34

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/client/menu.js CHANGED
@@ -141,24 +141,34 @@ export function getMenuTemplate() {
141
141
  description: '데이타 수집을 위한 개념과 기능들을 소개합니다.',
142
142
  menus: [
143
143
  {
144
+ icon: 'display_settings',
144
145
  name: 'Data Set Master',
145
146
  path: 'data-set-list'
146
147
  },
147
148
  {
149
+ icon: 'sensors',
148
150
  name: 'Data Collection Sensors',
149
151
  path: 'data-sensor-list'
150
152
  },
151
153
  {
154
+ icon: 'checklist',
152
155
  name: 'Data Samples',
153
156
  path: 'data-sample-list'
154
157
  },
155
158
  {
159
+ icon: 'playlist_remove',
156
160
  name: 'Data OOC',
157
161
  path: 'data-ooc-list'
158
162
  },
159
163
  {
164
+ icon: 'post_add',
160
165
  name: 'Data Entry',
161
166
  path: 'data-entry-list'
167
+ },
168
+ {
169
+ icon: 'newspaper',
170
+ name: 'Data Report',
171
+ path: 'data-report-list'
162
172
  }
163
173
  ]
164
174
  }
package/db.sqlite CHANGED
Binary file
@@ -19,6 +19,11 @@
19
19
  "date": 1649743306044,
20
20
  "name": "logs/application-2022-04-12-15.log",
21
21
  "hash": "3a6363a37a28295817757008256e5af3"
22
+ },
23
+ {
24
+ "date": 1649747641798,
25
+ "name": "logs/application-2022-04-12-16.log",
26
+ "hash": "27d26ffc1198ca2fb334cf5fb7809646"
22
27
  }
23
28
  ],
24
29
  "hashType": "md5"
@@ -59,6 +59,11 @@
59
59
  "date": 1649743307413,
60
60
  "name": "logs/connections-2022-04-12-15.log",
61
61
  "hash": "d28c231917732151f26a1a0439ddf9bf"
62
+ },
63
+ {
64
+ "date": 1649747643098,
65
+ "name": "logs/connections-2022-04-12-16.log",
66
+ "hash": "4c2848b94ef3ba21490c63612d01f1f8"
62
67
  }
63
68
  ],
64
69
  "hashType": "md5"
@@ -0,0 +1,3 @@
1
+ 2022-04-12T07:14:05.183Z info: Database connection established
2
+ 2022-04-12T07:14:06.226Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-04-12T07:14:06.227Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "5.0.0-alpha.33",
3
+ "version": "5.0.0-alpha.34",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -62,35 +62,35 @@
62
62
  "@operato/scene-tab": "^1.0.0-alpha.10",
63
63
  "@operato/shell": "1.0.0-beta.2",
64
64
  "@operato/utils": "1.0.0-beta.2",
65
- "@things-factory/api": "^5.0.0-alpha.33",
66
- "@things-factory/apptool-ui": "^5.0.0-alpha.33",
67
- "@things-factory/auth-ui": "^5.0.0-alpha.33",
68
- "@things-factory/board-service": "^5.0.0-alpha.33",
69
- "@things-factory/board-ui": "^5.0.0-alpha.33",
70
- "@things-factory/ccp": "^5.0.0-alpha.33",
71
- "@things-factory/context-ui": "^5.0.0-alpha.33",
72
- "@things-factory/dashboard": "^5.0.0-alpha.33",
73
- "@things-factory/dataset": "^5.0.0-alpha.33",
74
- "@things-factory/export-ui": "^5.0.0-alpha.33",
75
- "@things-factory/export-ui-excel": "^5.0.0-alpha.33",
76
- "@things-factory/grist-ui": "^5.0.0-alpha.33",
77
- "@things-factory/help": "^5.0.0-alpha.33",
78
- "@things-factory/integration-ui": "^5.0.0-alpha.33",
79
- "@things-factory/lite-menu": "^5.0.0-alpha.33",
80
- "@things-factory/more-ui": "^5.0.0-alpha.33",
81
- "@things-factory/notification": "^5.0.0-alpha.33",
82
- "@things-factory/oauth2-client": "^5.0.0-alpha.33",
83
- "@things-factory/print-ui": "^5.0.0-alpha.33",
84
- "@things-factory/qc": "^5.0.0-alpha.33",
85
- "@things-factory/resource-ui": "^5.0.0-alpha.33",
86
- "@things-factory/setting-base": "^5.0.0-alpha.33",
87
- "@things-factory/setting-ui": "^5.0.0-alpha.33",
88
- "@things-factory/shell": "^5.0.0-alpha.33",
89
- "@things-factory/system-ui": "^5.0.0-alpha.33",
90
- "@things-factory/work-shift": "^5.0.0-alpha.33"
65
+ "@things-factory/api": "^5.0.0-alpha.34",
66
+ "@things-factory/apptool-ui": "^5.0.0-alpha.34",
67
+ "@things-factory/auth-ui": "^5.0.0-alpha.34",
68
+ "@things-factory/board-service": "^5.0.0-alpha.34",
69
+ "@things-factory/board-ui": "^5.0.0-alpha.34",
70
+ "@things-factory/ccp": "^5.0.0-alpha.34",
71
+ "@things-factory/context-ui": "^5.0.0-alpha.34",
72
+ "@things-factory/dashboard": "^5.0.0-alpha.34",
73
+ "@things-factory/dataset": "^5.0.0-alpha.34",
74
+ "@things-factory/export-ui": "^5.0.0-alpha.34",
75
+ "@things-factory/export-ui-excel": "^5.0.0-alpha.34",
76
+ "@things-factory/grist-ui": "^5.0.0-alpha.34",
77
+ "@things-factory/help": "^5.0.0-alpha.34",
78
+ "@things-factory/integration-ui": "^5.0.0-alpha.34",
79
+ "@things-factory/lite-menu": "^5.0.0-alpha.34",
80
+ "@things-factory/more-ui": "^5.0.0-alpha.34",
81
+ "@things-factory/notification": "^5.0.0-alpha.34",
82
+ "@things-factory/oauth2-client": "^5.0.0-alpha.34",
83
+ "@things-factory/print-ui": "^5.0.0-alpha.34",
84
+ "@things-factory/qc": "^5.0.0-alpha.34",
85
+ "@things-factory/resource-ui": "^5.0.0-alpha.34",
86
+ "@things-factory/setting-base": "^5.0.0-alpha.34",
87
+ "@things-factory/setting-ui": "^5.0.0-alpha.34",
88
+ "@things-factory/shell": "^5.0.0-alpha.34",
89
+ "@things-factory/system-ui": "^5.0.0-alpha.34",
90
+ "@things-factory/work-shift": "^5.0.0-alpha.34"
91
91
  },
92
92
  "devDependencies": {
93
- "@things-factory/builder": "^5.0.0-alpha.33"
93
+ "@things-factory/builder": "^5.0.0-alpha.34"
94
94
  },
95
- "gitHead": "b4e81d2d5675c7eeda5c83425d355128b00c9acb"
95
+ "gitHead": "746cbf6ef3238389fbd049565c1f860cd79b51c2"
96
96
  }