From 1f1cf3f9767bf7ec4577f727b8419812b3978c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Thu, 9 May 2024 16:16:30 +0200 Subject: [PATCH] Remove items of old data format from persistence --- testModel/items/Item 1.json | 55 ------------------------------------- testModel/items/Item 2.json | 55 ------------------------------------- 2 files changed, 110 deletions(-) delete mode 100644 testModel/items/Item 1.json delete mode 100644 testModel/items/Item 2.json diff --git a/testModel/items/Item 1.json b/testModel/items/Item 1.json deleted file mode 100644 index 2316aa2..0000000 --- a/testModel/items/Item 1.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "componentName": "Item 1", - "componentDescription": "", - "possible_qualities": [ - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 0.25 - }, - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 0.5 - }, - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 0.75 - }, - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 1 - } - ], - "itemProperties": [ - { - "propertyName": "Weight", - "propertyDescription": "Some Weights", - "property": 10 - } - ], - "perQualityProperties": [ - { - "propertyName": "Price", - "propertyDescription": "Price to buy item" - } - ] -} \ No newline at end of file diff --git a/testModel/items/Item 2.json b/testModel/items/Item 2.json deleted file mode 100644 index 1e3bc67..0000000 --- a/testModel/items/Item 2.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "componentName": "Item 2", - "componentDescription": "", - "possible_qualities": [ - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 0.25 - }, - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 0.5 - }, - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 0.75 - }, - { - "quality_propertes": [ - { - "propertyName": "Price", - "property": 0 - } - ], - "quality_step": 1 - } - ], - "itemProperties": [ - { - "propertyName": "Weight", - "propertyDescription": "Some Weights", - "property": 10 - } - ], - "perQualityProperties": [ - { - "propertyName": "Price", - "propertyDescription": "Price to buy item" - } - ] -} \ No newline at end of file