Skip to content

Commit b617120

Browse files
authored
Add Level Service and new Challenge Dashboard (#45)
2 parents 93bc063 + 9ec5f41 commit b617120

22 files changed

Lines changed: 1031 additions & 173 deletions

assets/data/badges.json

Lines changed: 105 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,206 +5,284 @@
55
"description": "5.000 Schritte täglich",
66
"category": 2,
77
"threshold": 5000,
8-
"iconPath": "assets/icons/daily_morgenmuffel.png"
8+
"iconPath": "assets/icons/daily_morgenmuffel.png",
9+
"tier": 1,
10+
"isRepeatable": 1,
11+
"epValue": 5
912
},
1013
{
1114
"id": 11,
1215
"name": "Flotter Feger",
1316
"description": "10.000 Schritte täglich",
1417
"category": 2,
1518
"threshold": 10000,
16-
"iconPath": "assets/icons/daily_flotterfeger.png"
19+
"iconPath": "assets/icons/daily_flotterfeger.png",
20+
"tier": 2,
21+
"isRepeatable": 1,
22+
"epValue": 10
1723
},
1824
{
1925
"id": 12,
2026
"name": "Stadtläufer",
2127
"description": "15.000 Schritte täglich",
2228
"category": 2,
2329
"threshold": 15000,
24-
"iconPath": "assets/icons/daily_stadtlaufer.png"
30+
"iconPath": "assets/icons/daily_stadtlaufer.png",
31+
"tier": 3,
32+
"isRepeatable": 1,
33+
"epValue": 15
2534
},
2635
{
2736
"id": 13,
2837
"name": "Power-Walker",
2938
"description": "20.000 Schritte täglich",
3039
"category": 2,
3140
"threshold": 20000,
32-
"iconPath": "assets/icons/daily_powerwalker.png"
41+
"iconPath": "assets/icons/daily_powerwalker.png",
42+
"tier": 4,
43+
"isRepeatable": 1,
44+
"epValue": 20
3345
},
3446
{
3547
"id": 14,
3648
"name": "Halbmarathon-Held",
3749
"description": "25.000 Schritte täglich",
3850
"category": 2,
3951
"threshold": 25000,
40-
"iconPath": "assets/icons/daily_halbmarathon.png"
52+
"iconPath": "assets/icons/daily_halbmarathon.png",
53+
"tier": 5,
54+
"isRepeatable": 1,
55+
"epValue": 25
4156
},
4257
{
4358
"id": 15,
4459
"name": "Marathon-Meister",
4560
"description": "50.000 Schritte täglich",
4661
"category": 2,
4762
"threshold": 50000,
48-
"iconPath": "assets/icons/daily_marathon.png"
63+
"iconPath": "assets/icons/daily_marathon.png",
64+
"tier": 6,
65+
"isRepeatable": 1,
66+
"epValue": 50
4967
},
5068
{
5169
"id": 16,
5270
"name": "Erster Schritt",
5371
"description": "10.000 Schritte gesamt",
5472
"category": 0,
5573
"threshold": 10000,
56-
"iconPath": "assets/icons/steps_ersterschritt.png"
74+
"iconPath": "assets/icons/steps_ersterschritt.png",
75+
"tier": 1,
76+
"isRepeatable": 0,
77+
"epValue": 100
5778
},
5879
{
5980
"id": 17,
6081
"name": "Spaziergänger",
6182
"description": "25.000 Schritte gesamt",
6283
"category": 0,
6384
"threshold": 25000,
64-
"iconPath": "assets/icons/steps_spaziergaenger.png"
85+
"iconPath": "assets/icons/steps_spaziergaenger.png",
86+
"tier": 2,
87+
"isRepeatable": 0,
88+
"epValue": 200
6589
},
6690
{
6791
"id": 18,
6892
"name": "Wanderer",
6993
"description": "50.000 Schritte gesamt",
7094
"category": 0,
7195
"threshold": 50000,
72-
"iconPath": "assets/icons/steps_wanderer.png"
96+
"iconPath": "assets/icons/steps_wanderer.png",
97+
"tier": 3,
98+
"isRepeatable": 0,
99+
"epValue": 400
73100
},
74101
{
75102
"id": 19,
76103
"name": "Fitness-Freund",
77104
"description": "75.000 Schritte gesamt",
78105
"category": 0,
79106
"threshold": 75000,
80-
"iconPath": "assets/icons/steps_fitnessfreund.png"
107+
"iconPath": "assets/icons/steps_fitnessfreund.png",
108+
"tier": 4,
109+
"isRepeatable": 0,
110+
"epValue": 800
81111
},
82112
{
83113
"id": 20,
84114
"name": "Ausdauernder Läufer",
85115
"description": "100.000 Schritte gesamt",
86116
"category": 0,
87117
"threshold": 100000,
88-
"iconPath": "assets/icons/steps_laeufer.png"
118+
"iconPath": "assets/icons/steps_laeufer.png",
119+
"tier": 5,
120+
"isRepeatable": 0,
121+
"epValue": 1600
89122
},
90123
{
91124
"id": 21,
92125
"name": "Kilometerfresser",
93126
"description": "150.000 Schritte gesamt",
94127
"category": 0,
95128
"threshold": 150000,
96-
"iconPath": "assets/icons/steps_kilometerfresser.png"
129+
"iconPath": "assets/icons/steps_kilometerfresser.png",
130+
"tier": 6,
131+
"isRepeatable": 0,
132+
"epValue": 2000
97133
},
98134
{
99135
"id": 22,
100136
"name": "Reise-Begleiter",
101137
"description": "200.000 Schritte gesamt",
102138
"category": 0,
103139
"threshold": 200000,
104-
"iconPath": "assets/icons/steps_reisebegleiter.png"
140+
"iconPath": "assets/icons/steps_reisebegleiter.png",
141+
"tier": 7,
142+
"isRepeatable": 0,
143+
"epValue": 3000
105144
},
106145
{
107146
"id": 23,
108147
"name": "Abenteuerlustiger Wanderer",
109148
"description": "500.000 Schritte gesamt",
110149
"category": 0,
111150
"threshold": 500000,
112-
"iconPath": "assets/icons/steps_abenteuer.png"
151+
"iconPath": "assets/icons/steps_abenteuer.png",
152+
"tier": 8,
153+
"isRepeatable": 0,
154+
"epValue": 4000
113155
},
114156
{
115157
"id": 24,
116158
"name": "Weltentdecker",
117159
"description": "1.000.000 Schritte gesamt",
118160
"category": 0,
119161
"threshold": 1000000,
120-
"iconPath": "assets/icons/steps_weltentdecker.png"
162+
"iconPath": "assets/icons/steps_weltentdecker.png",
163+
"tier": 9,
164+
"isRepeatable": 0,
165+
"epValue": 5000
121166
},
122167
{
123168
"id": 25,
124169
"name": "Schritte-Legende",
125170
"description": "2.000.000 Schritte gesamt",
126171
"category": 0,
127172
"threshold": 2000000,
128-
"iconPath": "assets/icons/steps_legende.png"
173+
"iconPath": "assets/icons/steps_legende.png",
174+
"tier": 10,
175+
"isRepeatable": 0,
176+
"epValue": 6000
129177
},
130178
{
131179
"id": 26,
132180
"name": "Tagesausflug",
133181
"description": "20 km gesamt",
134182
"category": 1,
135183
"threshold": 20,
136-
"iconPath": "assets/icons/cycling_tagesausflug.png"
184+
"iconPath": "assets/icons/cycling_tagesausflug.png",
185+
"tier": 1,
186+
"isRepeatable": 0,
187+
"epValue": 20
137188
},
138189
{
139190
"id": 27,
140191
"name": "Pinguinwanderung",
141192
"description": "200 km gesamt",
142193
"category": 1,
143194
"threshold": 200,
144-
"iconPath": "assets/icons/cycling_pinguin.png"
195+
"iconPath": "assets/icons/cycling_pinguin.png",
196+
"tier": 2,
197+
"isRepeatable": 0,
198+
"epValue": 200
145199
},
146200
{
147201
"id": 28,
148202
"name": "Bodensee-Umrundung",
149203
"description": "260 km gesamt",
150204
"category": 1,
151205
"threshold": 260,
152-
"iconPath": "assets/icons/cycling_bodensee.png"
206+
"iconPath": "assets/icons/cycling_bodensee.png",
207+
"tier": 3,
208+
"isRepeatable": 0,
209+
"epValue": 300
153210
},
154211
{
155212
"id": 29,
156213
"name": "Alpenüberquerung",
157214
"description": "410 km gesamt",
158215
"category": 1,
159216
"threshold": 410,
160-
"iconPath": "assets/icons/cycling_alpen.png"
217+
"iconPath": "assets/icons/cycling_alpen.png",
218+
"tier": 4,
219+
"isRepeatable": 0,
220+
"epValue": 400
161221
},
162222
{
163223
"id": 30,
164224
"name": "Route 66",
165225
"description": "3.940 km gesamt",
166226
"category": 1,
167227
"threshold": 3940,
168-
"iconPath": "assets/icons/cycling_route66.png"
228+
"iconPath": "assets/icons/cycling_route66.png",
229+
"tier": 5,
230+
"isRepeatable": 0,
231+
"epValue": 2000
169232
},
170233
{
171234
"id": 31,
172235
"name": "Nil-Radtour",
173236
"description": "6.650 km gesamt",
174237
"category": 1,
175238
"threshold": 6650,
176-
"iconPath": "assets/icons/cycling_nil.png"
239+
"iconPath": "assets/icons/cycling_nil.png",
240+
"tier": 6,
241+
"isRepeatable": 0,
242+
"epValue": 6000
177243
},
178244
{
179245
"id": 32,
180246
"name": "Transsibirische Eisenbahn",
181247
"description": "9.289 km gesamt",
182248
"category": 1,
183249
"threshold": 9289,
184-
"iconPath": "assets/icons/cycling_transsibirisch.png"
250+
"iconPath": "assets/icons/cycling_transsibirisch.png",
251+
"tier": 7,
252+
"isRepeatable": 0,
253+
"epValue": 9000
185254
},
186255
{
187256
"id": 33,
188257
"name": "Chinesische Mauer",
189258
"description": "21.196 km gesamt",
190259
"category": 1,
191260
"threshold": 21196,
192-
"iconPath": "assets/icons/cycling_mauer.png"
261+
"iconPath": "assets/icons/cycling_mauer.png",
262+
"tier": 8,
263+
"isRepeatable": 0,
264+
"epValue": 21000
193265
},
194266
{
195267
"id": 34,
196268
"name": "Erdumrundung",
197269
"description": "40.075 km gesamt",
198270
"category": 1,
199271
"threshold": 40075,
200-
"iconPath": "assets/icons/cycling_erdumrundung.png"
272+
"iconPath": "assets/icons/cycling_erdumrundung.png",
273+
"tier": 9,
274+
"isRepeatable": 0,
275+
"epValue": 40000
201276
},
202277
{
203278
"id": 35,
204279
"name": "Mondumlaufbahn",
205280
"description": "384.400 km gesamt",
206281
"category": 1,
207282
"threshold": 384400,
208-
"iconPath": "assets/icons/cycling_mond.png"
283+
"iconPath": "assets/icons/cycling_mond.png",
284+
"tier": 10,
285+
"isRepeatable": 0,
286+
"epValue": 384000
209287
}
210-
]
288+
]

0 commit comments

Comments
 (0)