UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit acf819e1 authored by Luke Glasscock's avatar Luke Glasscock
Browse files

Add changes

parent 25866a80
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@
<h2 class="mx-0 pt-6">WHAT IS THE 3 DAY WORKSHOP?</h2>
</div>
<div>
A rapid workshop to stand-up a hello world pipeline with a templated app
A rapid workshop to stand up a hello world pipeline with a templated app
through Party Bus ABMS-ADCE.
<div class="row justify-center">
<router-link class="mt-4" to="/products/abms-adce/onboarding">
......@@ -152,74 +152,75 @@ export default {
{
id: 1,
text:
"Deploy a Java API with a canary endpoint and verify it in Platform One."
"Deploy a Java API with a canary endpoint and verify it in Platform One.",
},
{
id: 2,
text:
"Review gitlab.yml and associate stages with IAAC for deploying on Party Bus"
"Review gitlab.yml and associate stages with IAAC for deploying on Party Bus",
},
{
id: 3,
text: "Review docker file and add dependencies from Iron Bank"
text: "Review docker file and add dependencies from Iron Bank",
},
{
id: 4,
text: "Review the build.gradle and update dependencies/tasks"
text: "Review the build.gradle and update dependencies/tasks",
},
{
id: 5,
text: "Pair Programming and P1"
text: "Pair Programming and P1",
},
{
id: 6,
text:
"Add a test to verify the newly created endpoint and deploy to P1 dev"
"Add a test to verify the newly created endpoint and deploy to P1 dev",
},
{
id: 7,
text:
"Write a test for a new feature based on a story, fulfill the test, and deploy to P1"
}
"Write a test for a new feature based on a story, fulfill the test, and deploy to P1",
},
],
day2: [
{
id: 1,
text: "Leveraging P1 and built-in quality to continuously release"
text: "Leveraging P1 and built-in quality to continuously release",
},
{
id: 2,
text: "Writing user stories to leverage P1 continuous release ability"
text:
"Writing user stories to leverage P1 continuous release ability",
},
{
id: 3,
text:
"Write a test for a new feature with underlying permutations and fulfill pipeline requirements"
"Write a test for a new feature with underlying permutations and fulfill pipeline requirements",
},
{
id: 4,
text: "Paired code reviews as a P1 alternative to Pair Programming"
}
text: "Paired code reviews as a P1 alternative to Pair Programming",
},
],
day3: [
{
id: 1,
text: "Understanding how P1 prioritizes the customer"
text: "Understanding how P1 prioritizes the customer",
},
{
id: 2,
text: "P1 recommended ceremonies"
text: "P1 recommended ceremonies",
},
{
id: 3,
text: "Run a micro iteration on your P1 application"
text: "Run a micro iteration on your P1 application",
},
{
id: 4,
text: "Retrospective"
}
text: "Retrospective",
},
],
courses: []
courses: [],
};
},
async mounted() {
......@@ -254,17 +255,17 @@ export default {
},
is3DayWorkshop(courseName) {
return courseName.match(/3-day Workshop/i);
}
},
},
computed: {
filteredCourses() {
return this.courses.filter(
course =>
(course) =>
this.is3DayWorkshop(course["course name"]) &&
this.isCurrent(course["start date"])
);
}
}
},
},
};
</script>
<style lang="scss">
......
......@@ -50,9 +50,8 @@
<div class="container my-4 px-8">
<h2 class="my-4 mt-sm-8 px-0">Onboarding Workshops</h2>
<p class="text-center">
Get hands-on experience and training with our rapid workshop to
stand-up a hello world pipeline with a templated app through Party Bus
-
Get hands-on experience and training with our rapid workshop to stand
up a hello world pipeline with a templated app through Party Bus -
<Tooltip text="ABMS" tooltip="Advanced Battle Management System" />
<Tooltip text="ADCE" tooltip="All Domain Common Environment" />.
</p>
......@@ -99,7 +98,7 @@
</h2>
<p>
Get hands-on experience and training with our rapid workshop to
stand-up a hello world pipeline with a templated app through Party
stand up a hello world pipeline with a templated app through Party
Bus -
<Tooltip
text="ABMS"
......
......@@ -21,7 +21,7 @@
<v-spacer></v-spacer>
<v-card-text>
<p class="px-6">
Rapid workshop to stand-up a hello world pipeline with a
Rapid workshop to stand up a hello world pipeline with a
templated app through ABMS ADCE Party Bus.
</p>
</v-card-text>
......@@ -334,13 +334,13 @@ export default {
components: {
PageHeader,
Wave,
Tooltip
Tooltip,
},
data() {
return {
titleWithBreaks: ["Party Bus - ABMS ADCE", "Onboarding"]
titleWithBreaks: ["Party Bus - ABMS ADCE", "Onboarding"],
};
}
},
};
</script>
<style lang="scss">
......
......@@ -106,7 +106,7 @@
<h2 class="mx-0 pt-6">WHAT IS THE 3 DAY WORKSHOP?</h2>
</div>
<div>
A rapid workshop to stand-up a hello world pipeline with a templated app
A rapid workshop to stand up a hello world pipeline with a templated app
through Party Bus ABMS-ADCE.
<div class="row justify-center">
<a class="mt-4" href="/#/products/abms-adce/onboarding">
......@@ -152,74 +152,75 @@ export default {
{
id: 1,
text:
"Deploy a Java API with a canary endpoint and verify it in Platform One."
"Deploy a Java API with a canary endpoint and verify it in Platform One.",
},
{
id: 2,
text:
"Review gitlab.yml and associate stages with IAAC for deploying on Party Bus"
"Review gitlab.yml and associate stages with IAAC for deploying on Party Bus",
},
{
id: 3,
text: "Review docker file and add dependencies from Iron Bank"
text: "Review docker file and add dependencies from Iron Bank",
},
{
id: 4,
text: "Review the build.gradle and update dependencies/tasks"
text: "Review the build.gradle and update dependencies/tasks",
},
{
id: 5,
text: "Pair Programming and P1"
text: "Pair Programming and P1",
},
{
id: 6,
text:
"Add a test to verify the newly created endpoint and deploy to P1 dev"
"Add a test to verify the newly created endpoint and deploy to P1 dev",
},
{
id: 7,
text:
"Write a test for a new feature based on a story, fulfill the test, and deploy to P1"
}
"Write a test for a new feature based on a story, fulfill the test, and deploy to P1",
},
],
day2: [
{
id: 1,
text: "Leveraging P1 and built-in quality to continuously release"
text: "Leveraging P1 and built-in quality to continuously release",
},
{
id: 2,
text: "Writing user stories to leverage P1 continuous release ability"
text:
"Writing user stories to leverage P1 continuous release ability",
},
{
id: 3,
text:
"Write a test for a new feature with underlying permutations and fulfill pipeline requirements"
"Write a test for a new feature with underlying permutations and fulfill pipeline requirements",
},
{
id: 4,
text: "Paired code reviews as a P1 alternative to Pair Programming"
}
text: "Paired code reviews as a P1 alternative to Pair Programming",
},
],
day3: [
{
id: 1,
text: "Understanding how P1 prioritizes the customer"
text: "Understanding how P1 prioritizes the customer",
},
{
id: 2,
text: "P1 recommended ceremonies"
text: "P1 recommended ceremonies",
},
{
id: 3,
text: "Run a micro iteration on your P1 application"
text: "Run a micro iteration on your P1 application",
},
{
id: 4,
text: "Retrospective"
}
text: "Retrospective",
},
],
courses: []
courses: [],
};
},
async mounted() {
......@@ -255,15 +256,15 @@ export default {
} else {
return false;
}
}
},
},
computed: {
filteredCourses() {
return this.courses.filter(course =>
return this.courses.filter((course) =>
this.isCurrent(course["start date"])
);
}
}
},
},
};
</script>
<style lang="scss">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment