From cc0d192db2d5c0525ab9aad1c4a6be210457d978 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 19 Oct 2023 17:38:36 -0400 Subject: [PATCH] Larson Texts, Luminate, Blacklane --- Custom_Templates/customer_templates/.DS_Store | Bin 18436 -> 18436 bytes .../_courses_catalog.html.liquid | 23 +- .../_courses_index.html.liquid | 15 +- .../_homepage_featured.html.liquid | 10 +- .../_search_result.html.liquid | 58 +-- .../_sub_navigation.html.liquid | 2 +- .../articles.html.liquid | 19 +- .../homepage.html.liquid | 440 ++++++++++++++---- .../Walmart Luminate Prod/styles.css.liquid | 26 +- .../BigIdeasLearning/BigIdeasLearning.md | 15 + CustomerNotes/Blacklane/Blacklane.md | 17 + CustomerNotes/Skuid/Skuid.md | 7 + 12 files changed, 490 insertions(+), 142 deletions(-) diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 25d06334ac077dbc2c27354a79bc34ab78c9ff48..67eebe8bf5ef3bdb965cfe2756173ece2542bfca 100644 GIT binary patch delta 38 ucmZpfz}PZ@ae_bN;*9~j`57%X^9Tg9PhKoxxOsv^HT%K_#?9OcKh*&Sfelvx delta 169 zcmZpfz}PZ@ae_bN@{Iwz`5A3C^9Tg9Gm1`55LcECU?^h9XGqCOHw;eB&n;j80Y*E1 zAPJV2hsx*XySOCf++_0v@oM(X I+zLO{0U-@8bpQYW diff --git a/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_catalog.html.liquid index 8a7265b5..a32715d5 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_catalog.html.liquid @@ -1,19 +1,26 @@ {% if courses.in_catalog.any? %}
{% for course in courses.in_catalog %} - {% unless course.properties.is_article_course %} - - {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %} - {% if current_person.properties.hide_api_certification_exam_course == false %} + {% unless course.properties.is_article_course %} + {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %} + {% if current_person.properties.hide_api_certification_exam_course == false %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% else %} + {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %} + {% unless course.progress == 100 %}
{% include "cards_course" with course %} -
- {% endif %} +
+ {% endunless %} {% else %}
{% include "cards_course" with course %} -
- {% endif %} + + {% endif %} + {% endif %} {% endunless %} {% endfor %} diff --git a/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_index.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_index.html.liquid index bfedbd70..fa21b83a 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_index.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Prod/_courses_index.html.liquid @@ -9,9 +9,18 @@ {% endif %} {% else %} -
- {% include "cards_course" with course %} -
+ {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %} + {% unless course.progress == 100 %} +
+ {% include "cards_course" with course %} +
+ {% endunless %} + {% else %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endif %} {% endunless %} {% endfor %} diff --git a/Custom_Templates/customer_templates/Walmart Luminate Prod/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Prod/_homepage_featured.html.liquid index c175ac12..c32b8185 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Prod/_homepage_featured.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Prod/_homepage_featured.html.liquid @@ -27,8 +27,8 @@ {% if is_featured %} {% assign featured_courses_count = featured_courses_count | plus: 1 %} - - {% comment %} {% if features.training_events? %} -
-
-
Upcoming Courses
-
- {% if training_events.available.any? %} - {% for training_event in training_events.available limit:1 %} - {% include "cards_training_event" with training_event %} - {% endfor %} -
- See more -
- {% else %} - {% include "training_events_zero_state" %} - {% endif %} -
-
-
+
+
+
Upcoming Courses
+
+ {% if training_events.available.any? %} + {% for training_event in training_events.available limit:1 %} + {% include "cards_training_event" with training_event %} + {% endfor %} +
+ See more +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
+
+
{% endif %} {% endcomment %} {% include "homepage_ongoing_training", items: catalog_courses %} - + {% include "homepage_topics" %} + + + {% include "footer" %} + + + + +{% if current_person.signed_in? %} + {% unless current_person.email contains "+preview" %} + {% if current_person.properties.first_time_user_popup_seen == false %} + + {% elsif current_person.properties.first_time_user_popup_seen == true %} + + {% else %} + + {% endif %} + {% endunless %} +{% endif %} + - - + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Luminate Prod/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Luminate Prod/styles.css.liquid index 66675050..13bc2a19 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Prod/styles.css.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Prod/styles.css.liquid @@ -515,7 +515,8 @@ a.np-card { } /* MODAL POPUP */ -.first-time-user-popup { +.first-time-user-popup, +.survey-popup { position: fixed; top: 0; right: 0; @@ -530,15 +531,17 @@ a.np-card { pointer-events: none; transition: 0.25s ease-out; } -.first-time-user-popup.is-active { +.first-time-user-popup.is-active, +.survey-popup.is-active { visibility: visible; opacity: 1; pointer-events: auto; } -.first-time-user-popup-container { +.first-time-user-popup-container, +.survey-popup-container { width: 100%; - max-width: 600px; + max-width: 650px; margin: auto; transform: translateY(-1em) scale(0.95); background-color: white; @@ -546,7 +549,8 @@ a.np-card { border-radius: 8px; } -.first-time-user-popup.is-active .first-time-user-popup-container { +.first-time-user-popup.is-active .first-time-user-popup-container, +.survey-popup.is-active .survey-popup-cotnainer { transform: translateY(0) scale(1); } @@ -560,6 +564,7 @@ a.np-card { .modal-links { display: flex; + justify-content:center;s } .modal-links a { @@ -592,12 +597,19 @@ a.np-card { color: #13014a; } -.first-time-user-popup-content { +.first-time-user-popup-content, +.survey-popup-content { padding: 32px 16px; } +.survey-popup-content, +.modal-survey { + height:100%; +} + @media (min-width: 768px) { - .first-time-user-popup-content { + .first-time-user-popup-content, + .survey-popup-content { padding: 32px; } diff --git a/CustomerNotes/BigIdeasLearning/BigIdeasLearning.md b/CustomerNotes/BigIdeasLearning/BigIdeasLearning.md index 97da8fc8..2acbfcc4 100644 --- a/CustomerNotes/BigIdeasLearning/BigIdeasLearning.md +++ b/CustomerNotes/BigIdeasLearning/BigIdeasLearning.md @@ -376,3 +376,18 @@ To better understand how we can make learners/teachers better and easier access DONE: Get Sophia a marketing number on usage increase between embedded and non-embedded academies. +## 10/19/2023 + +### Check in - No agenda + +*Bob has been fired. Is this the sign of a directional change?* + +* Renewal convo: + * Chris Toothman - just promoted to VP! + * Sophia Montiel + * Jason Shilt + * Suen and myself + +* Procurement time for renewals: + * In the past they took way too long + * Numbers need to be in by December diff --git a/CustomerNotes/Blacklane/Blacklane.md b/CustomerNotes/Blacklane/Blacklane.md index 12bfeaed..7a11328f 100644 --- a/CustomerNotes/Blacklane/Blacklane.md +++ b/CustomerNotes/Blacklane/Blacklane.md @@ -95,3 +95,20 @@ ILT wont work because they have to do instructor led training within a course Data Warehouse: Airflow - between warehouses. Trigger would come from warehouse that X course needs to happen because of decision Y. + +## 10/19/2023 + +### New Content Strategy with Calum and Maria + +Notes: + +* Go ahead from legal to release training to EMEA and APAC +* Can NOT be shown to American chauffeurs +* Released in real time to new chauffeurs +* Questions about interactive capabilities of Northpass + * Suggested SCORM - Articulate rise micro learning. +* Monitoring completions - is there an easy way to setup triggers? +* Missing component - existing chauffeur training. Cross over of content. +* Update exisiting content with chauffeur value content removed +* Does Course Enrollment trigger go out for a course added to a completed learning path? +* Current go-live beginning of December diff --git a/CustomerNotes/Skuid/Skuid.md b/CustomerNotes/Skuid/Skuid.md index bb79562c..61195483 100644 --- a/CustomerNotes/Skuid/Skuid.md +++ b/CustomerNotes/Skuid/Skuid.md @@ -363,3 +363,10 @@ The courses are as follows: Enrollments tab for learning path also shows 100%. I can’t seem to find the connection as to why the courses show < 100, but the learning path shows full 100%. My guess is that the learner has done the courses outside of the learning path. But then why does the learning path discover page show the progress bar of 88%. That’s the part I’m missing I think. + +## 10/19/2023 + +### Filtering Options + +* Main Page +* Search Results Page