Luminate almost done. Fixed Zenjob's issue with the german test not being hidden
This commit is contained in:
@ -12,8 +12,10 @@
|
||||
{% endif %}
|
||||
|
||||
if (groupedUser == false) {
|
||||
{% unless current_person.email contains "+preview" %}
|
||||
window.location.href = '/app/sign-up-follow-up'
|
||||
}
|
||||
{% endunless %}
|
||||
// let jsDate = new Date();
|
||||
// let jsFormattedDate = jsDate.getFullYear() + ("0" + (jsDate.getMonth() + 1)).slice(-2) + ("0" + jsDate.getDate()).slice(-2);
|
||||
// let liquidFormattedDate = '{{ "now" | date: "%Y-%m-%d" }}';
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
alt="Yikes! You don't have any ongoing training at this moment."
|
||||
/>
|
||||
<div class="zero-state-cta" style="margin-top:32px;">
|
||||
<a href="/app/catalog" class="np-button">Explore Catalog</a>
|
||||
<a href="/app/catalog" class="Catalog np-button">Explore Catalog</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
.np-top-cta-progress-title.np-text-title.lp,
|
||||
.np-top-vocabulary.np-text-title,
|
||||
.np-homepage-headline,
|
||||
.Home.np-homepage-headline,
|
||||
.Home.np-homepage-subheadline,
|
||||
.Featured.np-homepage-headline,
|
||||
.Home.np-sub-navigation-content-item-link,
|
||||
.Catalog.np-sub-navigation-content-item-link,
|
||||
@ -275,7 +277,7 @@
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Explorar catálogo",
|
||||
content: "Explorar catálogo";
|
||||
}
|
||||
|
||||
.Ongoing.np-homepage-headline::after {
|
||||
@ -283,7 +285,7 @@
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Entrenamiento en curso",
|
||||
content: "Entrenamiento en curso";
|
||||
}
|
||||
|
||||
.Progress.np-section-header::after {
|
||||
@ -318,13 +320,22 @@
|
||||
content: "Cursos destacados";
|
||||
}
|
||||
|
||||
.np-homepage-headline::after {
|
||||
.Home.np-homepage-headline::after {
|
||||
/* Headline */
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Benvenida a Luminate Mexico";
|
||||
}
|
||||
|
||||
.Home.np-homepage-subheadline::after {
|
||||
/* Headline */
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "¿Cómo podemos ayudarle hoy?";
|
||||
}
|
||||
|
||||
.np-dashboard-resources-title.lp::after {
|
||||
/* Learning Paths */
|
||||
text-indent: 0;
|
||||
|
||||
@ -72,11 +72,11 @@
|
||||
<div class="np-homepage-hero">
|
||||
<div class="np-homepage-hero-container">
|
||||
<div class="np-homepage-hero-content">
|
||||
<div class="np-homepage-headline">
|
||||
<div class="Home np-homepage-headline">
|
||||
{{ homepage.headline }}
|
||||
</div>
|
||||
<div class="hero-search-wrapper">
|
||||
<div class="np-homepage-subheadline">
|
||||
<div class="Home np-homepage-subheadline">
|
||||
{{ homepage.subheadline }}
|
||||
</div>
|
||||
<form
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{% if courses.in_catalog.any? %}
|
||||
<div class="np-catalog-courses row row-with-thumbnails">
|
||||
{% for course in courses.in_catalog %}
|
||||
{% unless course.properties.is_article_course %}
|
||||
{% unless course.properties.is_article_course %}
|
||||
{% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %}
|
||||
{% if current_person.properties.hide_api_certification_exam_course == false %}
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content">
|
||||
@ -20,7 +20,7 @@
|
||||
{% include "cards_course" with course %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@ -31,4 +31,4 @@
|
||||
%}
|
||||
{% endcapture %}
|
||||
{% include "courses_zero_state", message: message %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@ -22,12 +22,18 @@
|
||||
{% assign progress_status_de = "abgeschlossen" %}
|
||||
{% assign progress_status_en = "completed" %}
|
||||
{% endif %}
|
||||
english test = e47f738f-7a4c-4ff9-9bfc-c51be90e3d81
|
||||
{% if course.id == "5df1bb20-3412-4e59-806d-7e7b38b9f5fc" %}
|
||||
{% if current_person.properties.german_test_delay == false %}
|
||||
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content course-column {{progress_status_de}} {{progress_status_en}}" data-lang="{{course.properties.course_language}}" order="{{course.properties.course_order}}">
|
||||
{% include "cards_course" with course %}
|
||||
</div>
|
||||
|
||||
{% if course.id == "5df1bb20-3412-4e59-806d-7e7b38b9f5fc" or course.id == "e47f738f-7a4c-4ff9-9bfc-c51be90e3d81"%}
|
||||
{% if current_person.properties.german_test_delay == false %}
|
||||
{% include "cards_course" with course %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% include "cards_course" with course %}
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% comment %} {% else %}
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content course-column {{progress_status_de}} {{progress_status_en}}" data-lang="{{course.properties.course_language}}" order="{{course.properties.course_order}}">
|
||||
{% include "cards_course" with course %}
|
||||
@ -36,7 +42,7 @@ english test = e47f738f-7a4c-4ff9-9bfc-c51be90e3d81
|
||||
{% endif %}
|
||||
{% endcomment %}
|
||||
|
||||
{% endunless %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
134
CustomerNotes/Walmart/accordion-activity.html
Normal file
134
CustomerNotes/Walmart/accordion-activity.html
Normal file
@ -0,0 +1,134 @@
|
||||
<ul>
|
||||
<li><a href="#topic1">Topic 1</a></li>
|
||||
<li><a href="#topic2">Topic 2</a></li>
|
||||
<li><a href="#topic3">Topic 3</a></li>
|
||||
<li><a href="#topic4">Topic 4</a></li>
|
||||
<li><a href="#topic5">Topic 5</a></li>
|
||||
<li><a href="#topic6">Topic 6</a></li>
|
||||
<li><a href="#topic7">Topic 7</a></li>
|
||||
<li><a href="#topic8">Topic 8</a></li>
|
||||
<li><a href="#topic9">Topic 9</a></li>
|
||||
<li><a href="#topic10">Topic 10</a></li>
|
||||
</ul>
|
||||
<div class="transcriptToggle accordion" id="topic1"> Customer Substitutions?</div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
You can this is a test use live chat to communicate with customers about substitution preferences.
|
||||
|
||||
Communicating with customers can help improve customer satisfaction.</p><p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic2"> Accessing Live Chat While Shopping </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Check if your app is updated.
|
||||
Customers cannot add items to the orders through live chat.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic3"> When & Where Can I Find Live Chat? </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
To begin live chat, pick the first item and press the chat icon at the top of any screen.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion id="topic4"> Customer Substitutions number 2</div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
You can this is a test use live chat to communicate with customers about substitution preferences.
|
||||
|
||||
Communicating with customers can help improve customer satisfaction.</p><p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion id="topic5"> Customer Substitutions number 2</div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Customers can tip before or after delivery for some offer types. If customers tip before a delivery, this is called a pre-tip.
|
||||
|
||||
Customers have up to 24 hours after delivery to edit the pre-tip.
|
||||
You can this is a test use live chat to communicate with customers about substitution preferences.
|
||||
|
||||
Communicating with customers can help improve customer satisfaction.</p><p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion id="topic4"> Customer Substitutions number 2</div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
If they choose to tip after delivery, it's called a post tip.
|
||||
|
||||
The customer has 14 days after the delivery to provide a post-tip.
|
||||
|
||||
Note: Pre-tips show up on offer cards, post-tips do not.
|
||||
You can this is a test use live chat to communicate with customers about substitution preferences.
|
||||
|
||||
Communicating with customers can help improve customer satisfaction.</p><p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion id="topic4"> Customer Substitutions number 2</div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
You can this is a test use live chat to communicate with customers about substitution preferences.
|
||||
|
||||
Communicating with customers can help improve customer satisfaction.</p><p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion id="topic5"> Customer Substitutions number 2</div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
You can this is a test use live chat to communicate with customers about substitution preferences.
|
||||
|
||||
Communicating with customers can help improve customer satisfaction.
|
||||
Pending or processing tips are called unconfirmed tips. You will receive your tips once they are confirmed. Once a customer confirms the tip, it will be processed and credited to your confirmed earnings. Remember, once finalized, it may take an additional 48 hours for an unconfirmed tip to be confirmed. Any tips that are processed after the week they were earned will be added to your confirmed earnings the following week.
|
||||
|
||||
You can view the final details of your tip amount in the Earnings tab 48-hours after a tip has been finalized. If the customer changed the tip amount from what was initially offered, you'll see the change noted in the earnings breakdown.
|
||||
Pending or processing tips are called unconfirmed tips. You will receive your tips once they are confirmed. Once a customer confirms the tip, it will be processed and credited to your confirmed earnings. Remember, once finalized, it may take an additional 48 hours for an unconfirmed tip to be confirmed. Any tips that are processed after the week they were earned will be added to your confirmed earnings the following week.
|
||||
|
||||
You can view the final details of your tip amount in the Earnings tab 48-hours after a tip has been finalized. If the customer changed the tip amount from what was initially offered, you'll see the change noted in the earnings breakdown. </p><p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic6"> Accessing Live Chat While Shopping </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Check if your app is updated.
|
||||
Customers cannot add items to the orders through live chat.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic7"> Accessing Live Chat While Shopping </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Eligibility for incentives - iOS
|
||||
If you want to view your eligibility for incentives on iOS, you can follow these steps:
|
||||
|
||||
On iOS, press More in the bottom-right, and then press Incentive Programs from the navigation menu.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic8"> Accessing Live Chat While Shopping </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Referring your friends and family
|
||||
You can get rewarded for referring your friends and family to the app. If your referred friend completes a certain number of trips, you both may receive a referral reward. See referral incentives for more information.
|
||||
|
||||
Note: Trips need to be completed within the zone (or market) the referral incentive indicates.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic9"> Accessing Live Chat While Shopping </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Referring your friends and family
|
||||
You can get rewarded for referring your friends and family to the app. If your referred friend completes a certain number of trips, you both may receive a referral reward. See referral incentives for more information.
|
||||
|
||||
Note: Trips need to be completed within the zone (or market) the referral incentive indicates.
|
||||
Check if your app is updated.
|
||||
Customers cannot add items to the orders through live chat.
|
||||
</p>
|
||||
</div>
|
||||
<div class="transcriptToggle accordion" id="topic10"> Accessing Live Chat While Shopping </div>
|
||||
<div class="transcriptContent accordion">
|
||||
<p>
|
||||
Referring your friends and family
|
||||
You can get rewarded for referring your friends and family to the app. If your referred friend completes a certain number of trips, you both may receive a referral reward. See referral incentives for more information.
|
||||
|
||||
Note: Trips need to be completed within the zone (or market) the referral incentive indicates.
|
||||
Check if your app is updated.
|
||||
Customers cannot add items to the orders through live chat.
|
||||
</p>
|
||||
</div>
|
||||
5
Todos.md
5
Todos.md
@ -157,3 +157,8 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
|
||||
|
||||
- [ ] Walmart - Ask if they can expose storage in Azure.
|
||||
- [X] Anthology - Presentation might be a few minutes late.
|
||||
|
||||
## 04-02-2024
|
||||
|
||||
- [ ] Glassdoor - reach out to Paul about next meeting - alone with Tracy or reschedule?
|
||||
- [ ] Datasnipper - Email Alexandra and Dirk about Monday's Meeting
|
||||
|
||||
Reference in New Issue
Block a user