Skip to content

Commit ec65da9

Browse files
authored
Merge pull request #238 from cagdas001/dev
feat(interview-scheduler): add new endpoints & update the schema
2 parents 4246c38 + 4999c54 commit ec65da9

12 files changed

+1560
-230
lines changed

data/demo-data.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,14 @@
436436
{
437437
"id": "81f03238-1ce2-4d3d-80c5-5ecd5e7e94a2",
438438
"jobCandidateId": "25787cb2-d876-4883-b533-d5e628d213ce",
439-
"googleCalendarId": "dummyId",
440-
"customMessage": "This is a custom message",
441-
"xaiTemplate": "30-min-interview",
439+
"calendarEventId": "dummyId",
440+
"templateUrl": "interview-30",
442441
"round": 1,
442+
"duration": 30,
443+
"hostName": "John Doe",
444+
"hostEmail": "testuserforemail@yopmail.com",
445+
"guestNames": ["Customer Test"],
446+
"guestEmails": ["testcustomer@yopmail.com"],
443447
"status": "Scheduling",
444448
"createdBy": "57646ff9-1cd3-4d3c-88ba-eb09a395366c",
445449
"updatedBy": null,
@@ -449,10 +453,14 @@
449453
{
450454
"id": "75363f1d-46c3-4261-9c21-70019f90a61a",
451455
"jobCandidateId": "25787cb2-d876-4883-b533-d5e628d213ce",
452-
"googleCalendarId": "dummyId",
453-
"customMessage": "This is a custom message",
454-
"xaiTemplate": "30-min-interview",
456+
"calendarEventId": "dummyId",
457+
"templateUrl": "interview-30",
455458
"round": 2,
459+
"duration": 30,
460+
"hostName": "John Doe",
461+
"hostEmail": "testuserforemail@yopmail.com",
462+
"guestNames": ["Customer Test"],
463+
"guestEmails": ["testcustomer@yopmail.com"],
456464
"status": "Scheduling",
457465
"createdBy": "57646ff9-1cd3-4d3c-88ba-eb09a395366c",
458466
"updatedBy": null,

0 commit comments

Comments
 (0)