diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 50052308..5ad0b89e 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/Talkspace_1099/_footer.html.liquid b/Custom_Templates/customer_templates/Talkspace_1099/_footer.html.liquid new file mode 100644 index 00000000..089b2812 --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/_footer.html.liquid @@ -0,0 +1,74 @@ + diff --git a/Custom_Templates/customer_templates/Talkspace_1099/_head.html.liquid b/Custom_Templates/customer_templates/Talkspace_1099/_head.html.liquid new file mode 100644 index 00000000..a3999518 --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/_head.html.liquid @@ -0,0 +1,11 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Talkspace_1099/_header.html.liquid b/Custom_Templates/customer_templates/Talkspace_1099/_header.html.liquid new file mode 100644 index 00000000..b52b628a --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/_header.html.liquid @@ -0,0 +1,180 @@ +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +
+ + {% if current_person.signed_in? %} + +
+ + +
+ {% else %} +
+ {% endif %} + +
+ +
+
+
+
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Talkspace_1099/dashboard.html.liquid b/Custom_Templates/customer_templates/Talkspace_1099/dashboard.html.liquid new file mode 100644 index 00000000..7df9418f --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/dashboard.html.liquid @@ -0,0 +1,40 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% comment %}{% include "sub_navigation" %}{% endcomment %} +
+ +
+
+
+
+

TALKSPACE FOUNTAIN LOGO

+

Hi {{current_person.first_name}}! 👋

+

Please complete all your 2023 Compliance Courses.

