Commit d9163675 authored by Georgios Dagkakis's avatar Georgios Dagkakis

priorities set to model

parent 92bec98c
...@@ -38,12 +38,14 @@ ...@@ -38,12 +38,14 @@
"type": "integer" "type": "integer"
}, },
"processTimeout": { "processTimeout": {
"priority":-1,
"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": "Process Timeout", "title": "Process Timeout",
"type": "number" "type": "number"
}, },
"timeUnit": { "timeUnit": {
"priority":-1,
"default": "hour", "default": "hour",
"description": "Used for input and reporting widgets.", "description": "Used for input and reporting widgets.",
"enum": [ "enum": [
...@@ -58,6 +60,7 @@ ...@@ -58,6 +60,7 @@
"type": "string" "type": "string"
}, },
"trace": { "trace": {
"priority":-1,
"default": "No", "default": "No",
"description": "Create an excel trace file (Yes or No)", "description": "Create an excel trace file (Yes or No)",
"enum": [ "enum": [
...@@ -71,16 +74,19 @@ ...@@ -71,16 +74,19 @@
}, },
"input": { "input": {
"view": { "view": {
"priority":10,
"gadget": "Input_viewProductionLine", "gadget": "Input_viewProductionLine",
"title": "Production Line", "title": "Production Line",
"type": "object_view" "type": "object_view"
}, },
"view_management": { "view_management": {
"priority":2,
"gadget": "Input_viewDocumentManagement", "gadget": "Input_viewDocumentManagement",
"title": "Manage document", "title": "Manage document",
"type": "object_view" "type": "object_view"
}, },
"view_operator_skills_spreadsheet": { "view_operator_skills_spreadsheet": {
"priority":3,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -101,6 +107,7 @@ ...@@ -101,6 +107,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_production_orders_spreadsheet": { "view_production_orders_spreadsheet": {
"priority":8,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -139,17 +146,20 @@ ...@@ -139,17 +146,20 @@
"type": "object_view" "type": "object_view"
}, },
"view_result": { "view_result": {
"priority":1,
"gadget": "Input_viewResultComparison", "gadget": "Input_viewResultComparison",
"output_id": "order_lateness", "output_id": "order_lateness",
"title": "Results", "title": "Results",
"type": "object_view" "type": "object_view"
}, },
"view_run_simulation": { "view_run_simulation": {
"priority":0,
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"title": "Run Simulation", "title": "Run Simulation",
"type": "object_view" "type": "object_view"
}, },
"view_shift_spreadsheet": { "view_shift_spreadsheet": {
"priority":9,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -180,6 +190,7 @@ ...@@ -180,6 +190,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"priority":4,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -214,6 +225,7 @@ ...@@ -214,6 +225,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_workplan_spreadsheet": { "view_workplan_spreadsheet": {
"priority":7,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -290,6 +302,7 @@ ...@@ -290,6 +302,7 @@
}, },
"output": { "output": {
"view_component_gantt": { "view_component_gantt": {
"priority":10,
"configuration": { "configuration": {
"output_id": "component_gantt" "output_id": "component_gantt"
}, },
...@@ -298,6 +311,7 @@ ...@@ -298,6 +311,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_component_schedule_spreadsheet": { "view_component_schedule_spreadsheet": {
"priority":6,
"configuration": { "configuration": {
"handsontable_options": {}, "handsontable_options": {},
"output_id": "component_schedule" "output_id": "component_schedule"
...@@ -307,6 +321,7 @@ ...@@ -307,6 +321,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_operator_gantt": { "view_operator_gantt": {
"priority":8,
"configuration": { "configuration": {
"output_id": "operator_gantt" "output_id": "operator_gantt"
}, },
...@@ -315,6 +330,7 @@ ...@@ -315,6 +330,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_operator_utilization": { "view_operator_utilization": {
"priority":4,
"configuration": { "configuration": {
"output_id": "operator_utilization" "output_id": "operator_utilization"
}, },
...@@ -323,6 +339,7 @@ ...@@ -323,6 +339,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_station_utilization": { "view_station_utilization": {
"priority":2,
"configuration": { "configuration": {
"output_id": "station_utilization" "output_id": "station_utilization"
}, },
......
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