Notes changes, a few templates.
This commit is contained in:
26
Custom_Templates/customer_templates/customcss.js
Normal file
26
Custom_Templates/customer_templates/customcss.js
Normal file
@ -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);
|
||||
}}}
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
34
TodoList.md
34
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.
|
||||
|
||||
Reference in New Issue
Block a user