From 662ea94761691a99892eb84c74a7c697f0b5901d Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 10 Jul 2023 21:48:07 -0400 Subject: [PATCH] Notes changes, a few templates. --- .../customer_templates/customcss.js | 26 ++++++++++++++ CustomerNotes/G2.md | 4 +-- CustomerNotes/SPSCommerce.md | 2 +- CustomerNotes/Wildhealth.md | 4 +-- TodoList.md | 34 +++---------------- 5 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 Custom_Templates/customer_templates/customcss.js diff --git a/Custom_Templates/customer_templates/customcss.js b/Custom_Templates/customer_templates/customcss.js new file mode 100644 index 00000000..b84d2922 --- /dev/null +++ b/Custom_Templates/customer_templates/customcss.js @@ -0,0 +1,26 @@ + window.addEventListener('load', function () { + const callback = function(mutationList, observer) { + if ( + document.querySelectorAll(".transcriptToggle").length > 0 && + document.querySelectorAll(".transcriptContent").length > 0 + ) { + var acc = document.getElementsByClassName("transcriptToggle") + toggleAccordions(acc) + } + + function toggleAccordions(acc) { + var i + for (i = 0; i < acc.length; i++) { + acc[i].addEventListener("click", function () { + this.classList.toggle("open") + var panel = this.nextElementSibling + if (panel.style.maxHeight) { + panel.style.maxHeight = null + } else { + panel.style.maxHeight = panel.scrollHeight + "px" + } + }) + } + const observer = new MutationObserver(callback); + observer.observe(targetNode, config); + }}} diff --git a/CustomerNotes/G2.md b/CustomerNotes/G2.md index d8971626..f85e2999 100644 --- a/CustomerNotes/G2.md +++ b/CustomerNotes/G2.md @@ -315,7 +315,7 @@ DONE: Send Katlin and Erin examples of customized login pages, forms, learning p ## 04/04/2023 -DONE: Reach out to Katlin regarding admin/embedded. +DONE: Reach out to Katlin regarding admin/embedded[.](2023-07-10_..md) ## 05/24/2023 @@ -323,5 +323,5 @@ Feedback from Testing: * Quiz Fonts. Example: Intro to G2 L2. Activity: G2 Overview Quiz * Highlighted Quiz answer: Buyer Intent Integrations, Sales Engagement Quiz -TODO: Archive the Review Tracking & Marketing Content course and turn off script (Austin) +DONE: Archive the Review Tracking & Marketing Content course and turn off script (Austin) DONE: Enable Footer & share screenshots with Erin for decision. diff --git a/CustomerNotes/SPSCommerce.md b/CustomerNotes/SPSCommerce.md index ed291068..2941bf18 100644 --- a/CustomerNotes/SPSCommerce.md +++ b/CustomerNotes/SPSCommerce.md @@ -132,4 +132,4 @@ Borders in tables _can_ be hidden! Add this code to your table in HTML: ## 05/24/2023 Kayla on Vacation May 30th - June 2nd -TODO: Send open academies for her to review. +DONE: Send open academies for her to review. diff --git a/CustomerNotes/Wildhealth.md b/CustomerNotes/Wildhealth.md index 57c16ef0..88ea6909 100644 --- a/CustomerNotes/Wildhealth.md +++ b/CustomerNotes/Wildhealth.md @@ -197,5 +197,5 @@ This previously worked. ### Trei & Analytics Updated Abby on LPs, Certs, eCommerce and road map -TODO: Get Abby a list of requirements for design of certs -TODO: Create Assignments Analytics for Google Sheets. +DONE: Get Abby a list of requirements for design of certs +DONE: Create Assignments Analytics for Google Sheets. diff --git a/TodoList.md b/TodoList.md index 13318974..67b3b0fe 100644 --- a/TodoList.md +++ b/TodoList.md @@ -1,31 +1,5 @@ -# General To-do List +# Todo List -DONE: Work with Tracy to create a Confluence Document Illustrating the different Manager Permissions and what the app looks like with those permissions. -DONE: Get Chris to create Tracy's Dashboard in Hubspot. -DONE: Train Courtney on: Automation, Apps, Analytics, Templates & Design -DONE: Intro Tracy to new clients (see Tracy's slack) -DONE: Start Implementation Channel, tell everyone that if Patrycja USED to be involved in a client that is now launched and the client reaches out to you and Patrycja, don't expect her to reply. If she has some technical knowledge about the account, then please reach out to her but as for SE tasks, someone else should be doing them. - -DONE: Financial Times outreach with new CSM. They asked for Account Manager. -DONE: Intro 4Pillars with Nergis -DONE: Intro Kiwi with Nergis -DONE: Psychiatry-UK Feb 22nd Intro -DONE: Email Pete saying everything is done cc Patrycja. -DONE: Email Cloudicity that they need to go to OpenSesame for a la carte pricing. - - -Cloudticity: - -Wants to pay for a la carte courses with OS. -5 courses max to keep - maybe 1 rotating course? -35 people - what is the cost pp and what would the contract cost be -Example: Workplace harassment, HIPAA security and privacy, Cybersecurity Awareness training -This is forecasting out for October 2023. -End of February latest. - -Some hiccups: - -* Course tracking with BBHR. - - -DONE: Comp sheet for reviews: Tracy: Magis; Nergis: Shipt, Norm: SPS +TODO: Aiim - Find out if we can mass import quizzes. 150 questions and answers. +TODO: G2 - Reach out and ask if everyone who is new to the academy is also in Marketo. +TODO: G2 - Send Erin a quick synopsis of how people who complete courses outside of learning path will have them marked as complete inside learning path.