diff --git a/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid index 58055c81..3d61fc1c 100644 --- a/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Skuid/_sub_navigation.html.liquid @@ -28,7 +28,7 @@ {% endif %} {% endfor %} - {%- comment -%} {% if current_person.signed_in? %} + {% if current_person.signed_in? %}
Certification
- {% endif %} {%- endcomment -%} + {% endif %} diff --git a/Custom_Templates/customer_templates/Skuid/certification.html.liquid b/Custom_Templates/customer_templates/Skuid/certification.html.liquid index f8bb150b..442d5dca 100644 --- a/Custom_Templates/customer_templates/Skuid/certification.html.liquid +++ b/Custom_Templates/customer_templates/Skuid/certification.html.liquid @@ -12,19 +12,7 @@ {% endif %} - {%- comment -%} {% if current_person.email == 'alexa.taylor+1+preview-3hy5ulxxu@skuid.com' %} -
Call Webhook
- {% endif %} {%- endcomment -%} - -
- {% comment %}================================================ REGISTRATION HEADER ============================================={% endcomment %} - - {%- comment -%}
Register Now
{%- endcomment -%} - - {% comment %}=================================================== TEXT HEADER ==================================================={% endcomment %} - - {%- comment -%}
Skuid Certification Registration
{%- endcomment -%} {% comment %}================================================= HEADER BUBBLES ==================================================={% endcomment %} {% if current_person.properties.cert_status == 'Default' %} @@ -53,7 +41,6 @@
Ready to be Skuid Certified?
The Skuid - Certified Builder Exam assumes knowledge in topics from these learning paths: Level 1, Level 2, Deploy and Manage Skuid Apps in Salesforce, and Explore More.
- {%- comment -%} Skuid Skool {%- endcomment -%}
Click below to agree to the terms and register for your exam.
@@ -71,25 +58,6 @@ - {%- comment -%} Test Button 1 {%- endcomment -%} - {%- comment -%}
- - -
{%- endcomment -%} - - {%- comment -%} Test Button 2 {%- endcomment -%} - {%- comment -%}
- - -
{%- endcomment -%} - - {%- comment -%} Test Button 3 {%- endcomment -%}
Once you’ve registered, refresh this page to access the prep materials. - {%- comment -%} Learn more at skuidskool.com/certification {%- endcomment -%} - exam-registration-image + {% endif %} {% comment %}================================================ EXAM PREP ==================================================={% endcomment %} {% if current_person.properties.cert_status == 'Registered' or current_person.properties.cert_status == 'Exists-qm' %} - - {%- comment -%} {% assign render_practice = true %} - {% if courses.enrolled.any? and courses.in_catalog.any? %} - {% for course in courses.enrolled %} - {% if course.id == '3500821c-4b76-4155-a714-2947dc1b8d0c' or course.id == '10eeed9b-a5b8-446d-8023-2d109766fda6' %} - {% if course.completed? %} - {% assign render_practice = false %} - {% endif %} - {% endif %} - {% endfor %} - - {% for course in courses.in_catalog %} - {% if course.id == '3500821c-4b76-4155-a714-2947dc1b8d0c' or course.id == '10eeed9b-a5b8-446d-8023-2d109766fda6' %} - {% if course.completed? %} - {% assign render_practice = false %} - {% endif %} - {% endif %} - {% endfor %} - {% endif %} {%- endcomment -%} -
Skuid Certification Exam Prep
Prep, practice, and take your exam.
- {%- 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' %}
Exam Not Ready @@ -173,7 +151,7 @@ {% endif %}
- + Not seeing what you expect? Refresh this page.
@@ -187,6 +165,39 @@ } }); + + {% endif %} {% comment %}============================================== PASSED ========================================================{% endcomment %} @@ -197,6 +208,93 @@
+ {% endif %} {% comment %}=============================================== FAILED ======================================================{% endcomment %} @@ -204,50 +302,32 @@ {% if current_person.properties.cert_status == 'Fail' %}
Exam failed.
-
- If you'd like to try again, certification@skuid.com. +
+ If you'd like to try again, email certification@skuid.com.
- {%- comment -%} Register to retake the exam {%- endcomment -%}
+ {% endif %} - {% comment %}============================================= CERTIFIED (UNUSED)======================================================{% endcomment %} - - {%- comment -%}
- cert-recert-background -
-
Recertification is due on 1/1/2024
- Download Certificate -
- -
{%- endcomment -%} - - {%- comment -%}
-
Congratulations you're certified!
-
Recertification is due on 1/1/2024
- - Download Certificate -
{%- endcomment -%} - - {% comment %}============================================ RECERTIFIED (UNUSED)====================================================={% endcomment %} - - {%- comment -%}
-
Time for your recertification!
-
Recertification is due on 1/1/2024
- - Get recertified -
{%- endcomment -%} -
@@ -935,4 +1015,32 @@ {%- comment -%}
exam-complete-background -
{%- endcomment -%} \ No newline at end of file + {%- endcomment -%} + + +{% comment %}============================================= CERTIFIED (UNUSED)======================================================{% endcomment %} + +{%- comment -%}
+ cert-recert-background +
+
Recertification is due on 1/1/2024
+ Download Certificate +
+ +
{%- endcomment -%} + +{%- comment -%}
+
Congratulations you're certified!
+
Recertification is due on 1/1/2024
+ + Download Certificate +
{%- endcomment -%} + +{% comment %}============================================ RECERTIFIED (UNUSED)====================================================={% endcomment %} + +{%- comment -%}
+
Time for your recertification!
+
Recertification is due on 1/1/2024
+ + Get recertified +
{%- 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 +}