Please enable JavaScript.
Coggle requires JavaScript to display documents.
Interview Invitation :star: (Bean (interviewInvitationBean (for candidate…
Interview Invitation :star:
Bean
interviewInvitationBean
(for candidate-set-up-interview.xhtml)
channelBean
credentialBean
applicationBean
appliedPositionBean
channelBean
roomBean
userBean
candidateScheduleBean
(for interview-process.xhtml)
evaluationFormBean
Xhtml
candidate-set-up-interview.xhtml
(dialog when click set-up interview)
userBean
roomBean
interview-process.xhtml
(page interview process: 3 column <Application, Interview, Offer>)
Caution of coding
:warning:
Remove method unused
Shouldn't be use hard code in xhtml
Using too many transient in Bean
Rename id exactly in <h:form> (id="searchForm")
Remove update real time check-box in form when have button
Incorrect Save & Close => Current Save & Redirect
Position to show message in dialog
Create Application => save & close
Back & go to interview => send invitattion
in CandidateBasicViewBean method (remove new list applications => refer Candidate.setPreferredWorkingLocations())
Workflow
Interview Process
:black_flag:
(Step 1)
CREATE APPLICATION
when click set-up-interview
(load some info: recruiter & set pic default, location, position, build candidate interview)
Check application of candidate
(if status:
APPLY
or
INTERVIEW
=> move Set up interview)
click button Save & Close
(Redirect to interview page & Put candidate into
Application Card
)
(Step 2)
SET UP INTERVIEW
click Go to Set up interview
(select more info: Date, TIme, Location, Interviewer...)
(Step 3)
SEND INVITATION
click Next
(select mail & subject for <candidate, interviewer>)
(Redirect to interview page & Put candidate into
Interview Card
) => Click in card to view detail info (set status candidate, evaluation result)