From 1ed572ac8823eb202ade1fb569d1cec9dabd727c Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 1 May 2024 17:28:57 -0400 Subject: [PATCH] Created new script to mass delete people. Added some notes. --- ...learning_path_completed_banner.html.liquid | 6 ++- CustomerNotes/Pipedrive/Pipedrive.md | 38 ------------------ CustomerNotes/Sandata/Sandata.md | 16 ++++++++ CustomerNotes/Walmart_Volt/Volt.md | 7 ++++ Scripts/API_Tests/add-pgaids.py | 6 +-- .../mass_delete_learners_based_on_group.py | 40 +++++++++++++++++++ Scripts/clone_courses.js | 2 +- Todos.md | 6 +++ 8 files changed, 78 insertions(+), 43 deletions(-) create mode 100644 CustomerNotes/Walmart_Volt/Volt.md create mode 100644 Scripts/API_Tests/mass_delete_learners_based_on_group.py diff --git a/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_completed_banner.html.liquid index 1c146f6e..6771ac15 100644 --- a/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_completed_banner.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Internal Academy/_learning_path_completed_banner.html.liquid @@ -1,4 +1,8 @@ -
+{% for category in learning_path.categories %} + {% if category.name contains "Deep Dive: Core" %} +