diff --git a/CustomerNotes.md b/CustomerNotes.md index 3a3aa531..50df218f 100644 --- a/CustomerNotes.md +++ b/CustomerNotes.md @@ -126,6 +126,41 @@ Molly should not have access to course Marketplace # DoubleVerify - google sheets formula to add True/False to a cell if previous cell has a DV email or not - =IF(REGEXMATCH(B4, "@doubleverify"), True, False) +## Meeting with Mark Protus, New SVP of L&D +Questions about usability +Do we have a common database or individual databases per customer? + - common + +Thinks the user experience isnt the best, espeically as it relates to SCORM +Conflicting table of contents with SCORM files +Both have Continue buttons at the bottom of the screen which is confusing +They refuse to put in milestones for some reason +- [ ] How can we provide the smoothest SCORM format and experience? +- [ ] Send him best practices for SCORM files + +Shot down my questions about what HIS ideal SCORM experience is. +What settings need to be set to export and allow auto-full screen in SCORM? +Best Practices for SCORM? Whta are other clients doing +Share as many best practices. + +They are moving in the direction of SCORM only +And a microlearning approach +From a learner's perspective, if he's authenticated as himself, how can we serve up perscriptive learning? + +Other things to share: +- [ ] Screenshots of other academies +- [ ] Vidyard + +Send best practices +Examples - vineyard recordings +What are other enterprise clients doing that’s successful? +TOC and Continue buttons are confusing +Same with surveys - continue button is confusing +New browser window - +They cannot check if they actually completed the SCORM package or not +How to check in analytics +He wants to add timeframe for when they have to complete next training? +Quizzes - how can we take out SCORM data? # Dept Agency @@ -582,3 +617,81 @@ If non-value users are allowed in, how do we keep out competitors? * Whenever something is changed in their system, auto updated (i.e. someone changes departments) +# Larson Texts + +3 Points for our Meeting + - Analytics + - First back to school season, in October post-mortem report on how year one went + - Wants to discuss data points that would lead to ROI and KPI + - Survey or NPS scores + - Email other important metrics for analysis + - These numbers are very low compared to the number of people invited + - The number of groups is the number of total invited groups/clients + - People can opt out, + +Flow: + Auto email goes out with a description of how to get into the academy + No one clicks + 110 clients have been invited and each client is a districts + Each district could be 2 people or 30 people + Are they enabling their distcits to forward the emails along? + + +Suggestions: + o + +# Hello Insights +Paula is main POC +"Fastest purchase of a new platform" + +## Kick off Call Notes +- Paula: admin, poc, content and structure of groups. main admin +- Tim: Product, overall strategy, creating space for Andres (Designer) +- Andres: Product Designer, UI and design, aligns with brand guidelines, working without engineering team +- Jaime: Front end developer, main features of front end of application +- Daniel: Engineering Director, SSO, support for engineering + +Paula's priority is to get it up and running, she wants to migrate content +Integration and Working the way they want to + +Phase 1: End of Phase 1 should be top level nav with a user logged in should see dashboard, reports, etc. +Learning Center > Northpass > Resources +View port is something to deal with +Out of the box UX, then determine what layers need to go in there +Mid to late September is Phase 1 - Early October is when users will be onboarded +Phase 1 UX: Login to HI and they are on their dashboard, top level nav is still in HI +Click Learning, Active State indicator, +Learning should be accessible to non-members + +Is HI an identity provider? They store passwords in postgres, unsure about SSO/IDP +Self sign up users need access to learners + +Paula's plans to get content: they have courses and PPTs, recorded PPTs and videos +They have placeholders to throw in there +On launch, some basic courses, 2-6 courses +LMS system with just "getting started" "plan your journey" etc. +While those get up and running she will start to populate with deeper content +What courses support the user's journey in the platform? +Categories and Subcategories +Role, member journey, group, contract, etc + +*Design/Andres:* +Needs to design the things that will be added to Northpass +Strokes, columns, etc +They want to make sure that what the "headless" look and feel like + +Phase 2: taking certain components out of Northpass and then embedding into Hello Insight experience + +Tim: Next week is a big SSO hand-off tech week for HI +Design and elements need to be understood +Paula needs to chat with design + +Paula: +What are our options to give people a bunch of downloadable PDFs? +How about a course with just a single video? +What options do we have? + +Share some examples + +Include Andres with any Paula conversation + diff --git a/NP_Custom_Templates/customer_templates/Kitman Labs/.DS_Store b/NP_Custom_Templates/customer_templates/Kitman Labs/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/NP_Custom_Templates/customer_templates/Kitman Labs/.DS_Store differ diff --git a/NP_Custom_Templates/customer_templates/Kitman Labs/_header.html.liquid b/NP_Custom_Templates/customer_templates/Kitman Labs/_header.html.liquid index 888339d1..c6640609 100644 --- a/NP_Custom_Templates/customer_templates/Kitman Labs/_header.html.liquid +++ b/NP_Custom_Templates/customer_templates/Kitman Labs/_header.html.liquid @@ -22,21 +22,15 @@ {% endif %} - {% if current_school.logo_url %}

