Add interview scheduling, CV-download notifications and application triage#17
Closed
dogussyaman wants to merge 1 commit intomainfrom
Closed
Add interview scheduling, CV-download notifications and application triage#17dogussyaman wants to merge 1 commit intomainfrom
dogussyaman wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
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.
Motivation
Description
HrApplicationActionswith a dedicated dialog to pick date, multiple time options, type/link/location and store aninterviewnote inapplication_notes; sending interview notifications uses a newinterview_invitationnotification type. (files:app/dashboard/ik/_components/HrApplicationActions.tsx)InterviewAvailabilityUI for developers to view interview invitations and respond with a selected time / attending flag / note, storing aninterview_responsenote and notifying HR profiles. (file:app/dashboard/gelistirici/_components/InterviewAvailability.tsx)match_scoreinto high/mid/low buckets and surfacedmatch_reasondetails in the HR list; added bulk-reject component with canned messages. (files:app/dashboard/ik/basvurular/page.tsx,app/dashboard/ik/_components/HrBulkRejectActions.tsx,lib/feedback-templates.ts)cv_downloadednotification for developers when HR downloads a CV. (file:app/dashboard/ik/_components/CvDownloadLink.tsx)app/dashboard/ik/gorusmeler/page.tsx,components/hr-sidebar.tsx)interview_invitation,interview_response, andcv_downloaded, and updated CTA text mapping. (files:lib/types.ts,lib/notifications.ts)Inputusage for date/time fields, storing interview payloads as JSON inapplication_notesso they can be parsed by frontends. (multiple files)Testing
npm run dev; the server started and returnedReady(succeeded).http://127.0.0.1:3000/dashboard/ik/basvurularand captured a UI snapshot saved asbrowser:/tmp/codex_browser_invocations/35a0be1fd186624c/artifacts/artifacts/hr-basvurular.png(snapshot created).Codex Task