Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.
Merged
Changes from all 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
13 changes: 7 additions & 6 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const tracks: Tracks = {
displayName: "Web client",
category: "A",
summary: "Develops expertise in web client technologies, such as HTML, CSS, and JavaScript",
description: "",
description: "We need to provide our users with a modern, responsive web product that renders well across all major browsers. We need engineers with expertise in web client technologies to help us continue to build industry-leading technology.",
milestones: [
{
summary: "Works effectively within established web client architectures, following current best practices",
Expand All @@ -170,7 +170,7 @@ export const tracks: Tracks = {
examples: [
"Implemented new Houston confirmation banner in the Monoliph",
"Hooked up the action to dismiss a card from the dashboard",
"Reskinned customer list using existing customer badge"
"Reskinned customer list using the existing customer badge"
]
},
{
Expand All @@ -181,9 +181,9 @@ export const tracks: Tracks = {
"Prototypes simple new features quickly"
],
examples: [
"Built credit card input component",
"Created shared datepicker template in Houston",
"Built modal system"
"Built dropdown component in Houston",
"Rewrote Houston next-stepper to use multiple transclusion rather than binding",
"Rebuilt an existing page to use Houston"
]
},
{
Expand All @@ -195,7 +195,8 @@ export const tracks: Tracks = {
],
examples: [
"Researched utility of HTTP/2 for Vend",
"Designed and implemented Add/Edit Product screen"
"Designed and implemented Add/Edit Product screen",
"Created shared datepicker component in Houston"
]
},
{
Expand Down