From a610b52c6e7f391c0889d3f5fe69f5383bdc48e4 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 4 Oct 2023 17:45:15 -0400 Subject: [PATCH] Moved around some Ghost Notes and reorged. Updated Humly's templates. Added Walmart notes. --- .../Humly/_cards_learning_path.html.liquid | 68 ++++++++++++++++++ .../Humly/_course_description.html.liquid | 10 +++ .../Humly/_course_instructors.html.liquid | 30 ++++++++ .../Humly/_courses_catalog.html.liquid | 32 +++++++++ .../Humly/_learning_paths_index.html.liquid | 16 +++++ .../Humly/_messages.html.liquid | 21 ++++++ .../Humly/_sub_navigation.html.liquid | 15 ++++ .../Humly/dashboard.html.liquid | 3 + .../Humly/homepage.html.liquid | 59 +++++++++++++++ CustomerNotes/Walmart/Walmart.md | 9 +++ .../Ghost_Notes/anthology_ghostnote.norg | 44 ------------ .../Ghost_Notes/doordash_ghostnote.norg | 40 ----------- .../larson-bigideas_ghostnote.norg | 45 ------------ .../Ghost_Notes/spscommerce_ghostnote.norg | 45 ------------ .../Ghost_Notes/template_ghostnote.norg | 45 ------------ .../Ghost_Notes/walmart-spark_ghostnote.norg | 42 ----------- .../Ghost_Notes/zenjob_ghostnote.norg | 41 ----------- Customer_Notes/index.md | 47 ------------ Customer_Notes/index.norg | 31 -------- Ghost_Notes/williamsonoma_ghostnote.md | 48 +++++++++++++ .../Auto_Scrape_Screenshots/Customer feedback | Bin 0 -> 33645 bytes 21 files changed, 311 insertions(+), 380 deletions(-) create mode 100644 Custom_Templates/customer_templates/Humly/_cards_learning_path.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/_course_description.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/_course_instructors.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/_courses_catalog.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/_learning_paths_index.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/_messages.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/_sub_navigation.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/dashboard.html.liquid create mode 100644 Custom_Templates/customer_templates/Humly/homepage.html.liquid delete mode 100644 Customer_Notes/Ghost_Notes/anthology_ghostnote.norg delete mode 100644 Customer_Notes/Ghost_Notes/doordash_ghostnote.norg delete mode 100644 Customer_Notes/Ghost_Notes/larson-bigideas_ghostnote.norg delete mode 100644 Customer_Notes/Ghost_Notes/spscommerce_ghostnote.norg delete mode 100644 Customer_Notes/Ghost_Notes/template_ghostnote.norg delete mode 100644 Customer_Notes/Ghost_Notes/walmart-spark_ghostnote.norg delete mode 100644 Customer_Notes/Ghost_Notes/zenjob_ghostnote.norg delete mode 100644 Customer_Notes/index.md delete mode 100644 Customer_Notes/index.norg create mode 100644 Ghost_Notes/williamsonoma_ghostnote.md create mode 100644 Scripts/Auto_Scrape_Screenshots/Customer feedback diff --git a/Custom_Templates/customer_templates/Humly/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Humly/_cards_learning_path.html.liquid new file mode 100644 index 00000000..f276d8cb --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_cards_learning_path.html.liquid @@ -0,0 +1,68 @@ +
+
+
+ {{ learning_path.name }} +
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+
+ {{ learning_path.description }} +
+
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Humly/_course_description.html.liquid b/Custom_Templates/customer_templates/Humly/_course_description.html.liquid new file mode 100644 index 00000000..9b469e5b --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_course_description.html.liquid @@ -0,0 +1,10 @@ +{% assign all_courses = "047b6bad-756a-481f-8d1b-7be7425420e7,50718fac-6f3e-4684-aeab-ad5cfebfc295,c5612801-4d64-44af-a575-4cd08d344214,e23fd4a0-ed77-45e7-8ca9-99aefdb7b65f,626466d4-aea1-4a83-a0af-cd675936fd3f,2626061b-4335-4e93-9a65-a71581514411,22f1ac6f-b9c5-4d09-94c9-88c63c9b346d,92578497-a67a-45da-8969-ab9af432b5ea,811a63f2-1ad8-468e-ae73-18765ac03150,605cfca3-c0ce-42a5-913c-7f79389cdd6e" | split: "," %} + +{% unless all_courses contains course.id %} +

