Skip to content

Commit fb838ce

Browse files
committed
Update db json's
1 parent ca2c515 commit fb838ce

File tree

3 files changed

+176
-56
lines changed

3 files changed

+176
-56
lines changed

db/news.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
[
2+
{
3+
"fighter": "jasmine-jasudavicius",
4+
"fighterName": "Jasmine Jasudavicius",
5+
"categoryId": "womens-flyweight",
6+
"categoryName": "Women's Flyweight",
7+
"currentPosition": 14,
8+
"previousPosition": "unranked",
9+
"date": "2024-06-17T15:39:00.204Z"
10+
},
11+
{
12+
"fighter": "katlyn-cerminara",
13+
"fighterName": "Katlyn Cerminara",
14+
"categoryId": "womens-flyweight",
15+
"categoryName": "Women's Flyweight",
16+
"currentPosition": 6,
17+
"previousPosition": "unranked",
18+
"date": "2024-06-17T15:39:00.204Z"
19+
},
20+
{
21+
"fighter": "caio-borralho",
22+
"fighterName": "Caio Borralho",
23+
"categoryId": "middleweight",
24+
"categoryName": "Middleweight",
25+
"currentPosition": 11,
26+
"previousPosition": "unranked",
27+
"date": "2024-06-17T15:39:00.204Z"
28+
},
29+
{
30+
"fighter": "jack-della-maddalena",
31+
"fighterName": "Jack Della Maddalena",
32+
"categoryId": "welterweight",
33+
"categoryName": "Welterweight",
34+
"currentPosition": 4,
35+
"previousPosition": "unranked",
36+
"date": "2024-06-17T15:39:00.204Z"
37+
},
238
{
339
"fighter": "germaine-de-randamie",
440
"fighterName": "Germaine de Randamie",
@@ -52,41 +88,5 @@
5288
"currentPosition": 189,
5389
"previousPosition": "unranked",
5490
"date": "2024-06-17T07:19:22.926Z"
55-
},
56-
{
57-
"fighter": "karol-rosa",
58-
"fighterName": "Karol Rosa",
59-
"categoryId": "mens-pound-for-pound-top-rank",
60-
"categoryName": "Men's Pound-for-Pound Top Rank",
61-
"currentPosition": 188,
62-
"previousPosition": "unranked",
63-
"date": "2024-06-17T07:19:22.926Z"
64-
},
65-
{
66-
"fighter": "miesha-tate",
67-
"fighterName": "Miesha Tate",
68-
"categoryId": "mens-pound-for-pound-top-rank",
69-
"categoryName": "Men's Pound-for-Pound Top Rank",
70-
"currentPosition": 187,
71-
"previousPosition": "unranked",
72-
"date": "2024-06-17T07:19:22.926Z"
73-
},
74-
{
75-
"fighter": "macy-chiasson",
76-
"fighterName": "Macy Chiasson",
77-
"categoryId": "mens-pound-for-pound-top-rank",
78-
"categoryName": "Men's Pound-for-Pound Top Rank",
79-
"currentPosition": 186,
80-
"previousPosition": "unranked",
81-
"date": "2024-06-17T07:19:22.926Z"
82-
},
83-
{
84-
"fighter": "holly-holm",
85-
"fighterName": "Holly Holm",
86-
"categoryId": "mens-pound-for-pound-top-rank",
87-
"categoryName": "Men's Pound-for-Pound Top Rank",
88-
"currentPosition": 185,
89-
"previousPosition": "unranked",
90-
"date": "2024-06-17T07:19:22.926Z"
9191
}
9292
]

db/rankings-old.json

