Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Added few examples for recruiting track #14

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,10 +1106,11 @@ export const tracks: Tracks = {
RECRUITING: {
displayName: "Recruiting",
category: "D",
description: "Recruiting is one of the most important things that we do as an organisation. We need engineers to bring candidates into the pipeline, think about how we build a diverse team that covers our blindspots, evaluate candidates purely on the criteria that we deem important, and ensure that we only bring in new people that believe in our company values."
summary: "Strengthens Vend's team by bringing in excellent staff members",
milestones: [
{
summary: "Brings new candidates into the pipeline and/or understands how to evaluate candidates at Vend",
summary: "Brings new candidates into the pipeline and understands how to evaluate candidates at Vend (https://bit.ly/2KW3n86)",
signals: [
"Reviews existing network for hiring leads regularly",
"Shadows interviews to gain familiarity with process",
Expand All @@ -1124,14 +1125,15 @@ export const tracks: Tracks = {
{
summary: "Interviews regularly, helps the team make meaningful hiring decisions, and helps build a diverse pipeline",
signals: [
"Provides clear, objective feedback on candidates (we should have an interview rubric)",
"Consistently provides clear, objective feedback on candidates",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be nit picking but we don't need to add Consistently to this example.

"Interviews candidates with empathy and treats them all with equal respect",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed this one because that's obvious.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reckon we should keep it. What's obvious to you or me might not be to someone else (or even our future selves). This example behaviour puts the emphasis on being empathetic and treating others with respect which is something that's imo highly important to Vend

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with Celine. This is not a given for everyone and we can all use a regular reminder to get better at this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My point here was that because you're treating someone with respect shouldn't grant you the level 2.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cecileVend I'm happy to move this one to #1, what do you think?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@renanrt my handle is @celine-may ;)
Milestone #1 is not about interviewing so this example should stay in milestone #2 imo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example is interviewing with respect not just treating someone with respect. Maybe you could re-word the example if you think it's not clear enough

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh sorry about the handle. yeah we should reword it.

"Researches approaches for sourcing candidates and diversifying hiring"
],
examples: [
"Added observable evidence for interview feedback",
"Added observable evidence for interview feedback on different occasions",
"Started a monthly brunch for candidates to meet Vend employees",
""
"Helped to triage job applications from the talent pool.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helped triage job applications from the talent pool (i.e. removed to and the final dot)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"Conducted practical tests for interview candidates. "

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove . at the end of the sentence.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

]
},
{
Expand All @@ -1144,6 +1146,7 @@ export const tracks: Tracks = {
examples: [
"Wrote fantastic new interview questions that are measurable and insightful",
"Brought candidates into our pipeline proactively, with a high conversion rate",
"Improved practical tests with new tests and/or questions",
"Proposed useful, tangible improvements to the interview process"
]
},
Expand All @@ -1157,6 +1160,7 @@ export const tracks: Tracks = {
examples: [
"Planned engineering summit on interview process and training",
"Organized and lead Vend's presence at a recruitment fair",
"Created new practical test(s) to test the technical capabilities of interview candidates.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove trailing dot

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"Started internship program"
]
},
Expand Down