Chubb notes and another update for Headway's templates.

This commit is contained in:
Norm Rasmussen
2024-02-29 22:27:23 -05:00
parent 1184fe0cd1
commit e2e58399f5
3 changed files with 64 additions and 5 deletions

View File

@ -36,13 +36,13 @@
- [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.
- [X] Update End of Quiz Screens for Courtney at BigIdeas Learning.
- [ ] Submit ticket for MATTR's requests: full-screen SCORM, progress bar not showing everything
## 02-23-2024
- [X] HackerRank - Publish and force retakes on all courses in their LP.
- [ ] Move HackerRank to old publishing.
- [X] Move HackerRank to old publishing.
- [ ] Anthology - Test products on Dashboard with *only* Line images and Text product.
- [ ] Anthology - Add Properties Updates to CSV Workflow.
@ -65,3 +65,21 @@ FEAT: Transcripts page - Clickable courses, Export of table "proof for learner",
- [ ] Walmart: Back button from overview page takes a while to respond.
- [ ] Mattr: Research [Avner's Slack
message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?thread_ts=1709081535.497109&cid=C04RER4PH09) on how they can grade a coding assignment in or out of CE.
## 02-29-2024
- [ ] Renewal Tracker Tasks - start with Q2:
- [ ] Meet and tell CSMs.
- [ ] CSMs to enter at least one above the line contact - if multiple, choose highest
- [ ] Assign buddy as per Kat's message. Buddy's do not need to be notified.
- [ ] Buddy is to ask for renewal sentiment. "Is there anything we need to be aware of for renewal?" Check LinkedIn for contacts.
- [ ] Q2 finished by second week of March to give us enough time to plan/react --> Q3 - let's focus on getting these out by end of March --> Q4 - End of April
- [ ] Standard ghost follow up every 2 weeks.
- [ ] StopItSolutions, change button destination depending on property. Code block below is how you'd run it after page load and where the custom property lives.
```html
<script>
window.addEventListener("DOMContentLoaded", function() {
console.log("The person's company is: "+window.serviceLearningProps.customProperties.personProperties.data.attributes.customized_properties.company)
}, false);
</script>
```