comparison gpp/bio/fixtures/badges.json @ 400:47f4259ce511

Fixing #197; add a badge for photo of the day.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Mar 2011 21:29:27 +0000
parents 953c71f382df
children
comparison
equal deleted inserted replaced
399:24f1230f3ee3 400:47f4259ce511
64 "name": "Security Pin", 64 "name": "Security Pin",
65 "description": "For reporting spam or abuse." 65 "description": "For reporting spam or abuse."
66 } 66 }
67 }, 67 },
68 { 68 {
69 "pk": 10,
70 "model": "bio.badge",
71 "fields": {
72 "numeric_id": 6,
73 "image": "badges/camera.png",
74 "order": 6,
75 "name": "POTD Pin",
76 "description": "For submitting a photo of the day."
77 }
78 },
79 {
69 "pk": 1, 80 "pk": 1,
70 "model": "bio.badge", 81 "model": "bio.badge",
71 "fields": { 82 "fields": {
72 "numeric_id": 100, 83 "numeric_id": 100,
73 "image": "badges/award_star_bronze_1.png", 84 "image": "badges/award_star_bronze_1.png",
74 "order": 6, 85 "order": 7,
75 "name": "Bronze Star", 86 "name": "Bronze Star",
76 "description": "For service to the site and community." 87 "description": "For service to the site and community."
77 } 88 }
78 }, 89 },
79 { 90 {
80 "pk": 2, 91 "pk": 2,
81 "model": "bio.badge", 92 "model": "bio.badge",
82 "fields": { 93 "fields": {
83 "numeric_id": 101, 94 "numeric_id": 101,
84 "image": "badges/award_star_silver_2.png", 95 "image": "badges/award_star_silver_2.png",
85 "order": 7, 96 "order": 8,
86 "name": "Silver Star", 97 "name": "Silver Star",
87 "description": "For distinguished and dedicated service to the site and community." 98 "description": "For distinguished and dedicated service to the site and community."
88 } 99 }
89 }, 100 },
90 { 101 {
91 "pk": 3, 102 "pk": 3,
92 "model": "bio.badge", 103 "model": "bio.badge",
93 "fields": { 104 "fields": {
94 "numeric_id": 102, 105 "numeric_id": 102,
95 "image": "badges/award_star_gold_3.png", 106 "image": "badges/award_star_gold_3.png",
96 "order": 8, 107 "order": 9,
97 "name": "Gold Star", 108 "name": "Gold Star",
98 "description": "For exceptional and meritorious service to the site and community." 109 "description": "For exceptional and meritorious service to the site and community."
99 } 110 }
100 } 111 }
101 ] 112 ]