Mercurial > public > sg101
comparison gpp/bio/fixtures/badges.json @ 236:953c71f382df
Created fixtures for initial data for the site.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 10 Sep 2010 03:22:01 +0000 |
parents | |
children | 47f4259ce511 |
comparison
equal
deleted
inserted
replaced
235:d302c498560e | 236:953c71f382df |
---|---|
1 [ | |
2 { | |
3 "pk": 7, | |
4 "model": "bio.badge", | |
5 "fields": { | |
6 "numeric_id": 2, | |
7 "image": "badges/newspaper.png", | |
8 "order": 0, | |
9 "name": "News Pin", | |
10 "description": "For submitting a news article to the site news." | |
11 } | |
12 }, | |
13 { | |
14 "pk": 4, | |
15 "model": "bio.badge", | |
16 "fields": { | |
17 "numeric_id": 1, | |
18 "image": "badges/date.png", | |
19 "order": 1, | |
20 "name": "Calendar Pin", | |
21 "description": "For adding an event to the site calendar." | |
22 } | |
23 }, | |
24 { | |
25 "pk": 9, | |
26 "model": "bio.badge", | |
27 "fields": { | |
28 "numeric_id": 3, | |
29 "image": "badges/world_link.png", | |
30 "order": 2, | |
31 "name": "Link Pin", | |
32 "description": "For submitting a link to the site web links database." | |
33 } | |
34 }, | |
35 { | |
36 "pk": 5, | |
37 "model": "bio.badge", | |
38 "fields": { | |
39 "numeric_id": 4, | |
40 "image": "badges/disk.png", | |
41 "order": 3, | |
42 "name": "Download Pin", | |
43 "description": "For uploading a file to the site downloads library." | |
44 } | |
45 }, | |
46 { | |
47 "pk": 6, | |
48 "model": "bio.badge", | |
49 "fields": { | |
50 "numeric_id": 0, | |
51 "image": "badges/money_dollar.png", | |
52 "order": 4, | |
53 "name": "Contributor Pin", | |
54 "description": "For making a donation to the site." | |
55 } | |
56 }, | |
57 { | |
58 "pk": 8, | |
59 "model": "bio.badge", | |
60 "fields": { | |
61 "numeric_id": 5, | |
62 "image": "badges/shield.png", | |
63 "order": 5, | |
64 "name": "Security Pin", | |
65 "description": "For reporting spam or abuse." | |
66 } | |
67 }, | |
68 { | |
69 "pk": 1, | |
70 "model": "bio.badge", | |
71 "fields": { | |
72 "numeric_id": 100, | |
73 "image": "badges/award_star_bronze_1.png", | |
74 "order": 6, | |
75 "name": "Bronze Star", | |
76 "description": "For service to the site and community." | |
77 } | |
78 }, | |
79 { | |
80 "pk": 2, | |
81 "model": "bio.badge", | |
82 "fields": { | |
83 "numeric_id": 101, | |
84 "image": "badges/award_star_silver_2.png", | |
85 "order": 7, | |
86 "name": "Silver Star", | |
87 "description": "For distinguished and dedicated service to the site and community." | |
88 } | |
89 }, | |
90 { | |
91 "pk": 3, | |
92 "model": "bio.badge", | |
93 "fields": { | |
94 "numeric_id": 102, | |
95 "image": "badges/award_star_gold_3.png", | |
96 "order": 8, | |
97 "name": "Gold Star", | |
98 "description": "For exceptional and meritorious service to the site and community." | |
99 } | |
100 } | |
101 ] |