Skip to content

Commit

Permalink
remove name-blind sift and phone assessment from timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlovesgithub committed Apr 19, 2021
1 parent ff05f83 commit c4a1253
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/helpers/Timeline/exerciseTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ const exerciseTimeline = (data) => {
// createShortlistingMethod('Sift', data.siftStartDate, data.siftEndDate)
// );
// }

if (data.shortlistingMethods.includes('name-blind-paper-sift')) {
timeline.push(
createShortlistingMethod('Name-blind sift', data.nameBlindSiftStartDate, data.nameBlindSiftEndDate)
);
}

if (data.shortlistingMethods.includes('telephone-assessment')) {
timeline.push(createShortlistingMethod('Telephone assessment', data.telephoneAssessmentStartDate, data.telephoneAssessmentEndDate));
}
//
// if (data.shortlistingMethods.includes('name-blind-paper-sift')) {
// timeline.push(
// createShortlistingMethod('Name-blind sift', data.nameBlindSiftStartDate, data.nameBlindSiftEndDate)
// );
// }
//
// if (data.shortlistingMethods.includes('telephone-assessment')) {
// timeline.push(createShortlistingMethod('Telephone assessment', data.telephoneAssessmentStartDate, data.telephoneAssessmentEndDate));
// }

if (data.shortlistingMethods.includes('situational-judgement-qualifying-test')) {
if (data.situationalJudgementTestDate) {
Expand Down

0 comments on commit c4a1253

Please sign in to comment.