Skip to content

Commit

Permalink
Further revised type definitions after first tests (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukil committed Oct 11, 2020
1 parent 6561b9c commit 9daabbb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class IndicatorSetsPlugin extends PluginActivator implements PreCreateAss

private Logger log = Logger.getLogger(getClass().getName());

public static final String INDICATORS_WS_NAME = "ProMUT Indicator Sets";
public static final String INDICATORS_WS_NAME = "Indicator Sets";
public static final String INDICATORS_WS_URI = "info.promut.workspace";
public static final String INDICATOR = "info.promut.indicator";
public static final String INDICATOR_SET = "info.promut.indicator_set";
Expand Down
25 changes: 21 additions & 4 deletions prototype/src/main/resources/migrations/migration2.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,19 @@
}
]
},
{
"value": "Data Source",
"uri": "info.promut.data_source",
"dataTypeUri": "dmx.core.text",
"viewConfigTopics": [
{
"typeUri": "dmx.webclient.view_config",
"children": {
"dmx.webclient.add_to_create_menu": false
}
}
]
},
{
"value": "Indicator Usage Recommendation",
"uri": "info.promut.indicator_usage",
Expand Down Expand Up @@ -400,7 +413,7 @@
},
{
"childTypeUri": "info.promut.indicator_audience",
"childCardinalityUri": "dmx.core.one"
"childCardinalityUri": "dmx.core.many"
},
{
"childTypeUri": "info.promut.indicator_formula",
Expand All @@ -416,7 +429,7 @@
},
{
"childTypeUri": "info.promut.indicator_type",
"childCardinalityUri": "dmx.core.one"
"childCardinalityUri": "dmx.core.many"
},
{
"childTypeUri": "info.promut.indicator_usage",
Expand All @@ -440,17 +453,21 @@
},
{
"childTypeUri": "info.promut.dimension_name",
"childCardinalityUri": "dmx.core.one"
"childCardinalityUri": "dmx.core.many"
},
{
"childTypeUri": "info.promut.system_name",
"childCardinalityUri": "dmx.core.one"
"childCardinalityUri": "dmx.core.many"
},
{
"childTypeUri": "info.promut.indicator_category",
"customAssocTypeUri": "info.promut.categorizes",
"childCardinalityUri": "dmx.core.many"
},
{
"childTypeUri": "info.promut.data_source",
"childCardinalityUri": "dmx.core.many"
},
{
"childTypeUri": "dmx.base.url",
"childCardinalityUri": "dmx.core.many"
Expand Down

0 comments on commit 9daabbb

Please sign in to comment.