+
+
+
+ +
+
+ {% comment %}{% if features.learning_paths? %} +
+ {% t shared.learning_paths %} +
+ {% include "learning_paths_index", items: learning_paths.enrolled %} + {% endif %} +
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
{% endcomment %} + {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %} +
+ {% comment %}{% if features.training_events? %} +
+
+ {% t .upcoming_events %} +
+ {% include "training_events_dashboard" %} +
+ {% endif %}{% endcomment %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Talkspace_1099/homepage.html.liquid b/Custom_Templates/customer_templates/Talkspace_1099/homepage.html.liquid new file mode 100644 index 00000000..28602a1c --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/homepage.html.liquid @@ -0,0 +1,56 @@ +{% comment %}{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+ {{ homepage.headline }} + +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.subheadline }} +
+ + {% t .discover %} + +
+
+ +
+{% include "footer" %}{% endcomment %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Talkspace_1099/styles.css.liquid b/Custom_Templates/customer_templates/Talkspace_1099/styles.css.liquid new file mode 100644 index 00000000..951d45ee --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/styles.css.liquid @@ -0,0 +1,192 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + +/*========= Header ==========*/ +.np-header{ + background: #fff; +} + +.np-header-font-background-color{ + background: #000; +} + +@media screen and (min-width: 768px){ + .np-header { + height: 80px; + padding: 0 4%; + position: inherit; + } +} +/* ---------------------------------------------------------------------------------------------------------------- */ +/*========= Course banner==========*/ +.my-course-banner{ + position: relative; + width: 100%; + height: 150px; + background-color: #0FC1A7; + /* background-image: url(https://dvtemp.doubleverify.com/wp-content/uploads/2019/11/large-purple-v.svg); */ + /* background-repeat: no-repeat; */ +} +.my-course-banner-content{ + position: relative; + width: 1014px; + max-width: 100%; + min-height: 247px; + margin: 0 auto; + margin-top: -124px; + margin-bottom: 3rem; + padding: 33px 40px 25px; + box-sizing: border-box; + text-align: center; + background: #FFFFFF; + box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); + border-radius: 10px; +} +.my-course-banner-content p { + padding: 27px 10px 0; + text-align: center; + font-size: 18px; + line-height: 1.64em; +} +a.continue-start-btn{ + color: #14113B; + display: block; + margin: 0 0 10px; + line-height: 1em; + font-weight: bold; + letter-spacing: 0.025em; + text-indent: 2px; +} +.uk-container.school-website-course-index-list { + max-width: 1200px !important; + margin-bottom: 75px !important; +} +.school-website-course-list > li { + padding-left: 40px; + opacity: 1 !important; +} +.school-website-course-index-list .uk-width-1-1.uk-padding { + padding: 0 !important; +} +/* ---------------------------------------------------------------------------------------------------------------- */ +/*========= Buttons ==========*/ +.np-button, +.np-button-background-color{ + background: #0FC1A7 !important; +} + +.np-button-color{ + color: #0FC1A7; +} + +.np-button:hover{ + background: #263159; +} +/* ---------------------------------------------------------------------------------------------------------------- */ +/*========footer part ========*/ +.footer-main{ + background-color: #fff; + color: #fff; + padding-top: 19px; + padding-bottom: 17px; + overflow: hidden; + box-shadow: 0 -1px 2px rgba(0,0,0,0.15); +} +.footer-logo{ + text-align: left; +} +.footer-main h3{ + font-size: 16px; + line-height: 25px; + margin-bottom: 6px; + color: #fff; + font-weight: 500; +} +.footer-menu-col ul { + padding-right: 10px; + padding-left: 0; + margin-top: 10px; +} +.footer-main .footer-menu-col li { + margin-bottom: 12px; + display: list-item; + list-style-type: none; +} +.footer-main .footer-menu-col li:before{ + display: none; +} +.footer-main .footer-menu-col a { + font-size: 14px; + line-height: 21px; + color: #68667d; + transition: color .2s ease-in-out; + text-decoration: none; +} +.footer-main .footer-menu-col a:hover { + color: #fff; +} + +.footer-divder { + position: relative; + height: 197px; +} +.footer-divder:before { + content: ""; + display: block; + width: 1px; + height: 100%; + top: 5px; + left: 50%; + position: absolute; + background-color: #5e5f75; +} +.footer-form-wrap { + padding-top: 14px; + padding-bottom: 49px; +} +.footer-socials-wrap { + display: flex; + justify-content: space-between; +} +.footer-social-left { + padding-top: 12px; + margin-left: -20px; +} +.footer-social-left a { + margin-left: 20px; +} +.footer-social-right { + padding-top: 5px; + margin-right: -19px; +} +.footer-social-right a { + margin-right: 19px; +} +input.email-field{ + width: 100%; + background-color: #f9f9fa; + border: 1px solid #d5d4dc; + border-radius: 3px; + font-size: 14px; + line-height: 18px; + color: #68667d; + transition: border-color .1s ease-in-out; + display: block; + height: 40px; + padding: 0 15px; +} +.submit-btn{ + display: none; +} +.sk-branding-banner{ + display: none !important; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Talkspace NPP/.DS_Store b/Custom_Templates/customer_templates/Talkspace_NPP/.DS_Store similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/.DS_Store rename to Custom_Templates/customer_templates/Talkspace_NPP/.DS_Store diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_account_avatar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_account_avatar.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_account_avatar.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_account_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_account_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_account_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_account_form.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_account_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_account_form.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_account_form.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_account_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_account_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_account_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_cards_continuing_course.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_cards_continuing_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_cards_continuing_course.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_cards_continuing_course.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_cards_course.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_cards_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_cards_course.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_cards_course.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_cards_course_by_topic.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_cards_course_by_topic.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_cards_course_by_topic.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_cards_course_by_topic.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_cards_featured_course.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_cards_featured_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_cards_featured_course.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_cards_featured_course.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_cards_learning_path.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_cards_learning_path.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_cards_learning_path.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_cards_training_event.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_cards_training_event.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_cards_training_event.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_compliance.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_compliance.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_compliance.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_compliance.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_continue.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_continue.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_continue.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_continue.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_departmentSpecific.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_departmentSpecific.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_departmentSpecific.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_departmentSpecific.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_governance.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_governance.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_governance.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_governance.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_wellnessWorkshops.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_wellnessWorkshops.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_carousel_courses_wellnessWorkshops.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_carousel_courses_wellnessWorkshops.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_activity_locked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_activity_locked.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_activity_locked.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_activity_unlocked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_activity_unlocked.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_activity_unlocked.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_card.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_card.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_card.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_card.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_categories.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_categories.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_categories.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_categories.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_description.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_description.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_description.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_details.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_details.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_details.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_details.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_events.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_events.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_events.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_header.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_header.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_header.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_instructors.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_instructors.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_instructors.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_outline.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_outline.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_progress_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_progress_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_version_outdated_alert.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_version_outdated_alert.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_version_outdated_alert.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_course_version_outdated_popup.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_course_version_outdated_popup.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_course_version_outdated_popup.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_courses_catalog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_courses_catalog.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_courses_catalog.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_courses_index.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_courses_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_courses_index.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_courses_index.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_courses_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_courses_zero_state.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_courses_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_filter_checkbox.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_filter_checkbox.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_filter_checkbox.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_filter_dropdown.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_filter_dropdown.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_filter_dropdown.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_filter_select.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_filter_select.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_filter_select.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_filter_select.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_footer.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_footer.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_footer.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_footer.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_head.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_head.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_head.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_head.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_header.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_header.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_header.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_header_minimal.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_header_minimal.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_header_minimal.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_course.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_course.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_description.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_description.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_instructors.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_instructors.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_instructors.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_outline.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_progress_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_progress_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_path_training_session.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_path_training_session.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_learning_paths_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_learning_paths_index.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_learning_paths_index.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_messages.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_messages.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_messages.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_messages.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_progress_circle.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_progress_circle.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_progress_circle.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_search_result.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_search_result.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_search_result.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_search_result.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_search_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_search_zero_state.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_search_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_sub_navigation.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_sub_navigation.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_sub_navigation.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_events_dashboard.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_events_dashboard.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_events_dashboard.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_events_filter.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_events_filter.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_events_filter.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_events_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_events_index.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_events_index.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_events_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_events_zero_state.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_events_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_calendars.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_calendars.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_calendars.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_cta.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_date.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_date.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_date.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_description.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_description.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_details.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_details.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_details.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_header.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_header.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_more_sessions.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_more_sessions.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_more_sessions.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_training_session_tile.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_training_session_tile.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_training_session_tile.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/_widget_course_progress.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/_widget_course_progress.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/_widget_course_progress.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/account.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/account.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/account.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/account.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_email.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/auth_url_email.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/auth_url_email.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_employee.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/auth_url_employee.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/auth_url_employee.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_phone_number.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/auth_url_phone_number.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/auth_url_phone_number.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_terms.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/auth_url_terms.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/auth_url_terms.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/catalog.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/catalog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/catalog.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/catalog.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/completed-courses.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/completed-courses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/completed-courses.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/completed-courses.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/course.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/course.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/course.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/courses.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/courses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/courses.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/courses.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/dashboard.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/dashboard.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/dashboard.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/dashboard.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/forgot_password.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/forgot_password.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/forgot_password.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/forgot_password.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/homepage.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/homepage.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/homepage.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/homepage.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/learning_path.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/learning_path.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/learning_path.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/learning_path.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/learning_paths.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/learning_paths.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/learning_paths.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/learning_paths.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/login.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/login.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/login.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/login.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/master.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/master.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/master.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/master.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/not_found.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/not_found.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/not_found.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/not_found.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/reset_password.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/reset_password.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/reset_password.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/reset_password.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/search.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/search.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/search.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/search.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/sign_up.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/sign_up.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/sign_up.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/sign_up.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/styles.css.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/styles.css.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/styles.css.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/styles.css.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/training_events.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/training_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/training_events.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/training_events.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/training_session.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/training_session.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/training_session.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/training_session_attendance.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/training_session_attendance.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/training_session_attendance.html.liquid diff --git a/Custom_Templates/customer_templates/Talkspace NPP/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/unsubscribe.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Talkspace NPP/unsubscribe.html.liquid rename to Custom_Templates/customer_templates/Talkspace_NPP/unsubscribe.html.liquid diff --git a/CustomerNotes/Artera.md b/CustomerNotes/Artera.md index 5c5ad32c..129d4e47 100644 --- a/CustomerNotes/Artera.md +++ b/CustomerNotes/Artera.md @@ -7,10 +7,10 @@ Which days are best? Wed/Thursday Partnership team Other questions and known issues: * What product plan do they have? -TODO: Change Jackie the owner to schools. Add Emily and Sally to distribution list. +DONE: Jackie the owner to schools. Add Emily and Sally to distribution list. Jackie is the goto! Emily & Customer Education is the main use case. Issues other people were having: -TODO: * The comms was not updating. Specifically, an image. There is a ticket from there. November 3rd a ticket was sent. They need an update by Dec 15th. +DONE: Thecomms was not updating. Specifically, an image. There is a ticket from there. November 3rd a ticket was sent. They need an update by Dec 15th. TODO: * Auto activation with learners is not working. Fake user - Jackie Arthur, jarthur+25@wellapp.com is the fake users name. Post-Meeting Notes: diff --git a/CustomerNotes/Bolt.md b/CustomerNotes/Bolt.md index 52d88734..59016587 100644 --- a/CustomerNotes/Bolt.md +++ b/CustomerNotes/Bolt.md @@ -33,3 +33,12 @@ * If it goes well, more markets will want this training. * When everything is in-app, she's expecting higher adoption * Do African markets adopt differently during the Winter Holidays? They may not celebrate Christmas. + +## 11/28/2022 +### Post-Android Release Meeting +Release of the new courses keeps being delayed. +Bolt engineers sent video of what the in-app training looks like, but the drivers see the category of the course. However, the course category is just for Doris. The drivers should not see the category on the course overview page. +TODO: Hide category from course overview page. +Doris also getting asked about the in-app learning launch. +She asked about Crowdin - a translation service. Do we have an integration? +TODO: Research a Crowdin integration. Ask Vera what her workflow is like. diff --git a/CustomerNotes/Cluid.md b/CustomerNotes/Cluid.md index e69de29b..196c5ea4 100644 --- a/CustomerNotes/Cluid.md +++ b/CustomerNotes/Cluid.md @@ -0,0 +1,9 @@ +## 11/28/2022 +### Demo for Larger Team +Karen & Maria will be looking after L&D back into Cluid and using Northpass. +Karen will be looking at IT functionality. Maria too, but mostly Karen. +Iulian and Aodhana are on the People team (HR). +Kira is also part of this team - also part of People & Culture with Iulian. +Iulian is pronounced "Julian" +Certificates are exactly what they are looking for. New Certs are perfect for them. +Aodhana to reach out to schedule more meetings with each team. Norm to bring in Tracy to help with the account. diff --git a/CustomerNotes/Flink.md b/CustomerNotes/Flink.md index 8866fd2b..07ea508b 100644 --- a/CustomerNotes/Flink.md +++ b/CustomerNotes/Flink.md @@ -295,4 +295,4 @@ Cami has decided to keep the flow as is and not integrate Fountain with SAP. SAP Their key tech stack priorities: * SAP * SSO -TODO: Ask Rob if we can add the SAP ID (learner property) to the Looker Extract for Flink. +DONE: Ask Rob if we can add the SAP ID (learner property) to the Looker Extract for Flink. << THIS IS POSSIBLE ON ENTERPRISE >> diff --git a/CustomerNotes/LarsonTexts.md b/CustomerNotes/LarsonTexts.md index 6a1fa463..488444c3 100644 --- a/CustomerNotes/LarsonTexts.md +++ b/CustomerNotes/LarsonTexts.md @@ -105,5 +105,5 @@ Recreating the partner training, and redoing it again next month. Sophia is hope Big shift in the coming weeks. Begin planning a revenue generating professional development product. Two models are being proposed, both are asynchronous. The earliest they will discuss the gap analysis for theses initiatives if 29th, with follow up on the 5th. She will let me know on the 22nd if anything changes in their urgency and planning. ![Proposed Models](images/Larson_TrainingProposals.png) -TODO: Create a deck with all the limitations and advantages of Northpass. Due before Christmas. +DONE: reate a deck with all the limitations and advantages of Northpass. Due before Christmas. Interested in the ILTs for the synchronous model. diff --git a/CustomerNotes/Papa.md b/CustomerNotes/Papa.md index f0368ceb..832c17d0 100644 --- a/CustomerNotes/Papa.md +++ b/CustomerNotes/Papa.md @@ -173,3 +173,20 @@ Two items from Lizzy: * Items trainer needs: * Specific answers to questions * Overall score + +## 11/28/2022 +### Weekly Sync - ADP Questions +How does the integration work? Stock integration should go quicker, correct? +They are trying to figure out the difference between agents and care team people like Lizzy, Mini, etc. +Position ID in ADP? +All agents have the same position ID number. Do Mini and Lizzy have the same ID? +Do agents need learning data? What is the main objective of getting data into ADP? +Where is this need of ADP coming from? Always on the roadmap, Lizzy trying to get ahead of it. +Hopes that in the new year that there will be new trainings in Northpass and can those integrate into ADP. +Lizzy thinks it may take 8... EIGHT... weeks to get an ADP resource to help us with the integration. +Another question from Lizzy: training for content creators is next Tuesday. She wants to know: +* What prep work does she need? +* What do we have to do? +* What are the next steps? +* How to structure the training? +* Permissions? diff --git a/CustomerNotes/Talkspace.md b/CustomerNotes/Talkspace.md index b184d871..5703a1c1 100644 --- a/CustomerNotes/Talkspace.md +++ b/CustomerNotes/Talkspace.md @@ -175,4 +175,4 @@ Molly and Taylor want more control of the process. They are trying to remove Fou Angel/Jenna meeting with Integrations person. Follow up next week. TODO: Schedule Brainstorming session with Molly and Taylor for automating the Fountain > Compliance Courses. Amanda: Course setup as linear, Course example: B2B Introduction to B2B. -TODO: Schedule meeting week of 12th with Amanda. Email beforehand with homework to bring some automation ideas & systems they want to connect to. +DONE: Schedule meeting week of 12th with Amanda. Email beforehand with homework to bring some automation ideas & systems they want to connect to. diff --git a/CustomerNotes/Wildhealth.md b/CustomerNotes/Wildhealth.md index d0923570..c87aac1d 100644 --- a/CustomerNotes/Wildhealth.md +++ b/CustomerNotes/Wildhealth.md @@ -113,3 +113,17 @@ How do events affect userflow? Certifications: * Are these course based? + +## 11/28/2022 +### Document/Proposed Ideas from Mike and Abby +CMS/Resource Hub: +* Documents living in Northpass and then offered in a "resource center" in the Academy. + * Sort of like a CMS? +* People need quick reference to something like an SOP while they are _with_ a client or patient. Search is too slow. Resources lives in a folder and then accessible to the learners. Folders good for admin org, but availble to learners as well. +* Where do the docs live right now? Google Drive, lots of overlap and duplicates. People can't access them quickly enough. It needs to be accessible via Search functionality as well. +* Learners use search all the time. Search needs to really help them arrive at their required resource. +* People are both searching and going to a "resources" tab and find the activity. +* They were unaware of the search functionality finding specific activities and the ability to go to that activity. +TODO: Look into Templates and fix their search functionality. It should _only_ show activities, not courses. + + diff --git a/Scripts/API_Tests/addalltogroup.py b/Scripts/API_Tests/addalltogroup.py new file mode 100644 index 00000000..19477b8d --- /dev/null +++ b/Scripts/API_Tests/addalltogroup.py @@ -0,0 +1,44 @@ +import requests + +apiKey = "L93lGMSugtpmsBhSAkx3tei6B" + +def getallUuid(apiKey): + x = 0 + uuid = [] + while True: + x += 1 + url = f"https://api.northpass.com/v2/people?page={x}" + headers = { + "accept": "application/json", + "X-Api-Key": apiKey + } + response = requests.get(url, headers=headers) + jsonResponse = response.json() + + for id in jsonResponse["data"]: + user = id["id"] + uuid.append(user) + + if jsonResponse["links"]["next"] == "": + break + print(uuid) + +def addtoGroup(apiKey, uuid): + for x in uuid: + url = f"https://api.northpass.com/v2/people/{x}/relationships/groups" + payload = {"data": [ + { + "type": "membership-groups", + "id": "GROUP ID" + }]} + headers = { + "accept": "application/json", + "content-type": "application/json", + "X-Api-Key": apiKey + } + response = requests.post(url, json=payload, headers=headers) + jsonResponse = response.json() + print(jsonResponse) + +if __name__ == "__main__": + getallUuid(apiKey) diff --git a/Scripts/AddGroupsUsers/addgroup_users.py b/Scripts/AddGroupsUsers/addgroup_users.py index 432f157e..cae0a271 100644 --- a/Scripts/AddGroupsUsers/addgroup_users.py +++ b/Scripts/AddGroupsUsers/addgroup_users.py @@ -1,6 +1,5 @@ import requests import sys -import http import pandas as pd # Enter your API Key between the quotation marks. diff --git a/Scripts/Skuid_LPs/find_completed.py b/Scripts/Skuid_LPs/find_completed.py index 0638e8c3..7ad6ab6b 100644 --- a/Scripts/Skuid_LPs/find_completed.py +++ b/Scripts/Skuid_LPs/find_completed.py @@ -2,6 +2,39 @@ from collections import Counter import pandas as pd basecsv = "/Users/normrasmussen/Documents/Northpass/Scripts/Skuid_LPs/skuid_05lp.csv" +lpcsv = "/Users/normrasmussen/Documents/Northpass/Scripts/Skuid_LPs/skuidlps.csv" + +''' +Example multivalue dictionary + +dict = {key1: [value1, value2, value3, value4], + key2: [value5, value6, value 7], + } + +So this could be used for each learning path. In other words: + +learning_paths = {'01:Skuid Ethos' : ["Congratulations", "Create", "Skuid Resources"]} etc etc + +Ideally, we will add Alexa's "levels" in this dictionary as well. Could we do: + +learning_paths = {'Level_1': [{'01:Skuid Ethos' : ["Congratulations", "Create", "Skuid Resources"]}, + {'02:Composer' : ["Overview", "Get Started with Composer", "Manage Pages"}] + {'03:Design System Studio' : ["Get Started with Design Systems", etc etc]}, + 'Level_2': [{'10 - Data' : ["Tips to Optimize", "Smarter Conditions"]}, + {'11-Components': ["Battle", "Engage"]}, + ] + } + +How to create this by automation? +''' + +def lpLevels(lpcsv): + levels = pd.read_csv( + lpcsv, + index_col=False, + ) + print(levels.Level.unique()) # Print only unique values from the Level column + def mainFunc(basecsv): readData = pd.read_csv( @@ -27,5 +60,6 @@ def mainFunc(basecsv): # finalNames.append(name) if __name__ == "__main__": - mainFunc(basecsv) + #mainFunc(basecsv) + lpLevels(lpcsv) diff --git a/Scripts/Skuid_LPs/skuidlps.csv b/Scripts/Skuid_LPs/skuidlps.csv new file mode 100644 index 00000000..c34875b0 --- /dev/null +++ b/Scripts/Skuid_LPs/skuidlps.csv @@ -0,0 +1,43 @@ +Level,LP,Course Name +Level 1,01: Skuid Ethos - Level 1,Congratulations! You've been accepted to Skuid Skool +Level 1,01: Skuid Ethos - Level 1,Create Your Own Dev Org Environment/Install Skuid - Level 1 +Level 1,01: Skuid Ethos - Level 1,Skuid Resources +Level 1,02: Composer - Level 1,Overview of Skuid Central and Tabs - Level 1 +Level 1,02: Composer - Level 1,Get Started with the Composer - Level 1 +Level 1,02: Composer - Level 1,Manage Pages - Level 1 +Level 1,03: Design System Studio - Level 1,Get Started with Design Systems - Level 1 +Level 1,03: Design System Studio - Level 1,Configure Design Systems - Level 1 +Level 1,03: Design System Studio - Level 1,Apply Design Systems to Pages - Level 1 +Level 1,03: Design System Studio - Level 1,Manage Design Systems - Level 1 +Level 1,04: Data Sources - Level 1,Get Started with Data Sources - Level 1 +Level 1,05: Models - Level 1,Get Started with Models - Level 1 +Level 1,05: Models - Level 1,Configure Model Fields - Level 1 +Level 1,05: Models - Level 1,Configure Model Conditions - Level 1 +Level 1,05: Models - Level 1,Configure Model Actions - Level 1 +Level 1,05: Models - Level 1,Manage Models - Level 1 +Level 1,05: Models - Level 1,Intro to UI Only Fields - Level 1 +Level 1,06: Components - Level 1,Get Started with Components - Level 1 +Level 1,06: Components - Level 1,Use Components in the Composer - Level 1 +Level 1,06: Components - Level 1,Working with Tables - Level 1 +Level 1,06: Components - Level 1,Configure Basic Components - Level 1 +Level 1,06: Components - Level 1,Working with Forms - Level 1 +Level 1,07: Display Logic - Level 1,Get Started with Display Logic - Level 1 +Level 1,07: Display Logic - Level 1,Configure Display Logic Conditions - Level 1 +Level 1,07: Display Logic - Level 1,Display Logic Considerations - Level 1 +Level 1,08: Action Framework - Level 1,Get Started with the Action Framework - Level 1 +Level 1,08: Action Framework - Level 1,Configure Actions in Skuid - Level 1 +Level 1,08: Action Framework - Level 1,Execute an Action Sequence - Level 1 +Level 1,09: Deployment - Level 1,Deploying Skuid - Level 1 +Level 2,10 - Data: Level 2,Tips to Optimize Performance with Models - Level 2 +Level 2,10 - Data: Level 2,"Smarter Conditions, Smarter Data - Level 2" +Level 2,10 - Data: Level 2,Use Fields to Improve Data Quality and UX - Level 2 +Level 2,11 - Components: Level 2,Battle of the Components: Deck vs. List vs. Table - Level 2 +Level 2,11 - Components: Level 2,Engage Users with Images - Level 2 +Level 2,11 - Components: Level 2,Get Started with Data Visualizations - Level 2 +Level 2,12 - App Architecture: Level 2,"Page Relationships: Principal, Dependent, and Include - Level 2" +Level 2,12 - App Architecture: Level 2,"Give Users What They Need: Drawers, Modals, and Console Views - Level 2" +Level 2,12 - App Architecture: Level 2,5 Tips to Build Better Wizards and Process Flows - Level 2 +Level 2,13 - Logic: Level 2,Get Started with Filters - Level 2 +Level 2,13 - Logic: Level 2,The Magical World of Merge Syntax - Level 2 +Level 2,13 - Logic: Level 2,Action Framework Power Features - Level 2 +Level 2,13 - Logic: Level 2,Practical Uses for UI-Only Fields - Level 2 \ No newline at end of file diff --git a/Timetagger/_timetagger/users/norm~bm9ybQ==.db b/Timetagger/_timetagger/users/norm~bm9ybQ==.db index 33b7256a..c3c74324 100644 Binary files a/Timetagger/_timetagger/users/norm~bm9ybQ==.db and b/Timetagger/_timetagger/users/norm~bm9ybQ==.db differ diff --git a/Todos.md b/Todos.md index aff86a77..830d6591 100644 --- a/Todos.md +++ b/Todos.md @@ -1,7 +1,7 @@ * [ ] ([KeystoneRV](2022-11-22_keystonerv.md)) [10/27/2022] Are learners enrolled in Learning Paths, enrolled in all courses in the LP? Or just the first one? When does Enrollment start? -* [ ] (Talkspace) [10/27/2022] Update 2022 to 2023 on the main dashboard page - Update now +* [X] (Talkspace) [10/27/2022] Update 2022 to 2023 on the main dashboard page - Update now * [ ] (Talkspace) [10/27/2022] Setup Workflow Notifications -* [ ] (Talkspace) [10/27/2022] Turn on Workflows for Talkspace BBHR +* [X] (Talkspace) [10/27/2022] Turn on Workflows for Talkspace BBHR * [ ] (Talkspace) [10/27/2022] Get designs for Learning Path Customization & we can talk about categories * [ ] (Talkspace) [10/27/2022] Password protection for a course when prompted. * [X] (Talkspace) [10/27/2022] See if in NPP school we can remove/delete not activated people. @@ -13,15 +13,15 @@ * [ ] (Amyris) [11/08/2022] Setup Quarterly Looker Pull of MCA to be sent to Nicole. Year to Date, MCA. Next one in January. * [X] (SwiftMedical) [11/08/2022] Create Tabs & categories on catalog page - deciding on design. * [ ] (Talkspace) [11/08/2022] If a course a is at 100% and is a 1099 course, remove from dashboard -* [ ] (Talkspace) [11/08/2022] Remove Footer Completely no Dash no LPs -* [ ] (Talkspace) [11/08/2022] Add Training@talkspace.com to footer -* [ ] (Northpass) [11/09/2022] Start GrowthPass #6 +* [X] (Talkspace) [11/08/2022] Remove Footer Completely no Dash no LPs +* [X] (Talkspace) [11/08/2022] Add Training@talkspace.com to footer +* [X] (Northpass) [11/09/2022] Start GrowthPass #6 * [X] (Northpass) [11/09/2022] Complete SOC 2 Training in Northpass University for employees. * [X] (PUK) [11/09/2022] Check if we need to amend and re-send the Psychiatry-UK Agreement based on the hold until end of February. * [X] (Northpass) [11/09/2022] Talk to prouct about updating the default admin invitation email content with support links, northpass academy, etc * [X] (SPSCommerce) [11/09/2022] Create some HTML design updates for under the normal cards on the training events page. * [X] (Skuid) [11/11/2022] Send Jessica questions about who is the super admin in Hubspot and ask her to setup a private or public app for our integrations. -* [ ] (Skuid) [11/11/2022] Send Alexa the WildHealth Style report for each Learning Path as a test. +* [X] (Skuid) [11/11/2022] Send Alexa the WildHealth Style report for each Learning Path as a test. * [X] (Skuid) [11/11/2022] Ask Chris to help with Learning Paths and Skuid Reports. * [ ] (Zenjob) [11/11/2022] Ask if we can do a custom integration with Salesforce to send assignment submission pictures * [ ] (Zenjob) [11/11/2022] Can we pass information INTO a Typeform survey so that a learner doesn't have to enter their name?