aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/fixtures/initial_data.json
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-13 14:13:24 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-13 14:13:24 +0800
commit9636d4a6767f49384d5c386bc3f1142c88b90613 (patch)
tree3a70f6d9e4be1791d36c87cc7cbfd1d5aa2b39dd /97suifangqa/apps/indicator/fixtures/initial_data.json
parent9383d9a8a5988d071766c3d08a5c946e9c5b02ae (diff)
download97dev-9636d4a6767f49384d5c386bc3f1142c88b90613.tar.bz2
cloned from 'bitbucket', 2013/08/13
Diffstat (limited to '97suifangqa/apps/indicator/fixtures/initial_data.json')
-rw-r--r--97suifangqa/apps/indicator/fixtures/initial_data.json307
1 files changed, 307 insertions, 0 deletions
diff --git a/97suifangqa/apps/indicator/fixtures/initial_data.json b/97suifangqa/apps/indicator/fixtures/initial_data.json
new file mode 100644
index 0000000..25d6c73
--- /dev/null
+++ b/97suifangqa/apps/indicator/fixtures/initial_data.json
@@ -0,0 +1,307 @@
+[
+ {
+ "pk": 1,
+ "model": "indicator.indicatorcategory",
+ "fields": {
+ "pinyin": "lei-bie-1",
+ "englishName": "category1",
+ "addByUser": 1,
+ "name": "\u7c7b\u522b1",
+ "description": "\u6307\u6807\u7c7b\u522b1\r\n\r\n\u4fee\u65391\uff08\u6d4b\u8bd5\uff09"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.indicatorcategory",
+ "fields": {
+ "pinyin": "lei-bie-2",
+ "englishName": "category2",
+ "addByUser": 1,
+ "name": "\u7c7b\u522b2",
+ "description": "\u7c7b\u522b2\r\n\r\nadd_edit_category() \u6dfb\u52a0"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "indicator.indicator",
+ "fields": {
+ "addByUser": 1,
+ "name": "\u6d4b\u8bd51",
+ "dataType": "FL",
+ "pinyin": "ce-shi-1",
+ "helpText": "\u5e2e\u52a9 help",
+ "englishName": "test1",
+ "categories": [
+ 1
+ ],
+ "description": "forms \u6d4b\u8bd51"
+ }
+ },
+ {
+ "pk": 4,
+ "model": "indicator.indicator",
+ "fields": {
+ "addByUser": 1,
+ "name": "\u5b9a\u503c1",
+ "dataType": "FL",
+ "pinyin": "ding-zhi-1",
+ "helpText": "\u6d6e\u70b9\u5b9a\u503c",
+ "englishName": "float1",
+ "categories": [
+ 1
+ ],
+ "description": "float type"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.indicator",
+ "fields": {
+ "addByUser": 1,
+ "name": "\u8303\u56f41",
+ "dataType": "RG",
+ "pinyin": "fan-wei-1",
+ "helpText": "\u8303\u56f4\u578b",
+ "englishName": "range1",
+ "categories": [
+ 1
+ ],
+ "description": "range type\r\n\r\n\u8303\u56f4\u578b"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.indicator",
+ "fields": {
+ "addByUser": 1,
+ "name": "\u6307\u68071",
+ "dataType": "FL",
+ "pinyin": "zhi-biao-1",
+ "helpText": "\u6d6e\u70b9\u578b",
+ "englishName": "indicator1",
+ "categories": [
+ 1
+ ],
+ "description": "\u6307\u68071\r\n\r\n\u6d6e\u70b9\u578b\u6570\u636e"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.userindicator",
+ "fields": {
+ "followedIndicators": [
+ 4
+ ],
+ "user": 1
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.indicatorrecord",
+ "fields": {
+ "indicator": 1,
+ "notes": "\u6307\u68071\r\n\u7b2c1\u6761\u8bb0\u5f55",
+ "created_at": "2013-08-05T15:48:00.035",
+ "updated_at": "2013-08-05T15:50:00.326",
+ "value": "250",
+ "val_min": null,
+ "user": 1,
+ "date": "2013-08-05",
+ "val_max": null,
+ "unit": 1
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.indicatorrecord",
+ "fields": {
+ "indicator": 1,
+ "notes": "test\r\n\u8bb0\u5f55",
+ "created_at": "2013-08-09T10:53:15.927",
+ "updated_at": "2013-08-10T00:30:09.336",
+ "value": "50",
+ "val_min": null,
+ "user": 2,
+ "date": "2013-08-09",
+ "val_max": null,
+ "unit": 1
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.recordhistory",
+ "fields": {
+ "val_min_bak": null,
+ "created_at": "2013-08-05T16:07:01.832",
+ "indicatorRecord": 1,
+ "reason": "\u6d4b\u8bd5\r\nadmin\u754c\u9762\u76f4\u63a5\u4fee\u6539",
+ "unit_bak": 1,
+ "val_max_bak": null,
+ "value_bak": "250",
+ "date_bak": "2013-08-05",
+ "notes_bak": "\u6307\u68071\r\n\u7b2c1\u6761\u8bb0\u5f55"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.recordhistory",
+ "fields": {
+ "val_min_bak": null,
+ "created_at": "2013-08-10T11:40:23.170",
+ "indicatorRecord": 1,
+ "reason": "\u6d4b\u8bd5\u4fee\u6539",
+ "unit_bak": 1,
+ "val_max_bak": null,
+ "value_bak": "250",
+ "date_bak": "2013-08-05",
+ "notes_bak": "\u6307\u68071\r\n\u7b2c1\u6761\u8bb0\u5f55"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.unit",
+ "fields": {
+ "indicator": 1,
+ "description": "",
+ "symbol": "unit11",
+ "addByUser": 1,
+ "standard": true,
+ "relation": "v",
+ "name": "\u5355\u4f4d11"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.unit",
+ "fields": {
+ "indicator": 1,
+ "description": "",
+ "symbol": "unit12",
+ "addByUser": 1,
+ "standard": false,
+ "relation": "log10(v) + 10",
+ "name": "\u5355\u4f4d12"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "indicator.unit",
+ "fields": {
+ "indicator": 2,
+ "description": "",
+ "symbol": "unit21",
+ "addByUser": 1,
+ "standard": true,
+ "relation": "v",
+ "name": "\u5355\u4f4d21"
+ }
+ },
+ {
+ "pk": 4,
+ "model": "indicator.unit",
+ "fields": {
+ "indicator": 4,
+ "description": "\u7b80\u5355\u63cf\u8ff0",
+ "symbol": "unit41",
+ "addByUser": 1,
+ "standard": true,
+ "relation": "v",
+ "name": "\u5355\u4f4d41"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.innateconfine",
+ "fields": {
+ "math_max": 800.0,
+ "indicator": 1,
+ "human_max": 500.0,
+ "description": "\u6307\u68071\r\n\u6570\u636e\u8303\u56f4",
+ "val_norm": "",
+ "addByUser": 1,
+ "human_min": 50.0,
+ "unit": 1,
+ "math_min": 0.0
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.innateconfine",
+ "fields": {
+ "math_max": 800.0,
+ "indicator": 2,
+ "human_max": 500.0,
+ "description": "\u6307\u6807\r\n\r\n\u6570\u636e\u7c7b\u578b\uff1a\u8303\u56f4\u578b\r\n\r\n\u6570\u636e\u8303\u56f4",
+ "val_norm": "",
+ "addByUser": 1,
+ "human_min": 50.0,
+ "unit": 3,
+ "math_min": 0.0
+ }
+ },
+ {
+ "pk": 1,
+ "model": "indicator.relatedindicator",
+ "fields": {
+ "indicator": 1,
+ "weight": 5.9,
+ "created_at": "2013-08-10T22:40:00.035",
+ "updated_at": "2013-08-10T22:40:00.326",
+ "blog": null,
+ "annotation": 2,
+ "objectType": "AN"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "indicator.relatedindicator",
+ "fields": {
+ "indicator": 1,
+ "weight": 8.0,
+ "created_at": "2013-08-11T00:56:08.080",
+ "updated_at": "2013-08-11T00:56:08.080",
+ "blog": null,
+ "annotation": 1,
+ "objectType": "AN"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "indicator.relatedindicator",
+ "fields": {
+ "indicator": 2,
+ "weight": 8.3,
+ "created_at": "2013-08-10T22:50:00.035",
+ "updated_at": "2013-08-10T22:50:00.326",
+ "blog": 3,
+ "annotation": null,
+ "objectType": "BL"
+ }
+ },
+ {
+ "pk": 4,
+ "model": "indicator.relatedindicator",
+ "fields": {
+ "indicator": 1,
+ "weight": 4.0,
+ "created_at": "2013-08-11T00:56:49.463",
+ "updated_at": "2013-08-11T00:56:49.463",
+ "blog": 1,
+ "annotation": null,
+ "objectType": "BL"
+ }
+ },
+ {
+ "pk": 5,
+ "model": "indicator.relatedindicator",
+ "fields": {
+ "indicator": 1,
+ "weight": 6.0,
+ "created_at": "2013-08-11T00:57:23.067",
+ "updated_at": "2013-08-11T00:57:23.067",
+ "blog": 3,
+ "annotation": null,
+ "objectType": "BL"
+ }
+ }
+] \ No newline at end of file