Skip to content

feat(interview-scheduler): add new endpoints & update the schema #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2021

Conversation

cagdas001
Copy link
Collaborator

  • Update Interview schema with new additions & changes.
    • Add xaiId column.
    • Add rescheduleUrl column.
    • Add endTimestamp column.
    • Add duration column.
    • Add templateId column.
    • Add templateType column.
    • Add title column.
    • Add locationDetails column.
    • Add hostName column.
    • Add hostEmail column.
    • Add guestNames column.
    • Rename column attendeesList to guestEmails
    • Rename column googleCalendarId to calendarEventId
    • Rename column xaiTemplate to templateUrl
    • Remove customMessage column
  • Update the interviews in demo data based on schema changes.
  • Add migrations/2021-05-09-interviews-table-migration.js migration for schema changes.
  • Add GET /getInterview/:id endpoint.
  • Add PATCH /updateInterview/:id endpoint.
  • Update the POSTMAN collection & environment for new endpoints & schema changes.
  • Update the Swagger for new endpoints & schema changes.

@cagdas001 cagdas001 marked this pull request as draft May 10, 2021 05:39
* Update Interview schema with new additions & changes.
  * Add `xaiId` column.
  * Add `rescheduleUrl` column.
  * Add `endTimestamp` column.
  * Add `duration` column.
  * Add `templateId` column.
  * Add `templateType` column.
  * Add `title` column.
  * Add `locationDetails` column.
  * Add `hostName` column.
  * Add `hostEmail` column.
  * Add `guestNames` column.
  * Rename column `attendeesList` to `guestEmails`
  * Rename column `googleCalendarId` to `calendarEventId`
  * Rename column `xaiTemplate` to `templateUrl`
  * Remove `customMessage` column
* Update the interviews in demo data based on schema changes.
* Add `migrations/2021-05-09-interviews-table-migration.js` migration for schema changes.
* Add `GET /getInterview/:id` endpoint.
* Add `PATCH /updateInterview/:id` endpoint.
* Update the POSTMAN collection & environment for new endpoints & schema changes.
* Update the Swagger for new endpoints & schema changes.
@cagdas001 cagdas001 marked this pull request as ready for review May 10, 2021 05:43
@urwithat urwithat merged commit ec65da9 into topcoder-platform:dev May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants