Luminate templates for a last minute launch! Parse CSV data was updated for testing.
This commit is contained in:
@ -5,7 +5,15 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% assign is_cert_category = false %}
|
||||
{% for category in learning_path.categories %}
|
||||
{% if category.name == 'Certifications' %}
|
||||
{% assign is_cert_category = true %}
|
||||
{% break %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if learning_path.enrolled? and course.unlocked? %}
|
||||
{% if is_cert_category == true %}
|
||||
<div class="np-learning-path-outline-bar np-hidden-mobile"></div>
|
||||
<a
|
||||
class="np-learning-path-outline-item np-card-container"
|
||||
@ -20,7 +28,42 @@
|
||||
<div class="np-learning-path-outline-content">
|
||||
<div class="np-learning-path-outline-name np-top-title">
|
||||
{{ course.name }}
|
||||
</div>
|
||||
</div>
|
||||
{% if course.instructors %}
|
||||
<div class="np-learning-path-outline-caption">
|
||||
{{ course.instructors }}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="np-learning-path-outline-progress
|
||||
{% if course.completed? %} np-color-success {% else %} np-button-color {% endif %}
|
||||
">
|
||||
{% t shared.progress, count: course.progress %}
|
||||
</div>
|
||||
</div>
|
||||
<i class="fas fa-chevron-right np-learning-path-outline-icon"></i>
|
||||
{% if course.optional? %}
|
||||
<div class="np-optional-ribbon">
|
||||
{% t shared.optional %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</a>
|
||||
{% else %}
|
||||
<div class="np-learning-path-outline-bar np-hidden-mobile"></div>
|
||||
<a
|
||||
class="np-learning-path-outline-item np-card-container"
|
||||
href="{% route learning_path_course, learning_path_id: learning_path.id, id: course.id %}"
|
||||
>
|
||||
<div class="np-card-content np-card-padding">
|
||||
<img
|
||||
src="{{ item.image }}"
|
||||
alt="{{ course.name }}"
|
||||
class="np-learning-path-outline-course-image"
|
||||
>
|
||||
<div class="np-learning-path-outline-content">
|
||||
<div class="np-learning-path-outline-name np-top-title">
|
||||
{{ course.name }}
|
||||
</div>
|
||||
{% if course.instructors %}
|
||||
<div class="np-learning-path-outline-caption">
|
||||
{{ course.instructors }}
|
||||
@ -46,6 +89,28 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if is_cert_category == true %}
|
||||
<div class="np-learning-path-outline-item np-learning-path-outline-inactive-item np-card-container">
|
||||
<div class="np-card-content np-card-padding">
|
||||
<img
|
||||
src="{{ item.image }}"
|
||||
alt="{{ course.name }}"
|
||||
class="np-learning-path-outline-course-image"
|
||||
>
|
||||
<div class="np-learning-path-outline-content">
|
||||
<div class="np-learning-path-outline-name np-top-title">
|
||||
{{ course.name }}
|
||||
</div>
|
||||
{% if course.optional? %}
|
||||
<div class="np-optional-ribbon">
|
||||
{% t shared.optional %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="np-learning-path-outline-item np-learning-path-outline-inactive-item np-card-container">
|
||||
<div class="np-card-content np-card-padding">
|
||||
@ -72,4 +137,5 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@ -7,15 +7,27 @@
|
||||
<div class="np-resource-subtitle">{{ custom_page.subheadline }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-learning-paths-main">
|
||||
{% for learning_path in learning_paths.available %}
|
||||
{% for category in learning_path.categories %}
|
||||
{% if category.name == 'Certifications' %}
|
||||
{% include "learning_path" %}
|
||||
</div>
|
||||
{% else %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% comment %}
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="np-dashboard-resources-container">
|
||||
<div class="np-zero-state-text">
|
||||
<div class="np-zero-state-text">
|
||||
{{ custom_page.content }}
|
||||
</div>
|
||||
<img class="np-zero-state-courses" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
domain,group_1,group_2,group_3
|
||||
knowledgestate.edu,Anthology 101 - (T1),
|
||||
scad.edu,Learn - (T1),Accreditation - (T1),Anthology 101 - (T1),Outcomes - (T1),Planning - (T1)
|
||||
uoregon.edu,Anthology 101 - (T1),Encompass - (T1),Encompass - (T2),Engage - (T1)
|
||||
domain,groups_1,groups_2,groups_3,groups_4,groups_5,groups_6,groups_7,groups_8,groups_9,groups_10,groups_11,groups_12,groups_13,groups_14,groups_15,groups_16,groups_17,groups_18,groups_19,groups_20,groups_21,groups_22,groups_23,groups_24,groups_25,groups_26,groups_27,groups_28,groups_29,groups_30,groups_31,groups_32,groups_33,groups_34,groups_35,groups_36,groups_37,groups_38,groups_39,groups_40,groups_41,groups_42,groups_43,groups_44,groups_45,groups_46,groups_47,groups_48,groups_49,groups_50,groups_51,groups_52,groups_53,groups_54,groups_55,groups_56,groups_57,groups_58,groups_59,groups_60,groups_61,groups_62,groups_63,groups_64,groups_65,groups_66,groups_67,groups_68,groups_69,groups_70,groups_71,groups_72,groups_73,groups_74,groups_75,groups_76,groups_77,groups_78,groups_79,groups_80,groups_81,groups_82,groups_83,groups_84,groups_85,groups_86,groups_87,groups_88,groups_89,groups_90,groups_91,groups_92,groups_93,groups_94,groups_95,groups_96,groups_97,groups_98,groups_99,
|
||||
knowledgestate.edu,Academic Economics - (T1),Academic Economics - (T2),Academy Use/Navigation - (T1),Academy Use/Navigation - (T2),Accreditation - (T1),Accreditation - (T2),Ally - (T1),Ally - (T2),Anthology 101 - (T1),Baseline - (T1),Baseline - (T2),Beacon - (T1),Beacon - (T2),Course Evaluations - (T1),Course Evaluations - (T2),Data Strategy - (T1),Data Strategy - (T2),Digital Assistant - (T1),Digital Assistant - (T2),Encompass - (T1),Encompass - (T2),Engage - (T1),Engage - (T2),Evaluate - (T1),Evaluate - (T2),Finance & HCM - (T1),Finance & HCM - (T2),Financial Aid Automation - (T1),Insight - (T1),Insight - (T2),Learn - (T1),Learn - (T2),Locked Users,Milestone - (T1),Milestone - (T2),Outcomes - (T1),Outcomes - (T2),Payroll - (T1),Payroll - (T2),Planning - (T1),Planning - (T2),Portfolio - (T1),Portfolio - (T2),Power BI - (T1),Power BI - (T2),Professional Learning - (T1),Professional Learning - (T2),Program Review - (T1),Program Review - (T2),Raise - (T1),Raise - (T2),Reach - (T1),Reach - (T2),Student - (T1),Student - (T2),
|
||||
newanthology1.edu,Academic Economics - (T1),Academic Economics - (T2),Academy Use/Navigation - (T1),Academy Use/Navigation - (T2),Accreditation - (T1),Accreditation - (T2),Ally - (T1),Ally - (T2),Anthology 101 - (T1),Baseline - (T1),Baseline - (T2),Beacon - (T1),Beacon - (T2),Course Evaluations - (T1),Course Evaluations - (T2),Data Strategy - (T1),Data Strategy - (T2),Digital Assistant - (T1),Digital Assistant - (T2),Encompass - (T1),Encompass - (T2),Engage - (T1),Engage - (T2),Evaluate - (T1),Evaluate - (T2),Finance & HCM - (T1),Finance & HCM - (T2),Financial Aid Automation - (T1),Insight - (T1),Insight - (T2),Learn - (T1),Learn - (T2),Locked Users,Milestone - (T1),Milestone - (T2),Outcomes - (T1),Outcomes - (T2),Payroll - (T1),Payroll - (T2),Planning - (T1),Planning - (T2),Portfolio - (T1),Portfolio - (T2),Power BI - (T1),Power BI - (T2),Professional Learning - (T1),Professional Learning - (T2),Program Review - (T1),Program Review - (T2),Raise - (T1),Raise - (T2),Reach - (T1),Reach - (T2),Student - (T1),Student - (T2),
|
||||
endemo.edu,Anthology 101 - (T1),Power BI - (T1),Power BI - (T2),Finance & HCM - (T1),Finance & HCM - (T2),Finance & HCM - (T3),Student - (T1),Student - (T2),Student - (T3),
|
||||
lifedemo.edu,Anthology 101 - (T1),Power BI - (T1),Power BI - (T2),Baseline - (T1),Baseline - (T2),Baseline - (T3),Beacon - (T1),Digital Assistant - (T1),Digital Assistant - (T2),Digital Assistant - (T3),Encompass - (T1),Encompass - (T2),Encompass - (T3),Engage - (T1),Engage - (T2),Engage - (T3),Insight - (T1),Insight - (T2),Insight - (T3),Milestone - (T1),Milestone - (T2),Milestone - (T3),Raise - (T1),Raise - (T2),Raise - (T3),Reach - (T1),Reach - (T2),Reach - (T2),
|
||||
tldemo.edu,Anthology 101 - (T1),Power BI - (T1),Power BI - (T2),Accreditation - (T1),Accreditation - (T2),Accreditation - (T3),Ally - (T1),Ally - (T2),Ally - (T3),Course Evaluations - (T1),Course Evaluations - (T2),Course Evaluations - (T3),Evaluate - (T1),Evaluate - (T2),Evaluate - (T3),Learn - (T1),Learn - (T2),Learn - (T3),Outcomes - (T1),Outcomes - (T2),Outcomes - (T3),Planning - (T1),Planning - (T2),Planning - (T3),Portfolio - (T1),Portfolio - (T2),Portfolio - (T3),Program Review - (T1),Program Review - (T2),Program Review - (T3),
|
||||
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
domain,group_1,group_2,group_3
|
||||
scad.edu,Learn - (T1),Accreditation - (T1),Anthology 101 - (T1),Outcomes - (T1),Planning - (T1)
|
||||
uoregon.edu,Anthology 101 - (T1),Encompass - (T1),Encompass - (T2),Engage - (T1)
|
||||
knowledgestate.edu,
|
||||
newanthology1.edu,
|
||||
tldemo.edu,
|
||||
lifedemo,
|
||||
endemo,
|
||||
|
||||
|
6
CustomerNotes/Anthology/test-domains-all-groups.csv
Normal file
6
CustomerNotes/Anthology/test-domains-all-groups.csv
Normal file
@ -0,0 +1,6 @@
|
||||
domain,group_1,group_2,group_3,
|
||||
knowledgestate.edu,Academic Economics - (T1),Academic Economics - (T2),Academy Use/Navigation - (T1),Academy Use/Navigation - (T2),Accreditation - (T1),Accreditation - (T2),Ally - (T1),Ally - (T2),Anthology 101 - (T1),Baseline - (T1),Baseline - (T2),Beacon - (T1),Beacon - (T2),Course Evaluations - (T1),Course Evaluations - (T2),Data Strategy - (T1),Data Strategy - (T2),Digital Assistant - (T1),Digital Assistant - (T2),Encompass - (T1),Encompass - (T2),Engage - (T1),Engage - (T2),Evaluate - (T1),Evaluate - (T2),Finance & HCM - (T1),Finance & HCM - (T2),Financial Aid Automation - (T1),Insight - (T1),Insight - (T2),Learn - (T1),Learn - (T2),Locked Users,Milestone - (T1),Milestone - (T2),Outcomes - (T1),Outcomes - (T2),Payroll - (T1),Payroll - (T2),Planning - (T1),Planning - (T2),Portfolio - (T1),Portfolio - (T2),Power BI - (T1),Power BI - (T2),Professional Learning - (T1),Professional Learning - (T2),Program Review - (T1),Program Review - (T2),Raise - (T1),Raise - (T2),Reach - (T1),Reach - (T2),Student - (T1),Student - (T2),
|
||||
newanthology1.edu,Academic Economics - (T1),Academic Economics - (T2),Academy Use/Navigation - (T1),Academy Use/Navigation - (T2),Accreditation - (T1),Accreditation - (T2),Ally - (T1),Ally - (T2),Anthology 101 - (T1),Baseline - (T1),Baseline - (T2),Beacon - (T1),Beacon - (T2),Course Evaluations - (T1),Course Evaluations - (T2),Data Strategy - (T1),Data Strategy - (T2),Digital Assistant - (T1),Digital Assistant - (T2),Encompass - (T1),Encompass - (T2),Engage - (T1),Engage - (T2),Evaluate - (T1),Evaluate - (T2),Finance & HCM - (T1),Finance & HCM - (T2),Financial Aid Automation - (T1),Insight - (T1),Insight - (T2),Learn - (T1),Learn - (T2),Locked Users,Milestone - (T1),Milestone - (T2),Outcomes - (T1),Outcomes - (T2),Payroll - (T1),Payroll - (T2),Planning - (T1),Planning - (T2),Portfolio - (T1),Portfolio - (T2),Power BI - (T1),Power BI - (T2),Professional Learning - (T1),Professional Learning - (T2),Program Review - (T1),Program Review - (T2),Raise - (T1),Raise - (T2),Reach - (T1),Reach - (T2),Student - (T1),Student - (T2),
|
||||
endemo.edu,
|
||||
lifedemo.edu,
|
||||
tldemo.edu,
|
||||
|
6
CustomerNotes/Anthology/test-domains-no-groups.csv
Normal file
6
CustomerNotes/Anthology/test-domains-no-groups.csv
Normal file
@ -0,0 +1,6 @@
|
||||
domain,group_1,group_2,group_3
|
||||
knowledgestate.edu,
|
||||
newanthology1.edu,
|
||||
tldemo.edu,
|
||||
lifedemo,
|
||||
endemo,
|
||||
|
Reference in New Issue
Block a user