+ {% t .header, key: current_school.course_vocabulary %} +

+{% endunless %} +
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Humly/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Humly/_course_instructors.html.liquid new file mode 100644 index 00000000..5158034e --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_course_instructors.html.liquid @@ -0,0 +1,30 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Humly/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Humly/_courses_catalog.html.liquid new file mode 100644 index 00000000..3a0dd8dc --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_courses_catalog.html.liquid @@ -0,0 +1,32 @@ +{% if courses.in_catalog.any? %} + {% assign person_groups = current_person.groups | map: "name" %} + {% assign language = "English" %} +
+ {% for course in courses.in_catalog %} + {% if person_groups.any? %} + {% if person_groups contains "UK applicants" or person_groups contains "UK teachers" %} + {% assign language = "English" %} + {% elsif person_groups contains "SWE applicants" or person_groups contains "SWE teachers" %} + {% assign language = "Swedish" %} + {% else %} + {% assign language = "English" %} + {% endif %} + {% else %} + {% assign language = "English" %} + {% endif %} + + {% if course.properties.language == language %} +
+ {% include "cards_course" with course %} +
+ {% endif %} + {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Humly/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Humly/_learning_paths_index.html.liquid new file mode 100644 index 00000000..d17cd402 --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_learning_paths_index.html.liquid @@ -0,0 +1,16 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} + {% comment %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endcomment %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Humly/_messages.html.liquid b/Custom_Templates/customer_templates/Humly/_messages.html.liquid new file mode 100644 index 00000000..0088a63e --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_messages.html.liquid @@ -0,0 +1,21 @@ +{%- comment -%} {% if messages.alert.size > 0 %} + {% unless message.alert contains "You need to log in or sign up before continuing." %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+ {% endunless %} +{% endif %} {%- endcomment -%} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Humly/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Humly/_sub_navigation.html.liquid new file mode 100644 index 00000000..892ef7ab --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/_sub_navigation.html.liquid @@ -0,0 +1,15 @@ + diff --git a/Custom_Templates/customer_templates/Humly/dashboard.html.liquid b/Custom_Templates/customer_templates/Humly/dashboard.html.liquid new file mode 100644 index 00000000..50ddc34b --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/dashboard.html.liquid @@ -0,0 +1,3 @@ + diff --git a/Custom_Templates/customer_templates/Humly/homepage.html.liquid b/Custom_Templates/customer_templates/Humly/homepage.html.liquid new file mode 100644 index 00000000..00dfd82d --- /dev/null +++ b/Custom_Templates/customer_templates/Humly/homepage.html.liquid @@ -0,0 +1,59 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.featured %} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.headline }} +
+
+ {{ homepage.subheadline }} +
+ + {% t .discover %} + +
+
+ {% include "sub_navigation" %} +
+ +
+ +
+{% include "footer" %} + + diff --git a/CustomerNotes/Walmart/Walmart.md b/CustomerNotes/Walmart/Walmart.md index 4f7e950f..aa7df6b5 100644 --- a/CustomerNotes/Walmart/Walmart.md +++ b/CustomerNotes/Walmart/Walmart.md @@ -699,3 +699,12 @@ TODO: Test if a course can be accessible outside of Northpass without it being a * Consolidate Travis' emails into a single email and mention that I will be meeting with Gainsight leadership today to go over these requests and that I should have an answer for the team early next week. +## 10/04/2023 + +### Design Sync + +* Schedule follow up with Aditi, Frank, Kaitlyn, and Peter to discuss the new card designs and image changes. +* Cam replacement question: + * Sara is no longer working on the Spark side + * Frank is drowning in gif work and they need help + * Norm to ask if we can replace him. diff --git a/Customer_Notes/Ghost_Notes/anthology_ghostnote.norg b/Customer_Notes/Ghost_Notes/anthology_ghostnote.norg deleted file mode 100644 index 70bed5d7..00000000 --- a/Customer_Notes/Ghost_Notes/anthology_ghostnote.norg +++ /dev/null @@ -1,44 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown - Hi Easton, - - Below is a note for you to send to check in with Nicole Melander at Anthology. This outreach is because we've had limited engagement with this exec - - Customer Name: Anthology - - ARR: $95,000 - - Renewal: 1/1/24 - - Contact Title/Name: Nicole Melander - VP, Education and Adoption Services - - Anthology is a subsidiary of Blackboard, Inc - they were acquired in October of 2021. - - Anthology recently soft-launched their academy to a subset of customers based on what products they have purchased. - - Reception to this launch was largely very positive, with our point of contact (KC) sending me and our implementation manager a very positive note about the soft launch. - - The largest risk with a company like this is the nuance they require with specific enterprise features such as search functionality, course distribution based on many variables, and course creation/interactivity of course materials. - - What they are the most satisfied with is the level of service, creativity, and customization that Northpass provides. - - Next priority item for the team will be to begin looking at analytics and ensure usage and completions are on par with expectations (>60% Average Course Completion). -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - -@code markdown -To: nmelander@anthology.com -Subject: Gainsight | Anthology: Exec Check-in - -Hey Nicole, - -Thanks for being an awesome Northpass customer - we love serving Anthology and being part of your customer education journey. - -Norm is having a blast working with you and is excited about the evolution of your learning program. - -As the Vice President of Customer Success at Gainsight, I'm keen to hear your feedback on our product and services and would love to know more about your vision for your learning program as you plan for the future. - -That said, I'd love to meet you! Can we find 30 minutes for a Zoom over the next few weeks? Feel free to propose a time. Or, use this link to my calendar to book a time directly. - -I am looking forward to it! - -Take care and best, -Easton -@end diff --git a/Customer_Notes/Ghost_Notes/doordash_ghostnote.norg b/Customer_Notes/Ghost_Notes/doordash_ghostnote.norg deleted file mode 100644 index 856fb58b..00000000 --- a/Customer_Notes/Ghost_Notes/doordash_ghostnote.norg +++ /dev/null @@ -1,40 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown -Hi Easton, - - Below is a note for you to send to check in with a Trevor Reader, Head of Dasher Growth at Doordash. This outreach is because we've had limited engagement with this exec. - - - Customer Name: DoorDash - - ARR: $324,000 - - Renewal: 1/1/24 - - Contact Title/Name: Trevor Reader, Head of Dasher Growth - - Due to selling this deal, Travis Nardin has handled the CS portion of DoorDash for the majority of their lifecycle. I began assisting Travis in January of 2023 and have fully taken over the account in July of 2023. - - This account's usage of CE is limited to New Zealand with hopes of expanding into other markets as they see success. - - Biggest risk for accounts of this size is them building their learning interface on their own. - - Renewal is on Jan 1, but it is not an annual contract. Previous renewal was on 7/1, and they have a 6 month contract agreement. - - They are least happy with the lack of flexibility for making interactive content. - - They are most happy with the level of service that Travis Nardin and I have provided them as well as the clarity of technical documents for their devs to integrate us into their app. -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - -@code markdown -To: trevor.reader@doordash.com -Subject: Gainsight | DoorDash: Exec Check-in - -Hey Trevor, - -Hope you’re doing well! My name is Easton Taylor, SVP of Customer Success here at Gainsight. As you may have heard, we recently acquired Northpass. I'm keen to hear your feedback on our CE product and service and understand your vision for your learning program. - -I've CC'd my EA, Kate Richman to work with you on getting a time set up soon! - -I look forward to meeting with you! - -Easton -@end diff --git a/Customer_Notes/Ghost_Notes/larson-bigideas_ghostnote.norg b/Customer_Notes/Ghost_Notes/larson-bigideas_ghostnote.norg deleted file mode 100644 index 1f035ee4..00000000 --- a/Customer_Notes/Ghost_Notes/larson-bigideas_ghostnote.norg +++ /dev/null @@ -1,45 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown - Hi Steve, - - Below is a note for you to send to check in with Jason Shilt at Big Ideas Learning. This outreach is because Jason is spearheading a project to expand Northpass' usage across other areas of Big Ideas including CS, and selling Professional Development Courses. - - - Customer Name: Big Ideas Learning (owned by Larson Texts) - - ARR: $30,000 - - Renewal: 1/1/24 - - Contact Title/Name: Jason Shilt, Sr. Vice President Sales, Marketing, and Customer Experience - - I met Jason in the spring as he presented to me (along with my main Point of Contact) this idea to better leverage Northpass across other areas of the Big Ideas business. - - Their clients are school districts but the actual users are teachers. They do not have a lot of direct contact with teachers, but this group can deeply influence an admins experience and renewal. - - Contracts are 4-5 years but what often happens is that there is no interaction or valuable touches between Big Ideas and the district in years 2-4. So when the renewal comes up clients churn because they feel like they aren't getting any value. - - Their CS team is new and they would be leveraging Northpass to send materials and information to clients are value-add touches during that "quiet period". - - Northpass is leveraged in multiple ways by the team. They want to continue to use those different ways and try to implement some new -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - -@code markdown -To: jshilt@larsontexts.com -Subject: Gainsight | Big Ideas: Exec Check-in - -Hey Jason, - -Thanks for being an awesome Northpass customer - we love serving Big Ideas Learning and being part of your customer education journey. - -Norm is having a blast working with your team and is excited about the evolution of your learning program. - -As the former founder and CEO of Northpass, and now Gainsight's new SVP of Strategy for Customer Education, I'm keen to hear your feedback on our product and services and would love to know more about your vision for your learning program as you plan for the future. - -That said, I'd love to meet you! Can we find 30 minutes for a Zoom over the next few weeks? Feel free to propose a time. Or, use this link to my calendar to book a time directly. - -I am looking forward to it! - -Take care and best, - -Steve -@end diff --git a/Customer_Notes/Ghost_Notes/spscommerce_ghostnote.norg b/Customer_Notes/Ghost_Notes/spscommerce_ghostnote.norg deleted file mode 100644 index 56bed7a1..00000000 --- a/Customer_Notes/Ghost_Notes/spscommerce_ghostnote.norg +++ /dev/null @@ -1,45 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown - Hi Steve, - - Below is a note for you to send to check in with Matt Shroyer at SPS Commerce. This outreach is because Matt has expressed concerns with the acquisition mostly around his rocky journey with Gainsight's CS platform. - - - Customer Name: SPS Commerce - - ARR: $51,000 - - Renewal: 1/1/24 - - Contact Title/Name: Matthew Shroyer - Manager II, Customer Experience Design - - This account is really happy with Northpass, but less excited about CS. The strategy is to "move money around" so that the overall ARR of SPS doesn't go down, but might get allocated to Northpass/CE. - - In particular, Matt has said that he is very satisfied with you, Steve, and the culture and organization you've built. - - The next priority for Matt & team is to redesign the academy so it looks better for their end users. There is the potential to bring in their dev team to embed us into their app. - - They have confirmed they will renew with Northpass, but we need to uncover if there is budget for the redesign - we will want to package this as an expansion and upsell. - - The biggest risk with SPS is the course builder. It is not interactive and dynamic enough and a lot of their questions/grievances come with asking for workarounds with the course builder. -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - -@code markdown -To: mlshroyer@spscommerce.com -Subject: Gainsight | SPS Commerce: Exec Check-in - -Hey Matthew, - -Thanks for being an awesome Northpass customer - we love serving SPS Commerce and being part of your customer education journey. - -Norm is having a blast working with you and is excited about the evolution of your learning program. - -As the former founder and CEO of Northpass, and now Gainsight's new SVP of Strategy for Customer Education, I'm keen to hear your feedback on our product and services and would love to know more about your vision for your learning program as you plan for the future. - -That said, I'd love to meet you! Can we find 30 minutes for a Zoom over the next few weeks? Feel free to propose a time. Or, use this link to my calendar to book a time directly. - -I am looking forward to it! - -Take care and best, - -Steve -@end diff --git a/Customer_Notes/Ghost_Notes/template_ghostnote.norg b/Customer_Notes/Ghost_Notes/template_ghostnote.norg deleted file mode 100644 index 715659cb..00000000 --- a/Customer_Notes/Ghost_Notes/template_ghostnote.norg +++ /dev/null @@ -1,45 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown - Hi {{exec}}, - - Below is a note for you to send to check in with an exec at Account Name. This outreach is because we've had limited engagement with this exec. - - - Customer Name: ABC Company - - ARR: $32,000 - - Renewal: 11/3/23 - - Contact Title/Name: Jessica Rabbit - Chief Learning Officer - - This account recently launched their academy and is really excited about all that they can do with CE. They've even requested another instance. - - They've shared some frustrations that we don't have silent publishing - - Their renewal is coming up on November 3rd and we want to establish ATL Exec Sponsorship - - They were just acquired by Company XYZ and we want to ensure there's no risk to the renewal - - Jessica was just promoted to Chief Learning Officer in June -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - -@code markdown -To: [CONTACT EMAIL] <-- Fill this in for the Exec -Subject: Gainsight | {AccountName}: Exec Check-in <-- Fill this in for the Exec - -Hey [CONTACT FIRST NAME], <-- Fill this in for the Exec - -Thanks for being an awesome Northpass customer - we love serving [Company Name] and being part of your customer education journey. - -[CSM Name] is having a blast working with you and is excited about the evolution of your learning program. - -As the former founder and CEO of Northpass, and now Gainsight's new SVP of Strategy for Customer Education, I'm keen to hear your feedback on our product and services and would love to know more about your vision for your learning program as you plan for the future. - -That said, I'd love to meet you! Can we find 30 minutes for a Zoom over the next few weeks? Feel free to propose a time. Or, use this link to my calendar to book a time directly. - -I am looking forward to it! - -Take care and best, - -{{ exec }} -@end diff --git a/Customer_Notes/Ghost_Notes/walmart-spark_ghostnote.norg b/Customer_Notes/Ghost_Notes/walmart-spark_ghostnote.norg deleted file mode 100644 index 5b580fef..00000000 --- a/Customer_Notes/Ghost_Notes/walmart-spark_ghostnote.norg +++ /dev/null @@ -1,42 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown -Hi Easton, - - Below is a note for you to send to check in with a Moe Kahn, Senior Director, Strategy & Operations - Driver -Experience at Walmart - Spark. This outreach is because we've had limited engagement with this exec. - - - Customer Name: Walmart - Spark - - ARR: $820,000 - - Renewal: 1/1/25 - - Contact Title/Name: Moe Kahn, Senior Director, Strategy & Operations - Driver Experience - - Walmart - Spark has signed a two-year contract that renews on 1/1/25. -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - -@code markdown -To: moe.kahn@walmart.com -Subject: Gainsight | Walmart Spark: Exec Check-in - -Hey Trevor, - -Thanks for being an awesome Northpass customer - we love serving DoorDash and being part of your Dasher education journey. - -Norm is having a blast working with you and is excited about the evolution of your learning program. - -As the Vice President of Customer Success at Gainsight, I'm keen to hear your feedback on our product and services and would love to know more about your vision for your learning program as you plan for the future. - -That said, I'd love to meet you! Can we find 30 minutes for a Zoom over the next few weeks? Feel free to propose a time. Or, use this link to my calendar to book a time directly. - -I am looking forward to it! - -Take care and best, - -Easton -@end diff --git a/Customer_Notes/Ghost_Notes/zenjob_ghostnote.norg b/Customer_Notes/Ghost_Notes/zenjob_ghostnote.norg deleted file mode 100644 index e711c1f3..00000000 --- a/Customer_Notes/Ghost_Notes/zenjob_ghostnote.norg +++ /dev/null @@ -1,41 +0,0 @@ -* INTERNAL STAKEHOLDER NOTE -** Instructions: - - THIS FIRST PART IS JUST YOUR NOTE TO OUR INTERNAL STAKEHOLDER (but you'll send both the internal and external part in the whole email) i.e. Steve, Easton, myself) This is your opportunity to fill them in about any details that can make their conversation be successful. - -@code markdown -Hi Kat, - - Below is a note for you to send to check in with a Viky Macho, Operational Team Lead and Project lead at Zenjob. This outreach is because we've had limited engagement with this exec and she only inserts herself into meetings with legal or big-picture operational questions. - - - Customer Name: Zenjob - - ARR: $75,000 - - Renewal: 10/31/23 - - Contact Title/Name: Viky Macho, Operational Team Lead - - Their procurement vendor, Sastrify, has already reached out to me to discuss their renewal, which is a good sign. - - Zenjob asks for A LOT of customizations and often changes things previously decided on despite my advice that it may not be wise. It is communicated to me that they need the changes. - - This is a gig economy use case and they call their end users "talents". - - Overall, they are very satisfied with everything we've done for them. - - Their next priority is to stop using Typeform for legal documents and use Northpass instead, but are concern with some security items. -@end - -* EXTERNAL EMAIL TO SEND FROM EXEC -** Instructions: - - The CSM will fill out everything for the exec. All the exec should have to do is copy and paste the body into their - email and send it to the contact you've provided. - - @code markdown -To: viktoria.macho@zenjob.com -Subject: Gainsight | Zenjob: Exec Check-in - -Hey Viky, - -Hope you’re doing well! My name is Kat Kenny and I lead our CS teams for both Gainsight PX as well as our newly acquired company, Northpass. As I take on this exciting new venture leading the Northpass CS team, I am looking to meet with key stakeholders to capture any feedback and align on your vision in working with our company. - -I have added in some upcoming availability below - let me know what works best. - -<< INSERT CALENDLY SLOTS >> - -I look forward to meeting with you! - -Kat -@end diff --git a/Customer_Notes/index.md b/Customer_Notes/index.md deleted file mode 100644 index f8e685dd..00000000 --- a/Customer_Notes/index.md +++ /dev/null @@ -1,47 +0,0 @@ -# Customers - -## Anthology - -- [Anthology/08.25.23.md](#anthology082523md) - -## Skuid - -- [Skuid/Data%20Discussion%20-%2008.10.2023.md](#skuiddata20discussion20-2008102023md) -- [Skuid/Data2%20-%2008.11.2023.md](#skuiddata220-2008112023md) -- [Skuid/08.24.23.md](#skuid082423md) - -## Swift Medical - -- [SwiftMedical/08.25.23.md](#swiftmedical082523md) - -## Pipedrive - -- [Pipedrive/Slack%20Message%20to%20team%208.10.23.md](#pipedriveslack20message20to20team2081023md) -- [Pipedrive/08.24.23-Internal_Sync.md](#pipedrive082423-internalsyncmd) - -## Wild Health - -- [Wild_Health/Friday%20Sync%20-%2008.11.23.md](#wildhealthfriday20sync20-20081123md) -- [Wild_Health/08.22.23.md](#wildhealth082223md) - -## G2 - -- [G2/08.21.23.md](#g2082123md) -- [G2/08.22.23.md](#g2082223md) - -## William Sonoma - -- [William_Sonoma/08.22.23_Implementation.md](#williamsonoma082223implementationmd) - -## Big Ideas - -- [BigIdeas/Quiz_feedback.md](#bigideasquizfeedbackmd) -- [BigIdeas/08.24.23_Technical_Discussion.md](#bigideas082423technicaldiscussionmd) - -## Zenjob - -- [Zenjob/08.23.23.md](#zenjob082323md) - -## Walmart Spark - - - [Walmart_Spark/08.23.23.md](#walmartspark082323md) diff --git a/Customer_Notes/index.norg b/Customer_Notes/index.norg deleted file mode 100644 index 5bb976a5..00000000 --- a/Customer_Notes/index.norg +++ /dev/null @@ -1,31 +0,0 @@ -.toc Customer List - -* Customers - -** Anthology: - - {:Anthology/08.25.23:} -** Skuid: - - {:Skuid/Data Discussion - 08.10.2023:} - - {:Skuid/Data2 - 08.11.2023:} - - {:Skuid/08.24.23:} -** Swift Medical: - - {:SwiftMedical/08.25.23:} -** Pipedrive: - - {:Pipedrive/Slack Message to team 8.10.23:} - - {:Pipedrive/08.24.23-Internal_Sync:} -** Wild Health: - - {:Wild_Health/Friday Sync - 08.11.23:} - - {:Wild_Health/08.22.23:} -** G2 - - {:G2/08.21.23:} - - {:G2/08.22.23:} -** William Sonoma - - {:William_Sonoma/08.22.23_Implementation:} -** Big Ideas - - {:BigIdeas/Quiz_feedback:} - - {:BigIdeas/08.24.23_Technical_Discussion:} -** Zenjob - - {:Zenjob/08.23.23:} -** Walmart Spark - -- {:Walmart_Spark/08.23.23:} - diff --git a/Ghost_Notes/williamsonoma_ghostnote.md b/Ghost_Notes/williamsonoma_ghostnote.md new file mode 100644 index 00000000..ed1288e9 --- /dev/null +++ b/Ghost_Notes/williamsonoma_ghostnote.md @@ -0,0 +1,48 @@ +# Ghost Note to William Sonoma + +## Email for Exec from CSM + +Hi Steve, + +Below is a note for you to send to check-in with Aubrey Haase at William Sonoma. This outreach is because Aubrey's team has +expressed concerns with the implementation process and Northpass features. Things have been steadily progressing, but +there seems to be a bit of inflexibility on the client's end from how they previously managed an LMS and delivered content. + +- Customer Name: William Sonoma +- ARR: $75,000 +- Renewal: 08/10/2024 +- Contact Title/Name: Aubrey Haase - Senior Manager - Learning and Development, Training, and Knowledge +- Their use case is internal training for new William Sonoma support members. +- Certain items like time tracking, auto-log out/session timeout, and video analytics are key metrics for them, as + requested by HR requirements. +- They seem to have an ongoing issue with these learners lying about the time they spent in each course and so the team + needs a way to verify if the learner is lying or not. +- Aubrey's two team members, Pam and Tyler are the two that have complained the most about Northpass. +- Pam claimed she was told Northpass was "drag and drop" in terms of customizing the layout. We have confirmed with Charles that this was never shared with her. +- From our perspective, Pam and Tyler seem to be unwilling to build content out before the design is done. While we've faced + this before with clients, they tend to let go of their assumptions and trust us. That hasn't occurred here yet, for + whatever reason. +- Pam and Tyler also use fairly different definitions when it comes to LMS terms like course, module, learning path, learning + plan, etc. This became so apparent one meeting that Aubrey sent an email to only Patrycja and I after one meeting saying + that she has been encouraging the WS team to adopt our terms for ease of understanding. Aubrey also cleared up a few + other terms that had caused confusion. + +## Email from Exec to Client + +Hi Aubrey, + +My name is Steve Cornwell and I am the former CEO of Northpass. Now as Gainsight's new SVP of Strategy for Customer +Education, I'm reaching out to you as Norm and Patrycja let me know that your team hasn't had the smoothest implementation +experience. + +I'm keen to learn more about your experience with Northpass so far, to hear your feedback on our products and services, and +ultimately, hear about your vision for your learning program and your plans for the future. + +I'd love to meet you to discuss! Can we find 30 minutes for a Zoom over the next few weeks? Feel free to propose a time. Or, +please use this link to my calendar and book a time directly. + +I'm looking forward to meeting you, Aubrey! + +Take care and best, + +Steve diff --git a/Scripts/Auto_Scrape_Screenshots/Customer feedback b/Scripts/Auto_Scrape_Screenshots/Customer feedback new file mode 100644 index 0000000000000000000000000000000000000000..f5a415f2c1771a031c0971e538cc9b66aefd7cf0 GIT binary patch literal 33645 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

E!-hBMbts5A5jQSWYE{jYj)+_0Y|pT%#Pm;;)+ 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