You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Yardstick deep-link URL field to the review request modal so
reviewers know where to submit their review results. Validate the URL
requires page=hackerrank, candidate, and zohoId query params. Reformat
the acceptance message to be more scannable with action links at top.
text: '_To review the candidate\u2019s test, visit the URL above and log in with your Source Allies HackerRank account. If you have questions about using HackerRank\u2019s review features, please visit our <https://allies.atlassian.net/wiki/spaces/REI/pages/4868112402/Helpful+HackerRank+Features|documentation>._',
35
-
},
36
-
};
37
-
constexpectedHackerRankAccountHelpBlock={
38
-
type: 'section',
39
-
text: {
40
-
type: 'mrkdwn',
41
-
text: "_Don't have a HackerRank account? Ping <@requester123> and they'll make one for you._",
34
+
text: "_Log in with your SA HackerRank account._\n_No account? Ping <@requester123> and they'll make one for you._\n_Questions? See our <https://allies.atlassian.net/wiki/spaces/REI/pages/4868112402/Helpful+HackerRank+Features|documentation>._",
42
35
},
43
36
};
44
37
constexpectedTestInfoBlock={
45
38
type: 'section',
46
39
text: {
47
40
type: 'mrkdwn',
48
-
text: '*Test Information:*\nThe test has 4 questions: 2 easy and 2 medium difficulty.\nSection 1 contains the easy questions, Section 2 contains the medium questions.\nCandidates should try to solve one problem from each section.\nThey have 70 minutes total to complete the test.',
41
+
text: '*Test Info:* 4 questions (2 easy, 2 medium) · 70 min · candidates answer 1 per section (2 total)',
'_To review the candidate\u2019s test, visit the URL above and log in with your Source Allies HackerRank account. If you have questions about using HackerRank\u2019s review features, please visit our <https://allies.atlassian.net/wiki/spaces/REI/pages/4868112402/Helpful+HackerRank+Features|documentation>._',
`_Don't have a HackerRank account? Ping ${mention({id: review.requestorId})} and they'll make one for you._`,
96
+
`_Log in with your SA HackerRank account._\n_No account? Ping ${mention({id: review.requestorId})} and they'll make one for you._\n_Questions? See our <https://allies.atlassian.net/wiki/spaces/REI/pages/4868112402/Helpful+HackerRank+Features|documentation>._`,
100
97
),
101
98
);
102
99
blocks.push(
103
100
textBlock(
104
-
'*Test Information:*\nThe test has 4 questions: 2 easy and 2 medium difficulty.\nSection 1 contains the easy questions, Section 2 contains the medium questions.\nCandidates should try to solve one problem from each section.\nThey have 70 minutes total to complete the test.',
101
+
'*Test Info:* 4 questions (2 easy, 2 medium) · 70 min · candidates answer 1 per section (2 total)',
0 commit comments