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

Update Communication and Project Management tracks #10

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
12 changes: 6 additions & 6 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export const tracks: Tracks = {
"Writes effective technical specs outlining approach"
],
examples: [
"Wrote the technical spec for Quick User Switching",
Copy link
Author

Choose a reason for hiding this comment

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

Based on Medium's descriptions I think requirements analysis and technical design (and getting buy in for the design) fit more under Communication than Project Management.

I've updated it to be more about managing delivery.

"Broke down Quick User Switching into tickets with estimations",
"Delivered low stock warning for iOS",
"Delivered new User badge"
]
Expand All @@ -401,7 +401,7 @@ export const tracks: Tracks = {
],
examples: [
"Delivered basic promotions API endpoint",
"Delivered new View Customer design",
"Worked with Product Marketing to communicate roll out while delivering new View Customer design",
"Executed the multiple image uploader for products"
]
},
Expand All @@ -415,7 +415,7 @@ export const tracks: Tracks = {
examples: [
"Ran project retro to assess improvement opportunities",
"Completed launch checklist unprompted for well controlled rollout",
"Facilitated project kickoff meeting to get buy-in"
"Facilitated project kickoff meeting to get buy-in",
]
},
{
Expand All @@ -427,8 +427,8 @@ export const tracks: Tracks = {
],
examples: [
"Oversaw delivery of Promotions",
"Built the features service",
"Involved marketing, legal, and appropriate functions at project start"
"Managed the building of the features service",
"Co-ordinated the different requirements of marketing, legal, and appropriate functions throughout the project"
]
},
{
Expand Down Expand Up @@ -458,6 +458,7 @@ export const tracks: Tracks = {
"Communicates project status clearly and effectively",
"Collaborates with others with empathy",
"Asks for help at the appropriate juncture"
edsrzf marked this conversation as resolved.
Show resolved Hide resolved
"Ensures stakeholders are aware of current blockers",
],
examples: [
"Updated oncall-engineers before running a resource-intensive task.",
Expand All @@ -469,7 +470,6 @@ export const tracks: Tracks = {
summary: "Communicates with the wider team appropriately, focusing on timeliness and good quality conversations",
signals: [
"Practises active listening and suspension of attention",
"Ensures stakeholders are aware of current blockers",
"Chooses the appropriate tools for accurate and timely communication"
],
examples: [
Expand Down