{% 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 %}
-
+ {% if training_events.available.any? %}
+ {% for training_event in training_events.available limit:1 %}
+ {% include "cards_training_event" with training_event %}
+ {% endfor %}
+
{% endif %} {% endcomment %}
{% include "homepage_ongoing_training", items: catalog_courses %}
-
+
{% include "homepage_topics" %}
+
+
+
{% include "footer" %}
+
+
+
+
+ {% if current_person.first_name %}👋 Hi, {{ current_person.first_name }}!{% endif %}
+ Welcome to Walmart Luminate Learning! Can we help you get familiar with the site?
+
+ No thanks! I can figure it out.
+
+ {% if current_school.id == "10183441-2254-4b1e-a9f7-9549ca773257" %}
+ {% comment %} LIVE SCHOOL {% endcomment %}
+ Sure! Show me around.
+ {% elsif current_school.id == "804edb32-c300-42f3-82b7-e5d55fcbc2a6" %}
+ {% comment %} SANDBOX SCHOOL {% endcomment %}
+ Sure! Show me around.
+ {% endif %}
+
+
+
+{% 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