diff --git a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid index f30fe073..4aac7a55 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid @@ -33,6 +33,9 @@ {% include "header" %} +
+ {% include "sub_navigation" %} +
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
@@ -53,9 +56,6 @@ {% comment %} {% include "browse_by_product" %} {% endcomment %} -
- {% include "sub_navigation" %} -
@@ -332,10 +332,6 @@ margin-top: none; } - .mobile-subnav{ - display: none; - } - .search-and-filter-component{ align-items: center; flex-direction: row; diff --git a/Custom_Templates/customer_templates/DataSnipper/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_learning_paths_index.html.liquid new file mode 100644 index 00000000..b264787c --- /dev/null +++ b/Custom_Templates/customer_templates/DataSnipper/_learning_paths_index.html.liquid @@ -0,0 +1,15 @@ +
+ {% if items.any? %} + {% assign sorted_items = items | reverse %} + {% for learning_path in sorted_items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Skuid_Sandbox/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Skuid_Sandbox/_carousel_courses.html.liquid index 31cde206..816507cd 100644 --- a/Custom_Templates/customer_templates/Skuid_Sandbox/_carousel_courses.html.liquid +++ b/Custom_Templates/customer_templates/Skuid_Sandbox/_carousel_courses.html.liquid @@ -56,7 +56,7 @@ $(document).ready(function(){ } } ] - }); + }); }); - - \ No newline at end of file + + diff --git a/Scripts/API_Tests/add-pgaids.py b/Scripts/API_Tests/add-pgaids.py index a5fb8f86..defbc958 100644 --- a/Scripts/API_Tests/add-pgaids.py +++ b/Scripts/API_Tests/add-pgaids.py @@ -4,7 +4,7 @@ from pathlib import Path import Apikeys import os -basefile = "/Users/normrasmussen/Downloads/mizuno-may-completions.csv" +basefile = "/Users/normrasmussen/Downloads/mizuno-june-completions.csv" api_key = Apikeys.MIZUNO uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]=" prop_url = "https://api.northpass.com/v2/properties/people/" @@ -51,7 +51,7 @@ def load_file(basefile): completions = completions[completions["userid"] != "0"] # completions = completions.iloc[:, 0:] completions.to_csv( - "/Users/normrasmussen/Downloads/Mizuno-May2024-with-PGAID.csv", + "/Users/normrasmussen/Downloads/Mizuno-June2024-with-PGAID.csv", index=False, ) diff --git a/Todos.md b/Todos.md index 5f24c922..431f6a71 100644 --- a/Todos.md +++ b/Todos.md @@ -356,3 +356,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th - [ ] Walmart - Add visuals to instructions for single activity - [X] Walmart - Change accordion in video activities to new accordion. + +## 07-01-2024 + +- [ ] Datasnipper, look up webhook ID: 3a33b194-c51c-40aa-98c1-d477f6ca4dda