aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/fixtures/initial_data.json
blob: 25d6c73110ab330fdae9ee3ae59e14f1b260041c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
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"
        }
    }
]