-
Notifications
You must be signed in to change notification settings - Fork 33
Deploy to Production for Interview Scheduler #233
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Add Sequelize schema for Interview model. 2. Add `create-interviews-table` migration. 3. Add ES mapping for interviews. 4. Update existing index/re-index, and import/export scripts for the applied changes. 5. Add/implement the following endpoints. * `PATCH /jobCandidates/:jobCandidateId/requestInterview` * `PATCH /jobCandidates/:jobCandidateId/updateInterview/:round` * `GET /jobCandidates/:jobCandidateId/interviews` * `GET /jobCandidates/:jobCandidateId/interviews/:round` 6. Update the existing JobCandidate endpoints for applied changes. 7. Set up an hourly scheduled job to check & update Completed interviews. 8. Update `TeamService.sendEmail` for the interview scheduling feature. 9. Update POSTMAN collection & environment. 10. Update Swagger.
…das001/taas-apis into feature/interview-scheduler2
feat: add interview scheduler
…into feature/interview-scheduler2
Sync with dev branch
1. Update x.ai template names. 2. Update resourceBooking & jobCandidate statuses. 3. Add migrations for the above updates. 4. Update `interview-invitation` email template.
feat(interview-scheduler): frontend integration
…duler2 Feature/interview scheduler2
1. Fixes the interview permissions as per [1]. 2. Updates email sending feature to get candidate's email automatically. [2] References: [1]: topcoder-archive/topcoder-platform-taas-app#173 [2]: topcoder-archive/topcoder-platform-taas-app#165
fix(interview-scheduler): fix interview permissions & mail feature
Fix an issue, which was causing getting `undefined` as jobProjectId. This was causing unexpected behaviors when checking the project-based user access level. Addresses topcoder-archive/topcoder-platform-taas-app#173 (comment)
fix(interview-scheduler): await getJob promise
Add a limit on maximum allowed number of interview rounds.
feat(interview-scheduler): add a limit on max. allowed rounds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.