@@ -56,6 +56,7 @@ module.exports = {
56
56
},
57
57
"status":"Applied",
58
58
"ethnicity":["White or Caucasian"," Asian or Pacific Islander"],
59
+ "country":"Canada",
59
60
"accountId":"5bff2a35e533b0f6562b4998",
60
61
"school":"McPherson College",
61
62
"gender":"Female",
@@ -90,6 +91,7 @@ module.exports = {
90
91
* @apiParam (body) {String} gender Gender of the hacker
91
92
* @apiParam (body) {Number} travel Whether the hacker requires a bus for transportation
92
93
* @apiParam (body) {String[]} ethnicity the ethnicities of the hacker
94
+ * @apiParam (body) {String} country Name of the country of residence of the hacker
93
95
* @apiParam (body) {String[]} major the major of the hacker
94
96
* @apiParam (body) {Number} graduationYear the graduation year of the hacker
95
97
* @apiParam (body) {Boolean} codeOfConduct acceptance of the code of conduct
@@ -122,6 +124,7 @@ module.exports = {
122
124
"other:" {
123
125
"gender": "male",
124
126
"ethnicity": "Asian or Pacific Islander",
127
+ "country": "Canada",
125
128
"privacyPolicy": true,
126
129
"codeOfConduct": true,
127
130
}
@@ -170,6 +173,7 @@ module.exports = {
170
173
"other:" {
171
174
"gender": "male",
172
175
"ethnicity": "Asian or Pacific Islander",
176
+ "country": "Canada",
173
177
"privacyPolicy": true,
174
178
"codeOfConduct": true,
175
179
}
@@ -235,6 +239,7 @@ module.exports = {
235
239
gender: { "Male": 1, "Female": 9 },
236
240
travel: { "true": 7, "false": 3 },
237
241
ethnicity: { "White": 10, },
242
+ country: {"Canada": 10},
238
243
jobInterest: { "Internship": 10 },
239
244
major: { "Computer Science": 10 },
240
245
graduationYear: { "2019": 10 },
@@ -435,6 +440,7 @@ module.exports = {
435
440
* @apiParam (body) {String} [gender] Gender of the hacker
436
441
* @apiParam (body) {Number} [travel] How much the hacker requires a bus for transportation
437
442
* @apiParam (body) {String[]} [ethnicity] the ethnicities of the hacker
443
+ * @apiParam (body) {String} [country] Country of residence of the hacker
438
444
* @apiParam (body) {String[]} [major] the major of the hacker
439
445
* @apiParam (body) {Number} [graduationYear] the graduation year of the hacker
440
446
* @apiParam (body) {Json} [application] The hacker's application
@@ -466,6 +472,7 @@ module.exports = {
466
472
"other:" {
467
473
"gender": "male",
468
474
"ethnicity": "Asian or Pacific Islander",
475
+ "country": "Canada",
469
476
"privacyPolicy": true,
470
477
"codeOfConduct": true,
471
478
}
@@ -514,6 +521,7 @@ module.exports = {
514
521
"other:" {
515
522
"gender": "male",
516
523
"ethnicity": "Asian or Pacific Islander",
524
+ "country": "Canada",
517
525
"privacyPolicy": true,
518
526
"codeOfConduct": true,
519
527
}
@@ -591,6 +599,7 @@ module.exports = {
591
599
"other:" {
592
600
"gender": "male",
593
601
"ethnicity": "Asian or Pacific Islander",
602
+ "country": "Canada",
594
603
"privacyPolicy": true,
595
604
"codeOfConduct": true,
596
605
}
@@ -664,6 +673,7 @@ module.exports = {
664
673
"other:" {
665
674
"gender": "male",
666
675
"ethnicity": "Asian or Pacific Islander",
676
+ "country": "Canada",
667
677
"privacyPolicy": true,
668
678
"codeOfConduct": true,
669
679
}
0 commit comments