diff --git a/Custom_Templates/customer_templates/DataSnipper/_cards_course.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_cards_course.html.liquid
index caab681d..ab52ec9f 100644
--- a/Custom_Templates/customer_templates/DataSnipper/_cards_course.html.liquid
+++ b/Custom_Templates/customer_templates/DataSnipper/_cards_course.html.liquid
@@ -1,7 +1,7 @@
{% capture course_path %}
{% route course, id: course.id %}
{% endcapture %}
-
+
{% endfor %}
@@ -21,7 +23,7 @@
What is your learning style?
-
+
Reset all Filters
@@ -66,7 +68,7 @@
width: 0;
}
- .filter-item .checkmark {
+ .filter-item .filter-checkmark {
position: absolute;
top: 3px;
left: 0;
@@ -77,17 +79,17 @@
border-radius: 4px;
}
- .filter-item .checkmark:after {
+ .filter-item .filter-checkmark:after {
content: "";
position: absolute;
display: none;
}
- input:checked ~ .checkmark:after {
+ input:checked ~ .filter-checkmark:after {
display: block;
}
- .filter-item .checkmark:after {
+ .filter-item .filter-checkmark:after {
left: 8px;
top: 3px;
width: 5px;
@@ -116,18 +118,64 @@
diff --git a/Custom_Templates/customer_templates/WSGC - Post-New Hire/_featured_courses.html.liquid b/Custom_Templates/customer_templates/WSGC - Post-New Hire/_featured_courses.html.liquid
index bb52a703..dcf260ac 100644
--- a/Custom_Templates/customer_templates/WSGC - Post-New Hire/_featured_courses.html.liquid
+++ b/Custom_Templates/customer_templates/WSGC - Post-New Hire/_featured_courses.html.liquid
@@ -1,4 +1,5 @@
{% for course in courses.in_catalog %}
+ {% comment %} Change to courses.enrolled {%endcomment%}
{% for category in course.categories %}
{% if category.name contains "Featured Courses" %}
diff --git a/Todos.md b/Todos.md
index 7964ef81..5d182617 100644
--- a/Todos.md
+++ b/Todos.md
@@ -426,3 +426,11 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
Nextweek deadline
Run lighthouse on anthology templates and find list of things that need to be improved
+
+## 10-08-2024
+- [ ] WSGC - Add logic for [IC] in group name
+- [ ] WSGC - Change holiday course from catalog to enrolled
+- [ ] WSGC - Test iFrame (check Gong recordings)
+- [ ] Luminate - Search results in Canada not working
+- [ ] Spark - Enable search functionality
+- [X] DataSnipper - Figure out logic for filters function