Commit 858f50c2 authored by Georgios Dagkakis's avatar Georgios Dagkakis

take wip spreadsheet out of this model

parent 9691b34a
...@@ -14,13 +14,14 @@ ...@@ -14,13 +14,14 @@
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format", "description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format",
"title": "SimulationStartTime", "title": "SimulationStartTime",
"type": "string", "type": "string",
"priority":10 "priority":6.3
}, },
"ke_url": { "ke_url": {
"default": "", "default": "",
"description": "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "description": "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"title": "URL for Knowledge Extraction Spreadsheet", "title": "URL for Knowledge Extraction Spreadsheet",
"type": "string" "type": "string",
"priority":0
}, },
"maxSimTime": { "maxSimTime": {
"default": 100, "default": 100,
...@@ -40,7 +41,8 @@ ...@@ -40,7 +41,8 @@
"default": 10, "default": 10,
"description": "Number of seconds before the calculation process is interrupted", "description": "Number of seconds before the calculation process is interrupted",
"title": "ProcessTimeout", "title": "ProcessTimeout",
"type": "number" "type": "number",
"priority":1
}, },
"seed": { "seed": {
"default": 1, "default": 1,
...@@ -82,7 +84,7 @@ ...@@ -82,7 +84,7 @@
"gadget": "Input_viewDebugJson", "gadget": "Input_viewDebugJson",
"title": "Edit Configuration", "title": "Edit Configuration",
"type": "object_view", "type": "object_view",
"priority":9 "priority":5
}, },
"view": { "view": {
"gadget": "Input_viewProductionLine", "gadget": "Input_viewProductionLine",
...@@ -90,38 +92,11 @@ ...@@ -90,38 +92,11 @@
"type": "object_view", "type": "object_view",
"priority":10 "priority":10
}, },
"view_machine_shift_spreadsheet": {
"configuration": {
"columns": [
{
"format": "date-time",
"name": "Date",
"type": "string"
},
{
"name": "Machine",
"type": "string"
},
{
"name": "Start",
"type": "string"
},
{
"name": "Stop",
"type": "string"
}
]
},
"gadget": "Input_viewSpreadsheet",
"title": "Machine Shifts Spreadsheet",
"type": "object_view",
"priority":6
},
"view_management": { "view_management": {
"gadget": "Input_viewDocumentManagement", "gadget": "Input_viewDocumentManagement",
"title": "Manage document", "title": "Manage document",
"type": "object_view", "type": "object_view",
"priority":4 "priority":6
}, },
"view_result": { "view_result": {
"gadget": "Input_viewResultList", "gadget": "Input_viewResultList",
...@@ -133,7 +108,7 @@ ...@@ -133,7 +108,7 @@
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"title": "Run Simulation", "title": "Run Simulation",
"type": "object_view", "type": "object_view",
"priority":2 "priority":4
}, },
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"configuration": { "configuration": {
...@@ -155,7 +130,7 @@ ...@@ -155,7 +130,7 @@
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"title": "WIP Spreadsheet", "title": "WIP Spreadsheet",
"type": "object_view", "type": "object_view",
"priority":5 "priority":8
} }
}, },
"output": { "output": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment