-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
74 lines (74 loc) · 3.01 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
{
"$class": "org.apan.accordinternshipcontract.InternshipContract",
"companyName": "E Corp",
"offerDate": "2020-12-08T00:00:00.000+05:30",
"offerClause": {
"$class": "org.apan.accordinternshipcontract.OfferClause",
"applicantName": "Elliot Alderson",
"companyName": "E Corp",
"internshipPosition": "Software Developer Intern",
"internshipStartDate": "2020-12-09T00:00:00.000+05:30",
"internshipEndDate": "2020-01-09T00:00:00.000+05:30",
"clauseId": "78ae8d24-7cf4-4aa5-9089-404dd31c1e6f"
},
"cashCompensationClause":{
"$class": "org.apan.accordinternshipcontract.CashCompensationClause",
"partTimeDuration": {
"$class": "org.apan.accordinternshipcontract.InternshipDuration",
"workingHours": {
"$class": "org.accordproject.time.Duration",
"amount": 4,
"unit": "hours"
},
"workingDays": {
"$class": "org.accordproject.time.Duration",
"amount": 5,
"unit": "days"
}
},
"partTimeStipend": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 15000,
"currencyCode": "INR"
},
"fullTimeDuration": {
"$class": "org.apan.accordinternshipcontract.InternshipDuration",
"workingHours": {
"$class": "org.accordproject.time.Duration",
"amount": 8,
"unit": "hours"
},
"workingDays": {
"$class": "org.accordproject.time.Duration",
"amount": 5,
"unit": "days"
}
},
"fullTimeStipend": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 25000,
"currencyCode": "INR"
},
"clauseId": "78ae8d24-7cf4-4aa5-9089-404dd31c1e6g"
},
"responsibilitiesClause": {
"$class": "org.apan.accordinternshipcontract.ResponsibilitiesClause",
"responsibilities": [
"Develop Mobile Apps (Android) using React Native, and Java Languages.",
"Develop Backend Apps using Javascript, Java.",
"Follow and Adopt Personal Software Process Guidelines and IEEE Software Engineering Code of Ethics and Professional Practice for Daily Work and Track Tasks on Gitlab with daily 15 minutes of the time."
],
"clauseId": "78ae8d24-7cf4-4aa5-9089-404dd31c1e6h"
},
"proprietaryInformationClause": {
"$class": "org.apan.accordinternshipcontract.ProprietaryInformationClause",
"clauseId": "78ae8d24-7cf4-4aa5-9089-404dd31c1e6i"
},
"offerExpirationClause": {
"$class": "org.apan.accordinternshipcontract.OfferExpirationClause",
"offerExpirationDate": "2020-12-09T16:00:00.000+05:30",
"companyName": "E Corp",
"clauseId": "78ae8d24-7cf4-4aa5-9089-404dd31c1e6j"
},
"contractId": "78ae8d24-7cf4-4aa5-9089-404dd31c1e6e"
}