This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
forked from danemesis/green-day-mobile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sunothon.json
59 lines (59 loc) · 1.5 KB
/
sunothon.json
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
{
"eventName": "Sunothon 2018",
"stages": [
{
"id": 1,
"status": "past",
"year": "2018",
"month": "March",
"powerProduced": 300,
"actualMoneyEarned": 135,
"predictedMoneyEarned": null
},
{
"id": 2,
"status": "past",
"year": "2018",
"month": "April",
"powerProduced": 450,
"actualMoneyEarned": 155,
"predictedMoneyEarned": null
},
{
"id": 3,
"status": "current",
"year": "2018",
"month": "May",
"powerProduced": null,
"actualMoneyEarned": null,
"predictedMoneyEarned": 3992
},
{
"id": 4,
"status": "upcoming",
"year": "2018",
"month": "June",
"powerProduced": null,
"actualMoneyEarned": null,
"predictedMoneyEarned": null
},
{
"id": 5,
"status": "upcoming",
"year": "2018",
"month": "July",
"powerProduced": null,
"actualMoneyEarned": null,
"predictedMoneyEarned": null
},
{
"id": 6,
"status": "upcoming",
"year": "2018",
"month": "August",
"powerProduced": null,
"actualMoneyEarned": null,
"predictedMoneyEarned": null
}
]
}