forked from SHaKTiMaan1/care-webapp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
88 lines (87 loc) · 2.1 KB
/
data.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
{
"_id": { "$oid": "5f0d6a27168e2c18f84dca2f" },
"cci_id": "GhaM1",
"cci_name": "Mridul Child care Instituition",
"strength": { "$numberInt": "11" },
"cci_HeadName": { "fname": "mridul", "lname": "sharma" },
"cci_HeadID": "mridulM1",
"cci_address": {
"address": "Nandgram",
"district": "Ghaziabad",
"state": "U.P."
},
"contact_Info": {
"contact_no": "1234587658",
"email": "mridul0sharma@gmail.com"
},
"__v": { "$numberInt": "0" },
"attendance": [
{
"date": "15-06-2019",
"data": [
{ "C_Id": "K123", "firstName": "Kirti", "present": true },
{ "C_Id": "M123", "firstName": "Mridul", "present": false }
]
},
{
"date": "21/07/2020",
"data": [
{ "C_Id": "K123", "firstName": "Kirti", "present": true },
{ "C_Id": "M123", "firstName": "Mridul", "present": false }
]
},
{
"date": "21-07-2020",
"data": [
{ "C_Id": "K123", "firstName": "Kirti", "present": true },
{ "C_Id": "M123", "firstName": "Mridul", "present": false }
]
}
]
},
{
"attendance": [
{
"date": "20-03-2014",
"data": [
{
"child_Id": "monkey",
"firstName": "something",
"lastName": "something",
"present": false,
"reasonOfAbsence": "something"
}
]
},
{
"date": "20-03-2014",
"data": [
{
"child_Id": "kangaroo",
"firstName": "something",
"lastName": "something",
"present": false,
"reasonOfAbsence": "something"
}
]
}
],
"inOutMovement": [
{
"child_id": "hello",
"date_out": "mongo",
"time_out": "22-22-22",
"date_in": "22-22-22",
"time_in": "22-22-22"
},
{
"child_id": "mozerala",
"date_out": "mongo",
"time_out": "22-22-22",
"date_in": "22-22-22",
"time_in": "22-22-22"
}
]
}
]