Bug #300
openRM's saved JSON file is missing the descriptive data from the Attributes section (Qualitative Weight ; Output Purpose)
0%
Description
I attached a saved JSON file that shows the Attribute data missing AFTER the logic gate.
Files
Updated by Joseph Potvin 5 months ago
- Subject changed from RM's saved JSON file is missing the descriptive data from the Attributs section (Qualitative Weight ; Output Purpose) to RM's saved JSON file is missing the descriptive data from the Attributes section (Qualitative Weight ; Output Purpose)
Updated by Huda Hussain 9 days ago
Apologies, which descriptive data is missing? Is it a field that should be in here?
"output_weight": {
"character": "16",
"enforcement": "31",
"consequences": "50"
},
"output_characteristics": {
"rulemaker_ruletaker_thirdparty": "rule-taker",
"affirmative_negative_interrogative": "have",
"be_do_have": "do",
"declarative_imperative_empirical": "declarative",
"logical_practical_ethical": "practical",
"must_may_should": ""
},
Updated by Joseph Potvin 9 days ago
Ah! What threw me off was the label "output_weight". Would it be problematic to adjust both subtitles? The "qualitative_weight" in the data should match the existing UI. And the "normative_orientation" one would be changed in both the data and the UI. (Please ensure that older versions of rules can be injested and then are updated with the new fieldname when saved.)
CURRENT
"output_weight": {
"character": "90",
"enforcement": "78",
"consequences": "78"
},
"output_characteristics": {
SUGGESTED
"qualitative_weight": {
...
},
"normative_orientation": {
...
}
Thanks!