From b1cd62f19eaf2156170b147adf899ac680dfc936 Mon Sep 17 00:00:00 2001 From: Celine Rufener Date: Fri, 16 Nov 2018 08:19:19 +1300 Subject: [PATCH 1/3] Update web client example tasks --- constants.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/constants.js b/constants.js index 36b8d82f..251eb15f 100644 --- a/constants.js +++ b/constants.js @@ -173,7 +173,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" ] }, { @@ -184,9 +184,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", + "Refactored an existing page to use Houston" ] }, { @@ -198,7 +198,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" ] }, { From 9b24b0f68a1ff1db73e92fc094e58f66f7f6ddcd Mon Sep 17 00:00:00 2001 From: Celine Rufener Date: Fri, 16 Nov 2018 08:33:23 +1300 Subject: [PATCH 2/3] Add description to web client track --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.js b/constants.js index 251eb15f..a5a922ea 100644 --- a/constants.js +++ b/constants.js @@ -161,7 +161,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 communicate effectively with our APIs and help us continue to build industry-leading technology.", milestones: [ { summary: "Works effectively within established web client architectures, following current best practices", From 6031d76481591a1c8cbb7c0ade4743bfd7e5ba46 Mon Sep 17 00:00:00 2001 From: Celine Rufener Date: Fri, 7 Dec 2018 09:24:49 +1300 Subject: [PATCH 3/3] Update web client with suggestions --- constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.js b/constants.js index a5a922ea..dc68958d 100644 --- a/constants.js +++ b/constants.js @@ -161,7 +161,7 @@ export const tracks: Tracks = { displayName: "Web client", category: "A", summary: "Develops expertise in web client technologies, such as HTML, CSS, and JavaScript", - 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 communicate effectively with our APIs and help us continue to build industry-leading technology.", + 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", @@ -186,7 +186,7 @@ export const tracks: Tracks = { examples: [ "Built dropdown component in Houston", "Rewrote Houston next-stepper to use multiple transclusion rather than binding", - "Refactored an existing page to use Houston" + "Rebuilt an existing page to use Houston" ] }, {