larson, omni, kitman

This commit is contained in:
Norm Rasmussen
2022-07-14 18:51:13 -04:00
parent 19c8e1974c
commit 76fb78c989
13 changed files with 182 additions and 61 deletions

View File

@ -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 thats 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

Binary file not shown.

View File

@ -22,21 +22,15 @@
</button>
{% endif %}
</div>
{% if current_school.logo_url %}
<h1 class="np-header-logo">
<a href="{% route home %}">
<img
alt="{{ current_school.name }}"
class="np-header-logo-image"
src="{{ current_school.logo_url }}"
src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Kitman+Labs+Logo.png"
/>
</a>
</h1>
{% else %}
<a href="{% route home %}" class="np-school-name np-header-font-color">
{{ current_school.name }}
</a>
{% endif %}
<div class="np-hidden-mobile np-header-desktop-nav">
<ul class="np-header-desktop-nav-list">

View File

@ -1,11 +1,12 @@
<nav class="np-sub-navigation">
<div class="np-sub-navigation-content">
{% comment %} . {% include "sub_navigation_item", label: "All Courses", icon: "fa fa-book-open", url: '/app/courses' %} {% endcomment %}
{% include "sub_navigation_item", label: "Partner Training", icon: "fa fa-tasks", url: "/app/partner-training" %}
{% if current_person.properties.partner_training_cert == true %}
{% include "sub_navigation_item", label: "Partner Certifications", icon: "fa fa-desktop", url: "/app/partner-certs" %}
{% include "sub_navigation_item", label: "Knowledge", icon: "fa fa-tasks", url: "/app/partner-training" %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/partner-certs" %}
{% comment %} {% if current_person.properties.partner_training_cert == true %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/certification" %}
{% else %}
{% include "sub_navigation_item", label: "Partner Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
{% endif %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
{% endif %}{% endcomment %}
</div>
</nav>
</nav>

View File

@ -98,4 +98,4 @@
</div>
</div>
</main>
{% include "footer" %}{%endcomment%}
{% include "footer" %}{%endcomment%}

View File

@ -15,15 +15,15 @@
</div>
{% else %}
<div class="np-homepage-subheadline np-header-font-color">
<span>Hi {{ current_person.first_name }}, how is the weather in Warrington, England?</span>
<span>Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?</span>
<br>
<span>Here is the training you are eligible for in your role as
<div class="dropdown">
<button class="dropbtn">Select Role ▼ </button>
<div class="dropdown-content">
<a href="#">Developer</a>
<a href="#">Architect</a>
<a href="#">Partner</a>
<a href="#">Team or Coach</a>
<a href="#">Performance analytics</a>
<a href="#">Medical performance</a>
</div>
</div>
</span>
@ -38,25 +38,30 @@
<nav class="homepage-navigation__wrapper blocks-layout">
<div class="homepage-navigation__item-container">
<a class="homepage-navigation__item" href="/app/partner-training">
<div class="homepage-navigation__title">Partner Training</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/stripe/stripe_training_badge.png" alt="">
<div class="homepage-navigation__title">Knowledge Path</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Knowledge+image.png" alt="">
</a>
</div>
{% if current_person.properties.partner_training_cert == false %}
<div class="homepage-navigation__item-container">
<a class="homepage-navigation__item" href="/app/partner-certs">
<div class="homepage-navigation__title">Certifications Path</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Certification+image.png" alt="">
</a>
{% comment %} {% if current_person.properties.partner_training_cert == false %}
<div class="homepage-navigation__item-container">
<a class="homepage-navigation__item">
<div class="homepage-navigation__title" style="filter:grayscale(1)" >Partner Certifications</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/stripe/stripe_achievement_icon.png" alt="" style="filter:grayscale(1)">
<div class="homepage-navigation__title" style="filter:grayscale(1)" >Certifications Path</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Certification+image.png" alt="" style="filter:grayscale(1)">
</a>
</div>
{% else %}
<div class="homepage-navigation__item-container">
<a class="homepage-navigation__item" href="/app/partner-certs">
<div class="homepage-navigation__title">Partner Certifications</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/stripe/stripe_achievement_icon.png" alt="">
<div class="homepage-navigation__title">Certifications Path</div>
<img class="animation-pe homepage-navigation__animation" src="https://s3.amazonaws.com/static.northpass.com/demos/kitman/Certification+image.png" alt="">
</a>
</div>
{% endif %}
{% endif %}{% endcomment %}
</nav>
</div >
</div>
@ -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;

View File

@ -2,7 +2,7 @@
{% include "sub_navigation", current_page: "/app/partner-certs" %}
<main class="np-main np-courses np-subpage-container">
<h1 class="np-resource-title">
Partner Certification Courses
Certification Courses
</h1>
<div class="np-resource-subtitle">
{% capture subtitle_text %}
@ -14,4 +14,4 @@
<br>
{% include "courses_partnercerts_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
</main>
{% include "footer" %}
{% include "footer" %}

View File

@ -2,7 +2,7 @@
{% include "sub_navigation", current_page: "/app/partner-training" %}
<main class="np-main np-courses np-subpage-container" >
<h1 class="np-resource-title">
Partner Training Courses
Knowledge
</h1>
<div class="np-resource-subtitle">
{% capture subtitle_text %}
@ -14,4 +14,4 @@
<br>
{% include "courses_partnertraining_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
</main>
{% include "footer" %}
{% include "footer" %}

View File

@ -1,13 +1,12 @@
<nav class="np-sub-navigation">
<div class="np-sub-navigation-content">
{% for link in navigations.sub_navigation %}
<div class="np-sub-navigation-content-item {{ link.active_class }}">
<a class="np-sub-navigation-content-item-link" href="{{ link.url }}">
<i class="{{ link.icon }} np-button-color np-sub-navigation-content-item-icon"></i>
{{ link.label }}
</a>
<div class="np-sub-navigation-content-item-bar np-button-background-color"></div>
</div>
{% endfor %}
</div>
<div class="np-sub-navigation-content">
{% comment %} . {% include "sub_navigation_item", label: "All Courses", icon: "fa fa-book-open", url: '/app/courses' %} {% endcomment %}
{% include "sub_navigation_item", label: "Home", icon: "fa fa-home", url: "/app/" %}
{% include "sub_navigation_item", label: "Learning Paths", icon: "fa fa-road", url: "/app/learning_paths" %}
{% comment %} {% if current_person.properties.partner_training_cert == true %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/certification" %}
{% else %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
{% endif %}{% endcomment %}
</div>
</nav>

View File

@ -0,0 +1,21 @@
<div class="np-sub-navigation-content-item
{% comment %} {% if url contains current_page %}
np-sub-navigation-content-item-active
{% else %}
np-sub-navigation-content-item-inactive
{% endif %}{% endcomment %}
">
<a class="np-sub-navigation-content-item-link subnav-item" href="{{ url }}">
<i class="{{ icon }} np-button-color np-sub-navigation-content-item-icon" aria-hidden="true"></i>
<div class="oa-sub-navigation-content-item-label">
{{ label }}
</div>
</a>
<div class="np-sub-navigation-content-item-bar np-button-background-color"></div>
</div>
<style>
.subnav-item:hover{
color: #ba37d6
}
</style>

Binary file not shown.

View File

@ -7,7 +7,7 @@
<div class="footer-top-left-text">
Your complete marketing automation platform.
</div>
<img class="footer-top-left-badges" src="https://s3.amazonaws.com/static.northpass.com/Omnisend/footer-badges.png">
<img class="footer-top-left-badges" src="https://s3.amazonaws.com/static.northpass.com/Omnisend/omni_footer_badges_2022.png">
</div>
<div class="footer-top-right">
<div class="footer-top-right-top">
@ -76,7 +76,7 @@
</li>
<li class="footer-top-right-bottom-column-list-element">
<a class="footer-top-right-bottom-column-list-element-link" href="">
Magento
Wix
</a>
</li>
<li class="footer-top-right-bottom-column-list-element">
@ -95,7 +95,7 @@
<ul class="footer-top-right-bottom-column-list">
<li class="footer-top-right-bottom-column-list-element">
<a class="footer-top-right-bottom-column-list-element-link" href="https://www.omnisend.com/why-omnisend/">
Why OmniSend
Why Omnisend
</a>
</li>
<li class="footer-top-right-bottom-column-list-element">
@ -108,21 +108,11 @@
Developer center
</a>
</li>
<li class="footer-top-right-bottom-column-list-element">
<a class="footer-top-right-bottom-column-list-element-link" href="https://partnerpage.omnisend.com/integrations/">
Integration directory
</a>
</li>
<li class="footer-top-right-bottom-column-list-element">
<a class="footer-top-right-bottom-column-list-element-link" href="https://partnerpage.omnisend.com/">
Freelancer/agency directory
</a>
</li>
<li class="footer-top-right-bottom-column-list-element">
<a class="footer-top-right-bottom-column-list-element-link" href="http://www.opensaredead.com/">
OpernsAreDead.com
</a>
</li>
</ul>
</div>
@ -565,4 +555,4 @@
document.getElementById("newsletter-form").addEventListener('change', checkIfEmailIsValid);
$('#newsletter-button').click(SendInfos);
</script>
</script>

View File

@ -26,12 +26,10 @@
{{ homepage.featured_courses_subheadline }}
</div>
</div>
{% assign course_order = courses.in_catalog | where: 'properties', "course_order" %}
{{ course_order }}
{% if courses.in_catalog.any? %}
<div class="np-homepage-featured-courses row">
{% for course in course_order %}
<div class="col-xs-12 col-sm-8 col-md-12" style="margin:auto;">
<div class="np-homepage-featured-courses row">
{% for course in courses.in_catalog %}
<div class="col-xs-12 coul-sm-8 col-md-12" style="margin:auto;">
{% include "cards_featured_course" with course %}
</div>
{% endfor %}