From 1ca3e78eda6e90b34101f92551e4e94f5671988c Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 10 Jun 2024 19:23:16 -0400 Subject: [PATCH] Luminate Sandbox updates. Todos. Updated cloning courses for Anthology. New Bulk Delete script. Just need to add some functions. --- .../_cards_course.html.liquid | 16 +- .../_course_desktop_view.html.liquid | 2 +- .../_course_progress_and_cta.html.liquid | 6 +- .../homepage.html.liquid | 32 ++-- Scripts/API_Tests/bulk_delete.py | 55 +++++++ Scripts/clone_courses.js | 146 +++--------------- Todos.md | 23 ++- 7 files changed, 125 insertions(+), 155 deletions(-) create mode 100644 Scripts/API_Tests/bulk_delete.py diff --git a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_cards_course.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_cards_course.html.liquid index 2bd8026a..701bd2e0 100644 --- a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_cards_course.html.liquid @@ -28,21 +28,27 @@
{{course.properties.course_length}}
{% endif %} - + {% else %}
{% endif %} - {% include "sub_navigation" %} - + {% include "homepage_featured", items: catalog_courses %}
@@ -105,11 +105,11 @@
{% include "cards_learning_path_progress" %}
- + {% endif %} {% endif %} {% endfor %} - + {% if lps_in_progress > 0 %}
See more @@ -124,10 +124,10 @@
- + {% endif %} - + {% comment %} {% if features.training_events? %} @@ -153,7 +153,7 @@ {% include "homepage_ongoing_training", items: catalog_courses %} - + {% include "homepage_topics" %}