Compare commits
2 Commits
7ec7c9778f
...
136bbead7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 136bbead7e | |||
| 3f9932c078 |
@ -115,6 +115,25 @@
|
||||
{% include "filtered_courses_tray", category_name: school_category %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% comment %} SAFETY {% endcomment %}
|
||||
{% for school_category in school_categories %}
|
||||
{% if school_category == "Contacting Customers" %}
|
||||
<div class="np-category-card" data-category='{{school_category | replace: " ", "-" | downcase }}'>
|
||||
<div class="np-category-card-content-wrapper">
|
||||
<div class="np-category-card-img">
|
||||
<img src="https://cdn.northpass.io/walmart/category-safety-icon.webp" width="61" height="60" alt="Safety Icon">
|
||||
</div>
|
||||
<div class="title-wrapper">
|
||||
<div class="labels-wrapper">
|
||||
<div class="label label-green new-topic-label">New</div>
|
||||
</div>
|
||||
<div class="np-category-title">{{school_category}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<i class="fas fa-chevron-right"></i></div>
|
||||
{% include "filtered_courses_tray", category_name: school_category %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% comment %} NON SPECIFIED {% endcomment %}
|
||||
{% for school_category in school_categories %}
|
||||
|
||||
14
Tasks.md
14
Tasks.md
@ -1,9 +1,11 @@
|
||||
# Tasks and Todos
|
||||
|
||||
# Seismic
|
||||
* Content Syndication issues - how to share content if each bucket is content based?
|
||||
|
||||
## Nintex
|
||||
- [ ] Certs need to be updated - likely just the CEOs signature.
|
||||
|
||||
- [ ] Figure out if Outlook365 link can be inserted into notification emails.
|
||||
- [X] Figure out if Outlook365 link can be inserted into notification emails.
|
||||
* This is the url from the button on the session page: `https://outlook.office.com/calendar/0/deeplink/compose?path=/calendar/action/compose&rru=addevent&subject=session+error+test&startdt=2026-08-01T13%3A00%3A00Z&enddt=2026-08-01T13%3A45%3A00Z&body=To+read+more+about+this+session%2C+please+visit%3A+%3Ca+href%3D%22https%3A%2F%2Fnormsandbox.northpass.com%2Ftraining_sessions%2Fb9e26ea4-1e6a-4d7f-8a7d-d7eb3a572d10%22%3Esession+error+test%3C%2Fa%3E&location=https%3A%2F%2Fattendee.gotowebinar.com%2Fregister%2F5488234718167782496`
|
||||
*
|
||||
|
||||
@ -13,7 +15,7 @@
|
||||
## Arbor Education
|
||||
|
||||
### Tasks
|
||||
- [ ] Send email to Laura and Desma (with Sreshta) explaining what needs to be done for the self-reg project. - 07-14-2025
|
||||
- [X] Send email to Laura and Desma (with Sreshta) explaining what needs to be done for the self-reg project. - 07-14-2025
|
||||
|
||||
### Completed
|
||||
- [X] Move academy to open access & upload domain blocking code - 04-22-2025
|
||||
@ -25,7 +27,7 @@
|
||||
## Artera
|
||||
|
||||
### Tasks
|
||||
- [ ] Submit TMR for Skilljar demo for the week of August 25th. Include Sally and Emily - 07-07-2025t
|
||||
- [X] Submit TMR for Skilljar demo for the week of August 25th. Include Sally and Emily - 07-07-2025t
|
||||
|
||||
### Notes
|
||||
|
||||
@ -62,8 +64,8 @@
|
||||
|
||||
|
||||
## DeepL
|
||||
- [-] Provide clients ability to easily access Spotlights feature.
|
||||
- [ ] Sort order of the resources (only) based on 1. date published or 2. Ribbon == new.
|
||||
- [X] Provide clients ability to easily access Spotlights feature.
|
||||
- [X] Sort order of the resources (only) based on 1. date published or 2. Ribbon == new.
|
||||
- [X] Investigate what the url category filtering is and see if it works with DeepL's custom templates.
|
||||
|
||||
### Completed
|
||||
|
||||
Reference in New Issue
Block a user