From a035c58c95373c9ed37baa1078df84b984d324a6 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 8 Apr 2025 10:22:57 -0400 Subject: [PATCH] Cleaned up some folders and small Walmart template changes. --- .../_training_session_status.html.liquid | 2 +- .../_catalog_categories.html.liquid | 2 +- .../_widget_course_progress.html.liquid | 3 + .../transcript.html.liquid | 14 + Scripts/.DS_Store | Bin 10244 -> 10244 bytes Scripts/API_Tests/Chubb_MCA.csv.gz | Bin 0 -> 600144 bytes Scripts/API_Tests/Client_API_Extract.csv.gz | Bin 14352 -> 600144 bytes Scripts/API_Tests/Client_File.csv.gz | Bin 14342 -> 600142 bytes Scripts/API_Tests/Untitled.ipynb | 269 -- Scripts/API_Tests/Untitled1.ipynb | 1095 ----- Scripts/API_Tests/antho_tmp.csv | 25 - Scripts/API_Tests/get_analytics_extracts.py | 30 + Scripts/G2_Unenroll/g2mca.csv | 1957 --------- Scripts/G2_Unenroll/g2mca_112122.csv | 1962 --------- Scripts/G2_Unenroll/skuid_lp.py | 27 - Scripts/Jupyter/Churned_Learners.ipynb | 2782 ------------- Scripts/Jupyter/Untitled.ipynb | 992 ----- Scripts/Jupyter/app_usage.ipynb | 1004 ----- .../Jupyter/arr_pageviews_playground.ipynb | 3594 ----------------- Scripts/Jupyter/cust_arr_usage.ipynb | 2474 ------------ Scripts/Jupyter/cust_counts.ipynb | 725 ---- Scripts/Jupyter/page_views_cats.ipynb | 524 --- Scripts/Jupyter/sketch_tests.ipynb | 1150 ------ 23 files changed, 49 insertions(+), 18582 deletions(-) create mode 100644 Scripts/API_Tests/Chubb_MCA.csv.gz delete mode 100644 Scripts/API_Tests/Untitled.ipynb delete mode 100644 Scripts/API_Tests/Untitled1.ipynb delete mode 100644 Scripts/API_Tests/antho_tmp.csv create mode 100644 Scripts/API_Tests/get_analytics_extracts.py delete mode 100644 Scripts/G2_Unenroll/g2mca.csv delete mode 100644 Scripts/G2_Unenroll/g2mca_112122.csv delete mode 100644 Scripts/G2_Unenroll/skuid_lp.py delete mode 100644 Scripts/Jupyter/Churned_Learners.ipynb delete mode 100644 Scripts/Jupyter/Untitled.ipynb delete mode 100644 Scripts/Jupyter/app_usage.ipynb delete mode 100644 Scripts/Jupyter/arr_pageviews_playground.ipynb delete mode 100644 Scripts/Jupyter/cust_arr_usage.ipynb delete mode 100644 Scripts/Jupyter/cust_counts.ipynb delete mode 100644 Scripts/Jupyter/page_views_cats.ipynb delete mode 100644 Scripts/Jupyter/sketch_tests.ipynb diff --git a/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid b/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid index 78506672..5077bcb8 100644 --- a/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid +++ b/Custom_Templates/customer_templates/BuilderTrend External/_training_session_status.html.liquid @@ -7,7 +7,7 @@ + {% comment %} {% endcomment %} {% unless uniq_cats contains category.name %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid index ea578c11..2db3ec3d 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_widget_course_progress.html.liquid @@ -19,15 +19,18 @@ {% for course in courses.enrolled %} {% assign countTotal = countTotal | plus: 1 %} {% if course.progress == 100 %} + {% assign countComplete = countComplete | plus: 1 %} {% endif %} {% if course.progress > 0 and course.progress < 100 %} + {% assign countInProgress = countInProgress | plus: 1 %} {% endif %} {% if course.progress == 0 %} {% assign countNotStarted = countNotStarted | plus: 1 %} {% endif %} {% endfor %} +