From c795d4fe64e004657465450ed0f60667e91d7df9 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 23 Jan 2024 16:54:25 -0500 Subject: [PATCH] New Cin7 templates. Anthology CSV updates. --- .../Cin7 Customers/.DS_Store | Bin 0 -> 6148 bytes .../_cards_learning_path.html.liquid | 2 +- .../_course_desktop_view.html.liquid | 6 +- .../_course_progress_and_cta.html.liquid | 2 +- .../_learning_path_desktop_header.html.liquid | 14 +---- .../_my_courses_carousel.html.liquid | 4 +- .../_my_learning_paths_carousel.html.liquid | 4 +- .../Cin7 Customers/catalog.html.liquid | 8 ++- .../Cin7 Customers/course.html.liquid | 2 +- .../Cin7 Customers/dashboard.html.liquid | 16 ++--- .../Cin7 Customers/homepage.html.liquid | 37 +++++++++-- .../Cin7 Customers/learning_path.html.liquid | 2 +- .../Cin7 Customers/learning_paths.html.liquid | 4 +- .../Cin7 Customers/styles.css.liquid | 59 ++++++++++-------- .../training_events.html.liquid | 6 +- .../Anthology/anthology-parse-csv-test-2.csv | 4 ++ Scripts/API_Tests/get-group-ids.py | 2 +- Scripts/API_Tests/get_course_ids.py | 22 ++++--- 18 files changed, 116 insertions(+), 78 deletions(-) create mode 100644 Custom_Templates/customer_templates/Cin7 Customers/.DS_Store create mode 100644 CustomerNotes/Anthology/anthology-parse-csv-test-2.csv diff --git a/Custom_Templates/customer_templates/Cin7 Customers/.DS_Store b/Custom_Templates/customer_templates/Cin7 Customers/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 {% t shared.progress, count: learning_path.progress %} - + {% t shared.view %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid index 67cf0072..d51904df 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid @@ -1,7 +1,6 @@
- {% assign course_name = course.name | split: "]" %} -
{{ course_name.last }}
+
{{ course.name }}
@@ -10,8 +9,7 @@ {{ course_name.last }} {% include "course_description" %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_course_progress_and_cta.html.liquid index 1c3db9fa..29da778b 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_course_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_course_progress_and_cta.html.liquid @@ -25,7 +25,7 @@ {% else %} -
+
Learning Path: {{ learning_path.name }}
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_my_courses_carousel.html.liquid index 3d1c54e6..27052a1e 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_my_courses_carousel.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_my_courses_carousel.html.liquid @@ -11,8 +11,8 @@