Cleaned up todos list to make it more organized. Started updating some pipedrive templates for their team, and added a group for Zenjob's authenticated users. Chubb's Header Dropdown needed an extra space.

This commit is contained in:
Norm Rasmussen
2024-02-22 18:42:09 -05:00
parent c1d3e60f4b
commit 81c01e29a1
7 changed files with 8040 additions and 31 deletions

View File

@ -135,7 +135,7 @@
<li><a href="/app">Home</a></li> <li><a href="/app">Home</a></li>
<li><a href="/app/dashboard">Dashboard</a></li> <li><a href="/app/dashboard">Dashboard</a></li>
<li><a href="/app/catalog">Catalog</a></li> <li><a href="/app/catalog">Catalog</a></li>
<li><a href="https://chubbeducation.com/olc-info">FAQ/ User Guides</a></li> <li><a href="https://chubbeducation.com/olc-info">FAQ / User Guides</a></li>
<li><a href="https://secure.chubb.com/">Chubb Agent Portal</a></li> <li><a href="https://secure.chubb.com/">Chubb Agent Portal</a></li>
<li><a href="https://chubbeducation.com/">chubbeducation.com</a></li> <li><a href="https://chubbeducation.com/">chubbeducation.com</a></li>
</ul> </ul>

View File

@ -1,7 +1,8 @@
{% assign is_in_authenticated_group = false %} {% assign is_in_authenticated_group = false %}
{% for group in current_person.groups %} {% for group in current_person.groups %}
{% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" %} {% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" or group.name == "Internal
Zenjob Testing" or group.id == "940a5d24-32af-45f1-8ed4-8a6b4689d9c9" %}
{% assign is_in_authenticated_group = true %} {% assign is_in_authenticated_group = true %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}

View File

@ -409,3 +409,15 @@ Other question from Sophia:
* Can we print from the quiz as both instructor and student. * Can we print from the quiz as both instructor and student.
* If Learners put things in a course - like quiz submissions. * If Learners put things in a course - like quiz submissions.
## 2/22/2024
* PD is run by product
* 2024 push for deeper content, follow up training for app and enablement.
- This is geared towards customers >1 year into contract that need more enablement.
- Instead of a full training, make it more modular, smaller bites.
- "need more help with" assessment, or module design, how can we deliver that training?
- Reuben and the CS team - CSMs pushing data to what their clients want to accomplish.
- Blanket promote to all courses?
- Catalog is not turned on. Let's turn it on!
- Send email with follow up items & descriptions.

View File

@ -1,4 +1,5 @@
BASE_URL = "https://gongnxt.gainsightcloud.com/v1/ui/Relationship360?rid=" BASE_URL = "https://gongnxt.gainsightcloud.com/v1/ui/Relationship360?rid="
GONG_URLS = { GONG_URLS = {
"Walmart": "1P05THJ9MQ1NI1RKR6QQ442410ZA26YL3OOG" "Walmart": "1P05THJ9MQ1NI1RKR6QQ442410ZA26YL3OOG",
"Artera": "1P05THJ9MQ1NI1RKR6WHF2NXWEH8AAXPL2BE",
} }

View File

@ -1,20 +1,39 @@
# Random Tasks # Random Tasks
*Date is the date the task as assigned.*
## 2/20/2023 -Date is the date the task as assigned.-
* [ ] Send exec-check in for Kat/Emily ---------
* [X] Get understanding of Netradyne Enterprise pricing from Erica/Charles
* [X] Complete Lilas courses review
* [X] Get better understanding from Travis what was discussed in previous HackerRank meetings
* [X] Slack with Lila & Kat about remaining courses for review
* [ ] Confirm with Mohammed the common requests
## 2/21/2023 ## 2/20/2024
* [ ] Begin design of Luminate Learning Path completion page - [X] Send exec-check in for Kat/Emily
* [ ] Test Weglot in templates for Datasnipper - [X] Get understanding of Netradyne Enterprise pricing from Erica/Charles
* [ ] Can we adjust where the button shows up? - [X] Complete Lilas courses review
* [ ] Can we adjust dynamic elements that translate and are too long? - [X] Get better understanding from Travis what was discussed in previous HackerRank meetings
* [X] Update fonts & Continue button color for TripleSeat. - [X] Slack with Lila & Kat about remaining courses for review
- [X] Confirm with Mohammed the common requests
- [X] Send HackerRank marketing materials/one-pagers
---------
## 2/21/2024
- [ ] Begin design of Luminate Learning Path completion page
- [ ] Test Weglot in templates for Datasnipper
- [ ] Can we adjust where the button shows up?
- [ ] Can we adjust dynamic elements that translate and are too long?
- [X] Update fonts & Continue button color for TripleSeat.
---------
## 2/22/2024
- [X] Chubb Header dropdown - add space to FAQ
- [X] Submit feedback for:
- [X] Transcript page, Chubb online learning center - remove school & entire line
- [X] Check Fonts in table
- [X] Filters colors change - green highlight > Purple, and "clear all" blue > purple
- [X] No name for Kim and Jenelle, but exists for Steve. Could be based on Display Name?
FEAT: Transcripts page - Clickable courses, Export of table "proof for learner", Last activity/last progress.
- [ ] Send Sophia an overview of catalog & include Courtney on email as soft-intro.
- [ ] Update End of Quiz Screens for Courtney at BigIdeas Learning.

7976
mynvim.log Normal file

File diff suppressed because it is too large Load Diff