+136-16
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,17 @@
6666
{
6767
"id": "aljamain-sterling",
6868
"name": "Aljamain Sterling"
69-
},
69+
}
70+
]
71+
},
72+
{
73+
"id": "flyweight",
74+
"categoryName": "Flyweight",
75+
"champion": {
76+
"id": "alexandre-pantoja",
77+
"championName": "Alexandre Pantoja"
78+
},
79+
"fighters": [
7080
{
7181
"id": "brandon-royval",
7282
"name": "Brandon Royval"
@@ -126,7 +136,17 @@
126136
{
127137
"id": "cody-durden",
128138
"name": "Cody Durden"
129-
},
139+
}
140+
]
141+
},
142+
{
143+
"id": "bantamweight",
144+
"categoryName": "Bantamweight",
145+
"champion": {
146+
"id": "sean-omalley",
147+
"championName": "Sean O'Malley"
148+
},
149+
"fighters": [
130150
{
131151
"id": "merab-dvalishvili",
132152
"name": "Merab Dvalishvili"
@@ -186,7 +206,17 @@
186206
{
187207
"id": "pedro-munhoz",
188208
"name": "Pedro Munhoz"
189-
},
209+
}
210+
]
211+
},
212+
{
213+
"id": "featherweight",
214+
"categoryName": "Featherweight",
215+
"champion": {
216+
"id": "ilia-topuria",
217+
"championName": "Ilia Topuria"
218+
},
219+
"fighters": [
190220
{
191221
"id": "alexander-volkanovski",
192222
"name": "Alexander Volkanovski"
@@ -246,7 +276,17 @@
246276
{
247277
"id": "edson-barboza",
248278
"name": "Edson Barboza"
249-
},
279+
}
280+
]
281+
},
282+
{
283+
"id": "lightweight",
284+
"categoryName": "Lightweight",
285+
"champion": {
286+
"id": "islam-makhachev",
287+
"championName": "Islam Makhachev"
288+
},
289+
"fighters": [
250290
{
251291
"id": "arman-tsarukyan",
252292
"name": "Arman Tsarukyan"
@@ -306,7 +346,17 @@
306346
{
307347
"id": "bobby-green",
308348
"name": "Bobby Green"
309-
},
349+
}
350+
]
351+
},
352+
{
353+
"id": "welterweight",
354+
"categoryName": "Welterweight",
355+
"champion": {
356+
"id": "leon-edwards",
357+
"championName": "Leon Edwards"
358+
},
359+
"fighters": [
310360
{
311361
"id": "kamaru-usman",
312362
"name": "Kamaru Usman"
@@ -324,7 +374,7 @@
324374
"name": "Colby Covington"
325375
},
326376
{
327-
"id": "sara-elpar-0",
377+
"id": "jack-della-maddalena",
328378
"name": "Jack Della Maddalena"
329379
},
330380
{
@@ -366,7 +416,17 @@
366416
{
367417
"id": "kevin-holland",
368418
"name": "Kevin Holland"
369-
},
419+
}
420+
]
421+
},
422+
{
423+
"id": "middleweight",
424+
"categoryName": "Middleweight",
425+
"champion": {
426+
"id": "dricus-du-plessis",
427+
"championName": "Dricus Du Plessis"
428+
},
429+
"fighters": [
370430
{
371431
"id": "sean-strickland",
372432
"name": "Sean Strickland"
@@ -412,7 +472,7 @@
412472
"name": "Khamzat Chimaev"
413473
},
414474
{
415-
"id": "mario-souza-3",
475+
"id": "caio-borralho",
416476
"name": "Caio Borralho"
417477
},
418478
{
@@ -426,7 +486,17 @@
426486
{
427487
"id": "chris-curtis",
428488
"name": "Chris Curtis"
429-
},
489+
}
490+
]
491+
},
492+
{
493+
"id": "light-heavyweight",
494+
"categoryName": "Light Heavyweight",
495+
"champion": {
496+
"id": "alex-pereira",
497+
"championName": "Alex Pereira"
498+
},
499+
"fighters": [
430500
{
431501
"id": "jiri-prochazka",
432502
"name": "Jiří Procházka"
@@ -486,7 +556,17 @@
486556
{
487557
"id": "azamat-murzakanov",
488558
"name": "Azamat Murzakanov"
489-
},
559+
}
560+
]
561+
},
562+
{
563+
"id": "heavyweight",
564+
"categoryName": "Heavyweight",
565+
"champion": {
566+
"id": "jon-jones",
567+
"championName": "Jon Jones"
568+
},
569+
"fighters": [
490570
{
491571
"id": "tom-aspinall",
492572
"name": "Tom Aspinall"
@@ -546,7 +626,17 @@
546626
{
547627
"id": "rodrigo-nascimento-ferreira",
548628
"name": "Rodrigo Nascimento"
549-
},
629+
}
630+
]
631+
},
632+
{
633+
"id": "womens-pound-for-pound-top-rank",
634+
"categoryName": "Women's Pound-for-Pound Top Rank",
635+
"champion": {
636+
"id": "alexa-grasso",
637+
"championName": "Alexa Grasso"
638+
},
639+
"fighters": [
550640
{
551641
"id": "alexa-grasso",
552642
"name": "Alexa Grasso"
@@ -606,7 +696,17 @@
606696
{
607697
"id": "maycee-barber",
608698
"name": "Maycee Barber"
609-
},
699+
}
700+
]
701+
},
702+
{
703+
"id": "womens-strawweight",
704+
"categoryName": "Women's Strawweight",
705+
"champion": {
706+
"id": "weili-zhang",
707+
"championName": "Zhang Weili"
708+
},
709+
"fighters": [
610710
{
611711
"id": "tatiana-suarez",
612712
"name": "Tatiana Suarez"
@@ -666,7 +766,17 @@
666766
{
667767
"id": "gillian-robertson",
668768
"name": "Gillian Robertson"
669-
},
769+
}
770+
]
771+
},
772+
{
773+
"id": "womens-flyweight",
774+
"categoryName": "Women's Flyweight",
775+
"champion": {
776+
"id": "alexa-grasso",
777+
"championName": "Alexa Grasso"
778+
},
779+
"fighters": [
670780
{
671781
"id": "valentina-shevchenko",
672782
"name": "Valentina Shevchenko"
@@ -692,7 +802,7 @@
692802
"name": "Rose Namajunas"
693803
},
694804
{
695-
"id": "katlyn-chookagian",
805+
"id": "katlyn-cerminara",
696806
"name": "Katlyn Cerminara"
697807
},
698808
{
@@ -724,9 +834,19 @@
724834
"name": "Casey O'Neill"
725835
},
726836
{
727-
"id": "kori-makkenna-6",
837+
"id": "jasmine-jasudavicius",
728838
"name": "Jasmine Jasudavicius"
729-
},
839+
}
840+
]
841+
},
842+
{
843+
"id": "womens-bantamweight",
844+
"categoryName": "Women's Bantamweight",
845+
"champion": {
846+
"id": "raquel-pennington",
847+
"championName": "Raquel Pennington"
848+
},
849+
"fighters": [
730850
{
731851
"id": "julianna-pena",
732852
"name": "Julianna Peña"

db/rankings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"name": "Colby Covington"
375375
},
376376
{
377-
"id": "sara-elpar-0",
377+
"id": "jack-della-maddalena",
378378
"name": "Jack Della Maddalena"
379379
},
380380
{
@@ -472,7 +472,7 @@
472472
"name": "Khamzat Chimaev"
473473
},
474474
{
475-
"id": "mario-souza-3",
475+
"id": "caio-borralho",
476476
"name": "Caio Borralho"
477477
},
478478
{
@@ -802,7 +802,7 @@
802802
"name": "Rose Namajunas"
803803
},
804804
{
805-
"id": "katlyn-chookagian",
805+
"id": "katlyn-cerminara",
806806
"name": "Katlyn Cerminara"
807807
},
808808
{
@@ -834,7 +834,7 @@
834834
"name": "Casey O'Neill"
835835
},
836836
{
837-
"id": "kori-makkenna-6",
837+
"id": "jasmine-jasudavicius",
838838
"name": "Jasmine Jasudavicius"
839839
}
840840
]

0 commit comments

Comments
 (0)