{{ current_school.name }}

- {% else %} - - {{ current_school.name }} - - {% endif %}
-{% include "footer" %}{%endcomment%} \ No newline at end of file +{% include "footer" %}{%endcomment%} diff --git a/NP_Custom_Templates/customer_templates/Kitman Labs/homepage.html.liquid b/NP_Custom_Templates/customer_templates/Kitman Labs/homepage.html.liquid index 692afcf5..b0b54538 100644 --- a/NP_Custom_Templates/customer_templates/Kitman Labs/homepage.html.liquid +++ b/NP_Custom_Templates/customer_templates/Kitman Labs/homepage.html.liquid @@ -15,15 +15,15 @@ {% else %}
- Hi {{ current_person.first_name }}, how is the weather in Warrington, England? + Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?
Here is the training you are eligible for in your role as @@ -38,25 +38,30 @@
@@ -121,7 +126,7 @@ } main { - background: linear-gradient(145deg, #635bff, #b10bdf, #f52558, #48d4ff, #f9b45e); + background: linear-gradient(145deg, #032B67, #285F85, #428399, #4E95A3, #FFFFFF); background-size: 400% 350%; animation: gradient 15s ease-in-out infinite; height: 75vh; diff --git a/NP_Custom_Templates/customer_templates/Kitman Labs/partner-certs.html.liquid b/NP_Custom_Templates/customer_templates/Kitman Labs/partner-certs.html.liquid index 272777e5..b6949ff8 100644 --- a/NP_Custom_Templates/customer_templates/Kitman Labs/partner-certs.html.liquid +++ b/NP_Custom_Templates/customer_templates/Kitman Labs/partner-certs.html.liquid @@ -2,7 +2,7 @@ {% include "sub_navigation", current_page: "/app/partner-certs" %}

- Partner Certification Courses + Certification Courses

{% capture subtitle_text %} @@ -14,4 +14,4 @@
{% include "courses_partnercerts_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
-{% include "footer" %} \ No newline at end of file +{% include "footer" %} diff --git a/NP_Custom_Templates/customer_templates/Kitman Labs/partner-training.html.liquid b/NP_Custom_Templates/customer_templates/Kitman Labs/partner-training.html.liquid index e6d10e58..cc35698b 100644 --- a/NP_Custom_Templates/customer_templates/Kitman Labs/partner-training.html.liquid +++ b/NP_Custom_Templates/customer_templates/Kitman Labs/partner-training.html.liquid @@ -2,7 +2,7 @@ {% include "sub_navigation", current_page: "/app/partner-training" %}

- Partner Training Courses + Knowledge

{% capture subtitle_text %} @@ -14,4 +14,4 @@
{% include "courses_partnertraining_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
-{% include "footer" %} \ No newline at end of file +{% include "footer" %} diff --git a/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation.html.liquid b/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation.html.liquid index b432c10b..6f629aec 100644 --- a/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation.html.liquid +++ b/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation.html.liquid @@ -1,13 +1,12 @@ diff --git a/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation_item.html.liquid b/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation_item.html.liquid new file mode 100644 index 00000000..1d4eddd6 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/Larson_Texts/_sub_navigation_item.html.liquid @@ -0,0 +1,21 @@ +
+ + +
+ {{ label }} +
+
+
+
+ + diff --git a/NP_Custom_Templates/customer_templates/Omnisend/.DS_Store b/NP_Custom_Templates/customer_templates/Omnisend/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/NP_Custom_Templates/customer_templates/Omnisend/.DS_Store differ diff --git a/NP_Custom_Templates/customer_templates/Omnisend/_footer.html.liquid b/NP_Custom_Templates/customer_templates/Omnisend/_footer.html.liquid index 6e5108f6..459c50e5 100644 --- a/NP_Custom_Templates/customer_templates/Omnisend/_footer.html.liquid +++ b/NP_Custom_Templates/customer_templates/Omnisend/_footer.html.liquid @@ -7,7 +7,7 @@ - + - {% assign course_order = courses.in_catalog | where: 'properties', "course_order" %} - {{ course_order }} {% if courses.in_catalog.any? %} -