@@ -56,6 +56,7 @@ module.exports = {
5656 },
5757 "status":"Applied",
5858 "ethnicity":["White or Caucasian"," Asian or Pacific Islander"],
59+ "country":"Canada",
5960 "accountId":"5bff2a35e533b0f6562b4998",
6061 "school":"McPherson College",
6162 "gender":"Female",
@@ -90,6 +91,7 @@ module.exports = {
9091 * @apiParam (body) {String} gender Gender of the hacker
9192 * @apiParam (body) {Number} travel Whether the hacker requires a bus for transportation
9293 * @apiParam (body) {String[]} ethnicity the ethnicities of the hacker
94+ * @apiParam (body) {String} country Name of the country of residence of the hacker
9395 * @apiParam (body) {String[]} major the major of the hacker
9496 * @apiParam (body) {Number} graduationYear the graduation year of the hacker
9597 * @apiParam (body) {Boolean} codeOfConduct acceptance of the code of conduct
@@ -122,6 +124,7 @@ module.exports = {
122124 "other:" {
123125 "gender": "male",
124126 "ethnicity": "Asian or Pacific Islander",
127+ "country": "Canada",
125128 "privacyPolicy": true,
126129 "codeOfConduct": true,
127130 }
@@ -170,6 +173,7 @@ module.exports = {
170173 "other:" {
171174 "gender": "male",
172175 "ethnicity": "Asian or Pacific Islander",
176+ "country": "Canada",
173177 "privacyPolicy": true,
174178 "codeOfConduct": true,
175179 }
@@ -235,6 +239,7 @@ module.exports = {
235239 gender: { "Male": 1, "Female": 9 },
236240 travel: { "true": 7, "false": 3 },
237241 ethnicity: { "White": 10, },
242+ country: {"Canada": 10},
238243 jobInterest: { "Internship": 10 },
239244 major: { "Computer Science": 10 },
240245 graduationYear: { "2019": 10 },
@@ -435,6 +440,7 @@ module.exports = {
435440 * @apiParam (body) {String} [gender] Gender of the hacker
436441 * @apiParam (body) {Number} [travel] How much the hacker requires a bus for transportation
437442 * @apiParam (body) {String[]} [ethnicity] the ethnicities of the hacker
443+ * @apiParam (body) {String} [country] Country of residence of the hacker
438444 * @apiParam (body) {String[]} [major] the major of the hacker
439445 * @apiParam (body) {Number} [graduationYear] the graduation year of the hacker
440446 * @apiParam (body) {Json} [application] The hacker's application
@@ -466,6 +472,7 @@ module.exports = {
466472 "other:" {
467473 "gender": "male",
468474 "ethnicity": "Asian or Pacific Islander",
475+ "country": "Canada",
469476 "privacyPolicy": true,
470477 "codeOfConduct": true,
471478 }
@@ -514,6 +521,7 @@ module.exports = {
514521 "other:" {
515522 "gender": "male",
516523 "ethnicity": "Asian or Pacific Islander",
524+ "country": "Canada",
517525 "privacyPolicy": true,
518526 "codeOfConduct": true,
519527 }
@@ -591,6 +599,7 @@ module.exports = {
591599 "other:" {
592600 "gender": "male",
593601 "ethnicity": "Asian or Pacific Islander",
602+ "country": "Canada",
594603 "privacyPolicy": true,
595604 "codeOfConduct": true,
596605 }
@@ -664,6 +673,7 @@ module.exports = {
664673 "other:" {
665674 "gender": "male",
666675 "ethnicity": "Asian or Pacific Islander",
676+ "country": "Canada",
667677 "privacyPolicy": true,
668678 "codeOfConduct": true,
669679 }
0 commit comments