diff --git a/Custom_Templates/.DS_Store b/Custom_Templates/.DS_Store index 31b2e1a5..f324f433 100644 Binary files a/Custom_Templates/.DS_Store and b/Custom_Templates/.DS_Store differ diff --git a/Custom_Templates/current_templates_2-15-2024/.DS_Store b/Custom_Templates/current_templates_2-15-2024/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/Custom_Templates/current_templates_2-15-2024/.DS_Store differ diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 52508be0..479b8536 100644 Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Anthology - Production/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_account_form.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_account_form.html.liquid @@ -0,0 +1,139 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + {% t .terms_link %} + +
+
+ {% else %} +
+ + {% t .terms %} + + {% t .terms_link %} + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Anthology - Production/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_course.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_course.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_learning_path.html.liquid new file mode 100644 index 00000000..424a81ab --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_learning_path.html.liquid @@ -0,0 +1,70 @@ +
+
+
+ {{ learning_path.name }} +
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_training_event.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_training_event.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_cards_training_event.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_categories.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_description.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_course_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_course_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_events.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_header.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_course_header.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_course_header.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_course_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_course_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_outline.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_progress_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_course_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_course_progress_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Anthology - Production/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_catalog.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_courses_index.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_completed.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_index_completed.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_completed.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_courses_index_completed.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_in_prog.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_index_in_prog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_in_prog.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_courses_index_in_prog.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_dropdown_courses.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_dropdown_courses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_dropdown_courses.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_dropdown_courses.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_filter_by_category.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_filter_by_category.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_filter_by_product.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_product.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_filter_by_product.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_filter_by_product.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology - Production/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Anthology - Production/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_filter_select.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Anthology - Production/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_footer.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_footer.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_footer.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_footer.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_head.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_head.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_head.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_head.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy - Prod/_header.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid similarity index 83% rename from Custom_Templates/customer_templates/Anthology Academy - Prod/_header.html.liquid rename to Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid index 8a92c0a2..48146e4d 100644 --- a/Custom_Templates/customer_templates/Anthology Academy - Prod/_header.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid @@ -12,9 +12,68 @@ } //setTimeout(() => { //}, 500) - } + } {% else %} + + {% if current_person.properties.learner_completed_additional_info == false %} {% unless current_person.email contains '+preview-' %}
diff --git a/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid index 31d620fc..a413959c 100644 --- a/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid +++ b/Custom_Templates/customer_templates/Blacklane-Chauffeurs/auth_url_email.html.liquid @@ -20,7 +20,7 @@ type="text" name="first_name" id="learner_first_name" - value="{{ form.first_name | escape }}" + value="{{ form.first_name }}" />
@@ -32,7 +32,7 @@ type="text" name="last_name" id="learner_last_name" - value="{{ form.last_name | escape }}" + value="{{ form.last_name }}" />
@@ -44,73 +44,16 @@ type="text" name="email" id="learner_email" - value="{{ form.email | escape }}" + value="{{ form.email }}" />
-
- - -
/> - diff --git a/Custom_Templates/customer_templates/Chubb Agent Academy/_head.html.liquid b/Custom_Templates/customer_templates/Chubb Agent Academy/_head.html.liquid index 8520c521..ea3fd597 100644 --- a/Custom_Templates/customer_templates/Chubb Agent Academy/_head.html.liquid +++ b/Custom_Templates/customer_templates/Chubb Agent Academy/_head.html.liquid @@ -10,9 +10,9 @@ - + @@ -86,11 +86,11 @@ categoryFiltersArray.forEach(function(category, index) { category.textContent = category.textContent.replace('$', ''); }); - } + } } function resultCounter() { - if (window.location.pathname.includes('search')) { + if (window.location.pathname.includes('search')) { var searchCardsLenght = document.querySelectorAll('.np-search-result').length; var searchNumber = document.getElementById('search-number').innerText = searchCardsLenght; } @@ -111,4 +111,4 @@ resultCounter(); removeCertifacteeVerificationCard(); }); - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Chubb Agent Academy/transcript.html.liquid b/Custom_Templates/customer_templates/Chubb Agent Academy/transcript.html.liquid new file mode 100644 index 00000000..f40e2a14 --- /dev/null +++ b/Custom_Templates/customer_templates/Chubb Agent Academy/transcript.html.liquid @@ -0,0 +1,34 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ +{% include "footer" %} + + + diff --git a/CustomerNotes/Chubb/Chubb.md b/CustomerNotes/Chubb/Chubb.md index 06d3f4ed..b10d367f 100644 --- a/CustomerNotes/Chubb/Chubb.md +++ b/CustomerNotes/Chubb/Chubb.md @@ -81,3 +81,34 @@ Questions from Jenelle: * What date do they use to start counting the 90 days? Assignment date? Email journey deployment date? Jenelle will be working on generic courses - communication skills, intro to insurance, etc. + +## 03/14/2024 + +Soft Launch - Evening of March 22nd +Wider communication will then happen sometime after the 22nd to make sure everything is ironed out. +Brand new initiative for _all_ agents. This academy is a "nice to have" for those agents. +Used to only be available for CISA agents. +Arbitrary number: 5k sign ups before EOY. + +Other goals (Steve): +* Feed info back to marketing teams +* See where critical mass is gravitating to, what's useful etc, +* Follow up campaigns - Flood campaign and Flood module/course alignment +* Lots of dates align with marketing - 7/1 is a big date. +* Marketing metrics vary by product. The main goal is policy submissions and new policies. +* CISA - they want to get new submissions from agents. +* If an agent has submitted, that's a huge win. +* This year they are trying to track submissions. +* Courses should _not_ be used to advertise submissions or marketing stuff. +* Just like webinars, this should be 90% agnostic information and then 10% Chubb-specific. + +Plan on migrating webinar into the platform. + +Qualtrics numbers: + +* 2 check point courses with skips +* 8 people skipped the survey out of 25 completions + +Steve question about SSO: + +* How extensively can Northpass group people behind the scenes? diff --git a/Scripts/API_Tests/getuuid_from_email.py b/Scripts/API_Tests/getuuid_from_email.py index bcd9c9f1..8aaae03f 100644 --- a/Scripts/API_Tests/getuuid_from_email.py +++ b/Scripts/API_Tests/getuuid_from_email.py @@ -6,7 +6,7 @@ pp = pprint.PrettyPrinter(indent=4) BASEURL = "https://api.northpass.com/v2/people/" BASEURLNAME = "https://api.northpass.com/v2/people?filter[name][eq]=" BASEURLEMAIL = "https://api.northpass.com/v2/people?filter[email][cont]=" -APIKEY = Apikeys.DATASNIPPER +APIKEY = Apikeys.ANTHOLOGY def getfromName(BASEURLNAME, APIKEY): diff --git a/Todos.md b/Todos.md index bef1fbf9..e9e59bae 100644 --- a/Todos.md +++ b/Todos.md @@ -62,13 +62,13 @@ FEAT: Transcripts page - Clickable courses, Export of table "proof for learner", - [ ] Can a person "speak" to a KC bot? - [ ] How does KC bot search work? - [X] Will NP have improved search in 2024? Will AI be included? -- [ ] Walmart: Back button from overview page takes a while to respond. +- [X] Walmart: Back button from overview page takes a while to respond. - [X] 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 -- [ ] 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 +- [X] 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 - [X] Meet and tell CSMs. - [X] 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. @@ -125,11 +125,13 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th ## 03-13-2024 - [ ] Artera: ask for DB query of all courses in HTML formatting in spreadsheet -- [ ] Blacklane - invite Timo to sandbox -- [ ] Blacklane - Add check on login page for group, if group exists, bypass selection screen -- [ ] Blacklane - Ask if there is an endpoint that shows the courses within an LP & the order + * This may no longer be possible due to a security flaw in how we stored RTE data. +- [X] Blacklane - invite Timo to sandbox +- [X] Blacklane - Add check on login page for group, if group exists, bypass selection screen +- [X] Blacklane - Ask if there is an endpoint that shows the courses within an LP & the order - [ ] HowardHanna - Send follow up email. - [ ] SPS - Send intro to Tracy email. +## 03-14-2024 - +- [X] Chubb - Update transcripts to remove for and remove school.