-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
123 lines (123 loc) · 3.23 KB
/
db.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"interviews": [
{
"interviewId": 23,
"interviewerId": 3,
"interviewerName": "bobsmith",
"intervieweeName": "johndoe",
"intervieweeId": 1,
"startTime": "11:30:00",
"endTime": "12:00:00",
"date": "04-04-2023",
"studentsNotes": null,
"adminFeedback": null,
"category": "Technical",
"instructions": "This interview will cover topics related to software engineering",
"title": "Software Engineer Interview",
"zoomLink": "https://zoom.us/j/1234567890",
"meetingStatus": "P",
"batch": "Batch 5"
},
{
"interviewId": 30,
"interviewerName": "bobsmith",
"intervieweeName": "johndoe",
"startTime": "04:59:00",
"endTime": "05:00:00",
"date": "05-04-2023",
"category": "Technical",
"instructions": "This interview will cover topics related to software engineering",
"title": "Software Engineer Interview",
"meetingLink": "https://zoom.us/j/1234567890",
"batch": "Batch 5",
"meetingStatus": "P",
"studentNote": null,
"adminFeedback": null
},
{
"interviewId": 40,
"interviewerName": "bobsmith",
"intervieweeName": "johndoe",
"startTime": "04:59:00",
"endTime": "05:00:00",
"date": "05-04-2023",
"category": "Technical",
"instructions": "This interview will cover topics related to software engineering",
"title": "Software Engineer Interview",
"meetingLink": "https://zoom.us/j/1234567890",
"batch": "Batch 5",
"meetingStatus": "P",
"studentNote": null,
"adminFeedback": null
}
],
"ScheduleInterview": [
{
"interviewerEmail": "[email protected]",
"intervieweeEmail": "[email protected]",
"startTime": "19:17:00",
"endTime": "18:19:00",
"date": "2023-04-06",
"category": "category",
"instructions": "Shviam",
"title": "dsa",
"meetingLink": "https://us06web.zoom.us/j/81073976928",
"batch": "dsa 111",
"id": 1
}
],
"Category":[
"JAVA",
"MERN",
"DSA",
"CSBT",
"GENERAL",
"PLACEMENT"
],
"adminListBycategory":[
{
"id": 1,
"name": "yogesh",
"email": "[email protected]",
"password": "$2a$10$wTaLHlxZEOhhqkwM.CVvPO0QBfoDvjGrb0I.bWYYiXxXy57j8cvU2",
"roles": [
{
"id": 101,
"name": "ROLE_ADMIN"
}
],
"enabled": true,
"username": "[email protected]",
"authorities": [
{
"authority": "ROLE_ADMIN"
}
],
"accountNonLocked": true,
"credentialsNonExpired": true,
"accountNonExpired": true
},
{
"id": 30196,
"name": "yogesh",
"email": "[email protected]",
"password": "$2a$10$Ql9yqExExHkTCqWgPAveP.6ABNc5olXAIyQU0WcMOrN7sovlUZYDG",
"roles": [
{
"id": 101,
"name": "ROLE_ADMIN"
}
],
"enabled": true,
"username": "[email protected]",
"authorities": [
{
"authority": "ROLE_ADMIN"
}
],
"accountNonLocked": true,
"credentialsNonExpired": true,
"accountNonExpired": true
}
]
}