- {%- comment -%} {% if render_practice == true %}{% endif %} {%- endcomment -%}
-
-
Prep Guide
-
- View courses, documentation, and other resources to prep for the certification exam.
-
+
+
Prep Guide
+
+ View courses, documentation, and other resources to prep for the certification exam.
-
-
Practice Exam
-
- Take a practice exam to test what you've learned.
-
+
+
+
Practice Exam
+
+ Take a practice exam to test what you've learned.
- {%- comment -%} {% endif %} {%- endcomment -%}
+
{% if current_person.properties.cert_status == 'Registered' %}
-
+
Not seeing what you expect? Refresh this page.
@@ -187,6 +165,39 @@
}
});
+
+
{% endif %}
{% comment %}============================================== PASSED ========================================================{% endcomment %}
@@ -197,6 +208,93 @@
View Credential
+
{% endif %}
{% comment %}=============================================== FAILED ======================================================{% endcomment %}
@@ -204,50 +302,32 @@
{% if current_person.properties.cert_status == 'Fail' %}
-
+
{% endif %}
- {% comment %}============================================= CERTIFIED (UNUSED)======================================================{% endcomment %}
-
- {%- comment -%}
-

-
-
-
{%- endcomment -%}
-
- {%- comment -%}
{%- endcomment -%}
-
- {% comment %}============================================ RECERTIFIED (UNUSED)====================================================={% endcomment %}
-
- {%- comment -%}
{%- endcomment -%}
-
@@ -935,4 +1015,32 @@
{%- comment -%}

-
{%- endcomment -%}
\ No newline at end of file
+
{%- endcomment -%}
+
+
+{% comment %}============================================= CERTIFIED (UNUSED)======================================================{% endcomment %}
+
+{%- comment -%}
+

+
+
+
{%- endcomment -%}
+
+{%- comment -%}
{%- endcomment -%}
+
+{% comment %}============================================ RECERTIFIED (UNUSED)====================================================={% endcomment %}
+
+{%- comment -%}
{%- endcomment -%}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Skuid/styles.css.liquid b/Custom_Templates/customer_templates/Skuid/styles.css.liquid
index f5daca68..ca93a9b4 100644
--- a/Custom_Templates/customer_templates/Skuid/styles.css.liquid
+++ b/Custom_Templates/customer_templates/Skuid/styles.css.liquid
@@ -479,11 +479,6 @@ body {
format("truetype");
}
-/* Moving the Logo to the right so it appears centered. */
-.np-powered-by {
- padding-left: 200px;
-}
-
/* 2. Header */
.np-header-color {
background: transparent;
@@ -1027,4 +1022,4 @@ footer {
.np-top-cta-progress-content{
margin-bottom: 0.5rem;
}
-}
+}
\ No newline at end of file
diff --git a/CustomerNotes/Bolt.md b/CustomerNotes/Bolt.md
index 3c2b581c..426218bd 100644
--- a/CustomerNotes/Bolt.md
+++ b/CustomerNotes/Bolt.md
@@ -220,7 +220,7 @@ We can't "demand" people to do training, so the training metrics don't really ma
Doris: No support needed at this point.
They will be making a big global change next week, so we'll see a huge drop in learners in Northpass.
-TODO: Norm to hold a weekly meeting on Monday in case Bolt needs any support.
+DONE: Norm to hold a weekly meeting on Monday in case Bolt needs any support.
Aleksandr is the global procurement manager. Wants to sign a termination form, but email is good enough.
He is the POC for many of the verticals.
diff --git a/CustomerNotes/Mizuno.md b/CustomerNotes/Mizuno.md
index f452e6fd..72c86f59 100644
--- a/CustomerNotes/Mizuno.md
+++ b/CustomerNotes/Mizuno.md
@@ -55,7 +55,7 @@ Action items:
Mark Hansen handles both Golf and Running for both USA and Canada.
TODO: Ask Casey if USA and CA codes can be interchangeable.
-TODO: Connect with Matt on this whole things.
+DONE: Connect with Matt on this whole things.
They will need to add CA people to Groups. Custom Analytics.
Target Date: Early August.
diff --git a/CustomerNotes/Walmart.md b/CustomerNotes/Walmart.md
index f9e6edc7..319bacd1 100644
--- a/CustomerNotes/Walmart.md
+++ b/CustomerNotes/Walmart.md
@@ -554,3 +554,10 @@ Enrollment:
* MJ Out due to unexpected Surgery. Expected back on the 10th.
* Jagannatha to send proposal for Spanish language resources. If value is `null` or blank, display english.
+
+## 08/02/2023
+
+### Resource Bundles / LP Design Preview
+
+* Do we need to show the start button? Yes, but when does the progress get calculated.
+* If a course is completed in the LP, will it be completed outside of the LP? This is specifically for featured courses.
diff --git a/CustomerNotes/Zenjob.md b/CustomerNotes/Zenjob.md
index 9da88211..8c27c319 100644
--- a/CustomerNotes/Zenjob.md
+++ b/CustomerNotes/Zenjob.md
@@ -56,3 +56,10 @@ Ideal information in Salesforce:
DONE: Added a new group to homepage's access.
DONE: Submit tickets from [this page](https://docs.google.com/spreadsheets/d/1kV93XzZuXTbIrh4HfqhZoFwGvBhNxCRZTC36eBqxaV0/edit#gid=0). Specifically: Static Banner (140), Popup (120), And Embed the Website (124).
+
+## 08/02/2023
+
+### Learning Paths & Assignments
+
+TODO: Check if we can "mimic" the start button across all courses in LP so any click = start LP.
+TODO: Get Assignment Download link into Google Sheets. Webhook followed by API call. Data points: UID, Course, Submitted At, and URL.
diff --git a/Scripts/API_Tests/add-pgaids.py b/Scripts/API_Tests/add-pgaids.py
index 781054f5..665b313b 100644
--- a/Scripts/API_Tests/add-pgaids.py
+++ b/Scripts/API_Tests/add-pgaids.py
@@ -4,7 +4,7 @@ from pathlib import Path
import Apikeys
import os
-basefile = "/Users/normrasmussen/Downloads/Mizuno June 2023 Completions.csv"
+basefile = "/Users/normrasmussen/Downloads/Mizuno July 2023 Completions.csv"
api_key = Apikeys.mizuno
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
prop_url = "https://api.northpass.com/v2/properties/people/"
diff --git a/Scripts/GoogleScripts/MizunoPGA/PGAIds_Raw.js b/Scripts/GoogleScripts/MizunoPGA/PGAIds_Raw.js
index 3d26845e..6a82f2f7 100644
--- a/Scripts/GoogleScripts/MizunoPGA/PGAIds_Raw.js
+++ b/Scripts/GoogleScripts/MizunoPGA/PGAIds_Raw.js
@@ -79,4 +79,4 @@ function propstoSheet(uuid, row) {
function writeHeadings() {
// Write the new Column Headings
sheet.getRange(1, 6).setValue("PGA Number");
-}
\ No newline at end of file
+}