Skip to content

Commit

Permalink
Fixes misleading engineering description.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentrickard committed Jul 15, 2021
1 parent ec6d02f commit e6d0a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ export const engineeringTracks = (trackList: object[]): object[] => {
"signals": [
"Builds an entire complex product from scratch that requires significant R&D efforts",
"Is seen as a leader who advances the state of the art and a contributor to the broader technical community",
"Demonstrates the ability to resolve technical problems without little context",
"Demonstrates the ability to resolve technical problems with little context",
"Constantly learning new technologies, can navigate and make legacy code maintainable"
],
"examples": []
Expand Down
4 changes: 2 additions & 2 deletions csv/examples.csv
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ HEADER_TWO,ENGINEERING,Back-End Coding,4,Provides mentorship and technical guida
HEADER_TWO,ENGINEERING,Back-End Coding,4,"Writes highly insightful, comprehensive code reviews"
HEADER_TWO,ENGINEERING,Back-End Coding,5,Builds an entire complex product from scratch that requires significant R&D efforts
HEADER_TWO,ENGINEERING,Back-End Coding,5,Is seen as a leader who advances the state of the art and a contributor to the broader technical community
HEADER_TWO,ENGINEERING,Back-End Coding,5,Demonstrates the ability to resolve technical problems without little context
HEADER_TWO,ENGINEERING,Back-End Coding,5,Demonstrates the ability to resolve technical problems with little context
HEADER_TWO,ENGINEERING,Back-End Coding,5,"Constantly learning new technologies, can navigate and make legacy code maintainable"
HEADER_THREE,ENGINEERING,DevOps,1,Is building proficiency in creating solutions using tools and automation to improve operations
HEADER_THREE,ENGINEERING,DevOps,1,"Understands common software development tools and processes, including version control, issue tracking, and continuous build"
Expand Down Expand Up @@ -978,4 +978,4 @@ HEADER_FOUR,STRATEGY,Recommendations,5,"Talks with client about content governan
HEADER_FOUR,STRATEGY,Recommendations,5,Thinks about project success beyond the life of the current client engagement and works with customer success teams to foster future opportunities
HEADER_FOUR,STRATEGY,Recommendations,5,Persuades clients by advocating for the user which may lead to outcomes not originally conceived of by the client
HEADER_FOUR,STRATEGY,Recommendations,5,Evaluates the quality of the execution of original strategy in design and development work
HEADER_FOUR,STRATEGY,Recommendations,5,Expertly navigates stakeholder feedback (and/or pushback) on recommendations and works toward productive next steps
HEADER_FOUR,STRATEGY,Recommendations,5,Expertly navigates stakeholder feedback (and/or pushback) on recommendations and works toward productive next steps

0 comments on commit e6d0a3e

Please sign in to comment.