From 59e9a4ae2bea4fa6c351bf1ed7fae20465f230d7 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 18 Apr 2024 18:57:55 -0400 Subject: [PATCH] Notes for Chubb and templates for Sandata and Cin7. Skuid notes, todos. --- .../_learning_path_banners.html.liquid | 2 +- ...learning_path_completed_banner.html.liquid | 6 ++- .../sign-up-follow-up.html.liquid | 25 ++++++----- CustomerNotes/Chubb/Chubb.md | 3 ++ CustomerNotes/DataSnipper/DataSnipper.md | 23 ++++++++++ CustomerNotes/Skuid/Skuid.md | 9 ++++ .../API_Tests/__pycache__/tmp.cpython-310.pyc | Bin 0 -> 1847 bytes Scripts/API_Tests/get-group-ids.py | 1 + Scripts/API_Tests/tmp.py | 26 ++++++++++++ Scripts/API_Tests/workatotest.py | 40 ++++++++++++++++++ Todos.md | 12 ++++-- 11 files changed, 130 insertions(+), 17 deletions(-) create mode 100644 Scripts/API_Tests/__pycache__/tmp.cpython-310.pyc create mode 100644 Scripts/API_Tests/tmp.py create mode 100644 Scripts/API_Tests/workatotest.py diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid index 463829eb..11a1810c 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_banners.html.liquid @@ -1,5 +1,5 @@ {% if learning_path.new_content_available? %} {% include "learning_path_new_content_banner" %} {% else %} - {% include "learning_path_completed_banner" %} + {% include "learning_path_completed_banner" %} {% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid index 1c146f6e..6771ac15 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_completed_banner.html.liquid @@ -1,4 +1,8 @@ -
+{% for category in learning_path.categories %} + {% if category.name contains "Deep Dive: Core" %} +