Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
826 changes: 825 additions & 1 deletion PYEGERIA_ISSUES.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -579,25 +579,6 @@
"level": "Basic",
"Journal Entry": ""
},
"Due Time": {
"variable_name": "due_time",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Due date/time for a Meeting, ToDo, or Review person action.",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Effective From": {
"variable_name": "effective_from",
"inUpdate": true,
Expand Down Expand Up @@ -1630,25 +1611,6 @@
"level": "Advanced",
"Journal Entry": ""
},
"Requested Start Time": {
"variable_name": "requested_start_time",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Requested start date/time for a Meeting, ToDo, or Review person action.",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Resource Description": {
"variable_name": "resource_description",
"inUpdate": true,
Expand Down Expand Up @@ -2814,6 +2776,44 @@
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Priority": {
"variable_name": "priority",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "An integer priority for the project.",
"generated": false,
"style": "Simple Int",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Situation": {
"variable_name": "situation",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Describe the notification (title/summary)",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
}
},
"bundles": {
Expand Down Expand Up @@ -2900,9 +2900,7 @@
"Situation",
"Objective",
"Priority",
"Activity Status",
"Requested Start Time",
"Due Time"
"Activity Status"
]
},
"Referenceable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@
"existing_element": "",
"description": "The time interval in milliseconds between data captures for time-based data grains.",
"generated": false,
"style": "Simple Float",
"style": "Simple Int",
"user_specified": true,
"unique": false,
"input_required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2511,44 +2511,6 @@
"level": "Domain",
"Journal Entry": ""
},
"Product Status": {
"variable_name": "product_status",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Lifecycle status of the digital product.",
"generated": false,
"style": "Valid Value",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Product Type": {
"variable_name": "product_type",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Type of digital product (e.g., Periodic Delta, On Demand, Snapshot).",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Service Life": {
"variable_name": "service_life",
"inUpdate": true,
Expand Down Expand Up @@ -2606,25 +2568,6 @@
"level": "Domain",
"Journal Entry": ""
},
"Subscription Level": {
"variable_name": "subscription_level",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Level or tier of the subscription (e.g., basic, premium, enterprise).",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Support Level": {
"variable_name": "support_level",
"inUpdate": true,
Expand Down Expand Up @@ -2792,8 +2735,6 @@
"Maturity",
"Next Version Date",
"Product Name",
"Product Status",
"Product Type",
"Service Life",
"Withdrawal Date"
]
Expand All @@ -2807,7 +2748,6 @@
"Digital Subscription Base": {
"inherits": "Agreement Base",
"own_attributes": [
"Subscription Level",
"Support Level"
]
},
Expand Down
81 changes: 20 additions & 61 deletions md_processing/data/compact_commands/commands_feedback_compact.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,25 +579,6 @@
"level": "Basic",
"Journal Entry": ""
},
"Due Time": {
"variable_name": "due_time",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Due date/time for a Meeting, ToDo, or Review person action.",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Effective From": {
"variable_name": "effective_from",
"inUpdate": true,
Expand Down Expand Up @@ -1630,25 +1611,6 @@
"level": "Advanced",
"Journal Entry": ""
},
"Requested Start Time": {
"variable_name": "requested_start_time",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Requested start date/time for a Meeting, ToDo, or Review person action.",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Resource Description": {
"variable_name": "resource_description",
"inUpdate": true,
Expand Down Expand Up @@ -2386,25 +2348,6 @@
"level": "Domain",
"Journal Entry": ""
},
"Expected Behavior": {
"variable_name": "expected_behavior",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "Optionally descibe action to be taken.",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Informal Tag": {
"variable_name": "informal_tag",
"inUpdate": true,
Expand Down Expand Up @@ -2544,6 +2487,25 @@
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Priority": {
"variable_name": "priority",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "An integer priority for the project.",
"generated": false,
"style": "Simple Int",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
}
},
"bundles": {
Expand Down Expand Up @@ -2630,9 +2592,7 @@
"Situation",
"Objective",
"Priority",
"Activity Status",
"Requested Start Time",
"Due Time"
"Activity Status"
]
},
"Referenceable": {
Expand Down Expand Up @@ -2684,7 +2644,6 @@
"own_attributes": [
"Description",
"Display Name",
"Expected Behavior",
"GUID",
"Qualified Name",
"Situation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3662,6 +3662,25 @@
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
},
"Agreement Item Id": {
"variable_name": "agreement_item_id",
"inUpdate": true,
"attr_labels": "",
"examples": "",
"default_value": "",
"valid_values": [],
"existing_element": "",
"description": "A user specified agreement item identifier.",
"generated": false,
"style": "Simple",
"user_specified": true,
"unique": false,
"input_required": false,
"min_cardinality": 0,
"max_cardinality": 1,
"level": "Domain",
"Journal Entry": ""
}
},
"bundles": {
Expand Down Expand Up @@ -3822,6 +3841,15 @@
"Security Access Control": {
"inherits": "Governance Control Base",
"own_attributes": []
},
"Agreement T&C Base": {
"inherits": "Link Command Base",
"own_attributes": [
"Agreement Item Id",
"Agreement Start Date",
"Agreement End Date",
"Usage Measurements"
]
}
},
"commands": {
Expand Down Expand Up @@ -4402,7 +4430,7 @@
"Agreement Terms & Conditions"
],
"family": "Governance Officer",
"description": "Links an agreement to terms and conditions definition with implementation details.",
"description": "Links an agreement to a terms and conditions definition with agreement-item-specific implementation details (item id, effective dates, usage measurements). Entitlements/Obligations/Restrictions live on the Terms and Conditions element itself, not on this relationship.",
"verb": "Link",
"upsert": false,
"attach": false,
Expand All @@ -4411,8 +4439,8 @@
"find_constraints": "",
"extra_find": "",
"extra_constraints": "",
"OM_TYPE": "CollectionMembership",
"bundle": "Collection Membership",
"OM_TYPE": "AgreementItem",
"bundle": "Agreement T&C Base",
"custom_attributes": [
"Terms & Conditions Id",
"Agreement Name"
Expand Down
Loading
Loading