From bbe4ba9c47014d729ebf808be96066976b50b55e Mon Sep 17 00:00:00 2001 From: Andrei Kuminov Date: Tue, 23 Jun 2020 13:30:42 +1000 Subject: [PATCH] MODAIB-2 metadata --- deploy.json | 16 + meta/agent.class.json | 694 +++++++++++++++++++++++++++++ meta/signal.class.json | 183 ++++++++ navigation/aib.section.json | 7 + navigation/aib/agents.json | 15 + navigation/aib/signals.json | 15 + package.json | 12 + studio.json | 366 +++++++++++++++ tasks.json | 1 + themes/portal/.bowerrc | 6 + themes/portal/bower.json | 23 + views/agents/agent@aib/list.json | 33 ++ views/signals/signal@aib/list.json | 33 ++ 13 files changed, 1404 insertions(+) create mode 100644 deploy.json create mode 100644 meta/agent.class.json create mode 100644 meta/signal.class.json create mode 100644 navigation/aib.section.json create mode 100644 navigation/aib/agents.json create mode 100644 navigation/aib/signals.json create mode 100644 package.json create mode 100644 studio.json create mode 100644 tasks.json create mode 100644 themes/portal/.bowerrc create mode 100644 themes/portal/bower.json create mode 100644 views/agents/agent@aib/list.json create mode 100644 views/signals/signal@aib/list.json diff --git a/deploy.json b/deploy.json new file mode 100644 index 0000000..3021411 --- /dev/null +++ b/deploy.json @@ -0,0 +1,16 @@ +{ + "namespace": "aib", + "parametrised": true, + "deployer": "built-in", + "globals": { + "staticOptions": { + "maxAge": 3600000 + }, + "lang": "en", + "moduleTitles": {}, + "explicitTopMenu": [], + "plugins": {}, + "jobs": {} + }, + "modules": {} +} \ No newline at end of file diff --git a/meta/agent.class.json b/meta/agent.class.json new file mode 100644 index 0000000..e381091 --- /dev/null +++ b/meta/agent.class.json @@ -0,0 +1,694 @@ +{ + "name": "agent", + "caption": "AI Bus Agents", + "key": [ + "guid" + ], + "semantic": "", + "version": "", + "ancestor": "", + "container": "", + "creationTracker": "dateCreate", + "changeTracker": "editDate", + "compositeIndexes": null, + "journaling": false, + "isStruct": false, + "properties": [ + { + "name": "guid", + "caption": "ID", + "type": 12, + "size": 24, + "readonly": true, + "indexed": true, + "unique": true, + "autoassigned": true, + "orderNumber": 10, + "mode": 0, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "nullable": true, + "indexSearch": false + }, + { + "name": "code", + "caption": "Code", + "type": 0, + "orderNumber": 20, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": true, + "nullable": false, + "unique": true, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "version", + "caption": "Version", + "type": 0, + "orderNumber": 30, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": true, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "name", + "caption": "Name", + "type": 0, + "orderNumber": 40, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": true, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "description", + "caption": "Description", + "type": 1, + "orderNumber": 50, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "type", + "caption": "Type", + "type": 0, + "orderNumber": 60, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "js", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": { + "type": "SIMPLE", + "list": [ + { + "key": "js", + "value": "Java Script" + }, + { + "key": "python", + "value": "Python" + }, + { + "key": "tensorflow", + "value": "TensorFlow" + }, + { + "key": "rest", + "value": "REST web-service" + } + ], + "matrix": [], + "parameters": [], + "hg": "" + }, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "path", + "caption": "Path", + "type": 0, + "orderNumber": 70, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "dateCreate", + "caption": "Сreation date", + "type": 9, + "orderNumber": 80, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "editDate", + "caption": "Date of editing", + "type": 0, + "orderNumber": 90, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "input", + "caption": "Input", + "type": 14, + "orderNumber": 100, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "signal", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": true, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "output", + "caption": "Output", + "type": 0, + "orderNumber": 110, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "signal", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": true, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "dateLastStart", + "caption": "Date of last start", + "type": 9, + "orderNumber": 130, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "run", + "caption": "To Run?", + "type": 10, + "orderNumber": 120, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": true, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "runResult", + "caption": "Result of running", + "type": 1, + "orderNumber": 140, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "signalParamWaitFinish", + "caption": "Param: waiting for the finish", + "type": 10, + "orderNumber": 150, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "signalParamWaitResult", + "caption": "Param: waiting for the resulting signal", + "type": 0, + "orderNumber": 160, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "signalParamQueue", + "caption": "Param: Signal queueing", + "type": 0, + "orderNumber": 170, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "memoryType", + "caption": "Param: memory type", + "type": 0, + "orderNumber": 180, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": { + "type": "SIMPLE", + "list": [ + { + "key": "none", + "value": "Without memory" + }, + { + "key": "stop", + "value": "At stop" + }, + { + "key": "time", + "value": "Periodically" + }, + { + "key": "count", + "value": "Count" + } + ], + "matrix": [], + "parameters": [], + "hg": "" + }, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "memoryTypeValue", + "caption": "Param: value of the memory type", + "type": 7, + "orderNumber": 190, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "memoryValue", + "caption": "Param: value of memory", + "type": 17, + "orderNumber": 200, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "runInit", + "caption": "Param: Must be initialized before starting", + "type": 10, + "orderNumber": 210, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + } + ] +} \ No newline at end of file diff --git a/meta/signal.class.json b/meta/signal.class.json new file mode 100644 index 0000000..dd3983f --- /dev/null +++ b/meta/signal.class.json @@ -0,0 +1,183 @@ +{ + "name": "signal", + "caption": "Signals", + "key": [ + "code" + ], + "semantic": "", + "version": "", + "ancestor": "", + "container": "", + "creationTracker": "", + "changeTracker": "", + "compositeIndexes": null, + "journaling": false, + "isStruct": false, + "properties": [ + { + "name": "code", + "caption": "Code", + "type": 0, + "size": 24, + "readonly": false, + "indexed": true, + "unique": true, + "autoassigned": false, + "orderNumber": 10, + "mode": 0, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "nullable": false, + "indexSearch": false + }, + { + "name": "version", + "caption": "Version", + "type": 0, + "orderNumber": 20, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": true, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "type", + "caption": "Signal type", + "type": 0, + "orderNumber": 30, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "aperiodic", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": { + "type": "SIMPLE", + "list": [ + { + "key": "periodic", + "value": "Periodic" + }, + { + "key": "aperiodic", + "value": "Aperiodic" + } + ], + "matrix": [], + "parameters": [], + "hg": "" + }, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "save", + "caption": "Must be saved", + "type": 10, + "orderNumber": 40, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": false, + "unique": false, + "autoassigned": false, + "indexSearch": false + }, + { + "name": "saveClassName", + "caption": "Name of the class to save", + "type": 0, + "orderNumber": 50, + "mode": 0, + "size": null, + "decimals": 0, + "allowedFileTypes": "", + "maxFileCount": 0, + "hint": "", + "semantic": "", + "refClass": "", + "itemsClass": "", + "backRef": "", + "backColl": "", + "defaultValue": "", + "binding": null, + "selConditions": [], + "selSorting": null, + "selectionProvider": null, + "formula": null, + "eagerLoading": false, + "readonly": false, + "indexed": false, + "nullable": true, + "unique": true, + "autoassigned": false, + "indexSearch": false + } + ] +} \ No newline at end of file diff --git a/navigation/aib.section.json b/navigation/aib.section.json new file mode 100644 index 0000000..61da960 --- /dev/null +++ b/navigation/aib.section.json @@ -0,0 +1,7 @@ +{ + "name": "aib", + "caption": "AIB", + "orderNumber": 10, + "mode": 0, + "tags": "" +} \ No newline at end of file diff --git a/navigation/aib/agents.json b/navigation/aib/agents.json new file mode 100644 index 0000000..f3f3ac1 --- /dev/null +++ b/navigation/aib/agents.json @@ -0,0 +1,15 @@ +{ + "code": "agents", + "caption": "Agents", + "type": 1, + "orderNumber": 10, + "title": "", + "hint": "", + "classname": "agent", + "container": "", + "collection": "", + "url": "", + "conditions": [], + "sorting": [], + "pathChains": [] +} \ No newline at end of file diff --git a/navigation/aib/signals.json b/navigation/aib/signals.json new file mode 100644 index 0000000..e9f40b5 --- /dev/null +++ b/navigation/aib/signals.json @@ -0,0 +1,15 @@ +{ + "code": "signals", + "caption": "Signals", + "type": 1, + "orderNumber": 20, + "title": "", + "hint": "", + "classname": "signal", + "container": "", + "collection": "", + "url": "", + "conditions": [], + "sorting": [], + "pathChains": [] +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..8e61ccc --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "aib", + "description": "IONDV. Artificial Intelligence Bus module", + "version": "0.0.1", + "ionModulesDependencies": {}, + "ionMetaDependencies": {}, + "changeState": { + "major": true, + "minor": true, + "patch": true + } +} \ No newline at end of file diff --git a/studio.json b/studio.json new file mode 100644 index 0000000..1b41580 --- /dev/null +++ b/studio.json @@ -0,0 +1,366 @@ +{ + "classes": { + "agent": { + "uml": { + "offset": { + "top": 6, + "left": 6 + } + } + }, + "signal": { + "uml": { + "offset": { + "top": 6, + "left": 320 + } + } + } + }, + "workflows": {}, + "interfaces": [], + "changeLogs": [ + { + "action": "create", + "type": "class", + "name": "agent", + "date": "2020-06-23T01:16:39.273Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "guid.agent", + "date": "2020-06-23T01:16:39.301Z" + }, + { + "action": "create", + "type": "class", + "name": "signal", + "date": "2020-06-23T02:02:23.450Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "guid.signal", + "date": "2020-06-23T02:02:23.587Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "code.agent", + "date": "2020-06-23T02:06:10.376Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "version.agent", + "date": "2020-06-23T02:06:39.419Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "name.agent", + "date": "2020-06-23T02:06:51.215Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "description.agent", + "date": "2020-06-23T02:07:09.441Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "type.agent", + "date": "2020-06-23T02:09:00.685Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "path.agent", + "date": "2020-06-23T02:09:25.835Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "dateCreate.agent", + "date": "2020-06-23T02:10:25.042Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "editDate.agent", + "date": "2020-06-23T02:11:07.919Z" + }, + { + "action": "update", + "type": "class", + "name": "agent", + "oldValue": { + "creationTracker": "", + "changeTracker": "", + "key": [ + null + ] + }, + "newValue": { + "creationTracker": "dateCreate", + "changeTracker": "editDate", + "key": [ + null + ] + }, + "date": "2020-06-23T02:11:21.714Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "code.signal", + "oldValue": { + "name": "guid", + "caption": "ID", + "type": 12, + "readonly": true, + "autoassigned": true, + "nullable": true + }, + "newValue": { + "name": "code", + "caption": "Code", + "type": 0, + "readonly": false, + "autoassigned": false, + "nullable": false + }, + "date": "2020-06-23T02:12:54.325Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "input.agent", + "date": "2020-06-23T02:14:06.166Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "output.agent", + "date": "2020-06-23T02:14:41.992Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "dateLastStart.agent", + "date": "2020-06-23T02:16:15.497Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "paramStart.agent", + "date": "2020-06-23T02:21:20.497Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "launch.agent", + "oldValue": { + "name": "paramStart", + "caption": "Start parameter", + "type": null + }, + "newValue": { + "name": "launch", + "caption": "To Run?", + "type": null + }, + "date": "2020-06-23T02:23:31.307Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "runResult.agent", + "date": "2020-06-23T02:26:33.411Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "run.agent", + "oldValue": { + "name": "launch", + "type": null + }, + "newValue": { + "name": "run", + "type": null + }, + "date": "2020-06-23T02:37:02.608Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "dateLastStart.agent", + "oldValue": { + "orderNumber": 120, + "type": null + }, + "newValue": { + "orderNumber": 130, + "type": null + }, + "date": "2020-06-23T02:37:36.145Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "run.agent", + "oldValue": { + "orderNumber": 130, + "type": null + }, + "newValue": { + "orderNumber": 120, + "type": null + }, + "date": "2020-06-23T02:37:40.924Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "signalParamWaiting.agent", + "date": "2020-06-23T02:43:27.796Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "signalParamWaitResult.agent", + "date": "2020-06-23T02:45:50.467Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "signalParamWaitFinish.agent", + "oldValue": { + "name": "signalParamWaiting", + "type": null + }, + "newValue": { + "name": "signalParamWaitFinish", + "type": null + }, + "date": "2020-06-23T02:46:08.550Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "signalParamQueue.agent", + "date": "2020-06-23T02:48:02.630Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "memoryType.agent", + "date": "2020-06-23T03:01:38.635Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "memoryTypeValue.agent", + "date": "2020-06-23T03:02:38.135Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "memoryValue.agent", + "date": "2020-06-23T03:03:48.598Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "runInit.agent", + "date": "2020-06-23T03:06:07.701Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "version.signal", + "date": "2020-06-23T03:09:25.852Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "type.signal", + "date": "2020-06-23T03:11:14.776Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "save.signal", + "date": "2020-06-23T03:14:27.501Z" + }, + { + "action": "create", + "type": "class attribute", + "name": "saveClassName.signal", + "date": "2020-06-23T03:15:04.425Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "saveClassName.signal", + "oldValue": { + "unique": false, + "type": null + }, + "newValue": { + "unique": true, + "type": null + }, + "date": "2020-06-23T03:15:14.515Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "saveClassName.signal", + "oldValue": { + "nullable": false, + "type": null + }, + "newValue": { + "nullable": true, + "type": null + }, + "date": "2020-06-23T03:15:18.441Z" + }, + { + "action": "update", + "type": "class attribute", + "name": "version.signal", + "oldValue": { + "indexed": true, + "type": null + }, + "newValue": { + "indexed": false, + "type": null + }, + "date": "2020-06-23T03:15:36.363Z" + }, + { + "action": "create", + "type": "nav section", + "name": "aib", + "date": "2020-06-23T03:27:43.606Z" + }, + { + "action": "create", + "type": "nav item", + "name": "agents.aib", + "date": "2020-06-23T03:27:59.229Z" + }, + { + "action": "create", + "type": "nav item", + "name": "signals.aib", + "date": "2020-06-23T03:28:52.679Z" + } + ] +} \ No newline at end of file diff --git a/tasks.json b/tasks.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/tasks.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/themes/portal/.bowerrc b/themes/portal/.bowerrc new file mode 100644 index 0000000..4169bf7 --- /dev/null +++ b/themes/portal/.bowerrc @@ -0,0 +1,6 @@ +{ + "directory": "./vendor", + "vendorDir": "./static/vendor", + "strict-ssl": false, + "registry": "https://registry.bower.io" +} \ No newline at end of file diff --git a/themes/portal/bower.json b/themes/portal/bower.json new file mode 100644 index 0000000..87e5d84 --- /dev/null +++ b/themes/portal/bower.json @@ -0,0 +1,23 @@ +{ + "name": "aib", + "version": "0.0.1", + "authors": [], + "moduleType": [ + "node" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "src", + "test", + "tests" + ], + "dependencies": { + "jquery": "~2", + "jquery-ui": "*", + "jquery.inputmask": "~4", + "store-js": "~1.3.20" + } +} \ No newline at end of file diff --git a/views/agents/agent@aib/list.json b/views/agents/agent@aib/list.json new file mode 100644 index 0000000..862c8bd --- /dev/null +++ b/views/agents/agent@aib/list.json @@ -0,0 +1,33 @@ +{ + "columns": [], + "overrideMode": 1, + "historyDisplayMode": 0, + "actions": null, + "collectionFilters": null, + "commands": [ + { + "id": "CREATE", + "caption": "Create", + "visibilityCondition": null, + "enableCondition": null, + "needSelectedItem": false, + "signBefore": false, + "signAfter": false, + "isBulk": false + }, + { + "id": "EDIT", + "caption": "Edit", + "visibilityCondition": null, + "enableCondition": null, + "needSelectedItem": true, + "signBefore": false, + "signAfter": false, + "isBulk": false + } + ], + "version": "", + "pageSize": 10, + "allowSearch": false, + "useEditModels": false +} \ No newline at end of file diff --git a/views/signals/signal@aib/list.json b/views/signals/signal@aib/list.json new file mode 100644 index 0000000..862c8bd --- /dev/null +++ b/views/signals/signal@aib/list.json @@ -0,0 +1,33 @@ +{ + "columns": [], + "overrideMode": 1, + "historyDisplayMode": 0, + "actions": null, + "collectionFilters": null, + "commands": [ + { + "id": "CREATE", + "caption": "Create", + "visibilityCondition": null, + "enableCondition": null, + "needSelectedItem": false, + "signBefore": false, + "signAfter": false, + "isBulk": false + }, + { + "id": "EDIT", + "caption": "Edit", + "visibilityCondition": null, + "enableCondition": null, + "needSelectedItem": true, + "signBefore": false, + "signAfter": false, + "isBulk": false + } + ], + "version": "", + "pageSize": 10, + "allowSearch": false, + "useEditModels": false +} \ No newline at end of file