From 019d7cc362ed61057dbb9a73cd08408e6634d6ff Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 7 Mar 2023 14:56:54 -0500 Subject: [PATCH] Notes --- CustomerNotes/Bolt.md | 7 +++++ CustomerNotes/Flink.md | 25 ++++++++++++++++++ CustomerNotes/G2.md | 17 ++++++++++++ Scripts/Walmart_Screenshots/.DS_Store | Bin 6148 -> 6148 bytes Scripts/Walmart_Screenshots/combine_to_pdf.py | 5 ++-- Scripts/Walmart_Screenshots/resources_api.js | 0 .../walmart_screenshots.sh | 15 +++++++++++ 7 files changed, 67 insertions(+), 2 deletions(-) mode change 100644 => 100755 Scripts/Walmart_Screenshots/combine_to_pdf.py mode change 100644 => 100755 Scripts/Walmart_Screenshots/resources_api.js create mode 100755 Scripts/Walmart_Screenshots/walmart_screenshots.sh diff --git a/CustomerNotes/Bolt.md b/CustomerNotes/Bolt.md index acbbafcf..5cc89bf8 100644 --- a/CustomerNotes/Bolt.md +++ b/CustomerNotes/Bolt.md @@ -180,3 +180,10 @@ _The main issue seems to be around webhooks. If webhooks are taking 3-5 minutes Next steps - Travis, do you want to create another SOW? How do we want to work forward for the next 6 months? Sten: we need to properly scope the issue that we are discussing. They are being impacted on many fronts from this delayed webhook issue. Once we have alignment on solving the webhooks, then we can properly create a scope for the next 6 months. + +## 03/06/2023 + +### Doris/Olivier + +Question about authentication screen: asked if email could be optional +In african markets, emails are not used normally. So can they not use one? diff --git a/CustomerNotes/Flink.md b/CustomerNotes/Flink.md index e6c61fe0..6d7ba350 100644 --- a/CustomerNotes/Flink.md +++ b/CustomerNotes/Flink.md @@ -378,3 +378,28 @@ Agenda from Email & Responses: - Sounds good. - Can we include on our reports the columns staff ID, hub and the information that we shared for the backfill? We will need it to create our dashboards. - Currently, properties are not available in the extract, but it is on the roadmap for the first half of this year for our enterprise clients. The person who created the custom extract your team is using will add them to your extract whenever they get that done. I will let you know when it becomes available. + +## 03/06/2023 + +### Demo to Nino and Jenny + +Focus is open access. Anna's email description: +> So the Workforce Growth team is looking for a solution that they can use in their assessment centres, so before we hire someone, which is why this needs to be open access. Additionally, they are looking for better ways to push training directly to Riders and Ops Associates, for instance through Braze. As part of this search they are also talking to Edume. Now, to best prepare for the call next week, it would be great if you could show us: +> +> 1. What is generally possible in terms of open access, ideally focused on this assessment centre use case - if this means that we need a new instance, it would be good to get some initial pricing as well +> 2. Options to push ad-hoc trainings via Braze + +Fountain flow - watch video and take quiz. +This whole idea is new. Self service video+quiz +Braze use case is different. Braze would PUSH the onboarding flow. +If used id x completed the course, then push certain information + +Assessment Center == Fountain +Current Riders/Pickers == Braze + +Nino used Northpass back in the day. But not recently + +Main goal is to boost conversion but they have some limiting factors. They need to increase conversion while keeping +stable experience. + +Timeline: the sooner the better. Everything *should* be ready before end of March. diff --git a/CustomerNotes/G2.md b/CustomerNotes/G2.md index 1cccd868..aeae7fc5 100644 --- a/CustomerNotes/G2.md +++ b/CustomerNotes/G2.md @@ -295,3 +295,20 @@ They are writing two more courses: 101 will go towards G2 Core Certification and BI will go towards BI Cert May - internal launch and QA + +## 03/06/2023 + +### Thinking Through Certs + +Custom certs access +Katlin also has questions - are we thinking through the full experience? +Are we accounting for edge use cases? Is this going to be a formal cert program? Are we putting our best foot forward? +She has both big picture, macro items and small micro, personal/customer items +Authentication and a public facing university. university.g2.com is accessible. So no change needed. + +Offer certs to anyone who has already completed all courses but before the LPs are launched + +BDR team is launching their own academy/cert program. It's an internal program and LMS. +They will be the QA tester in May + +TODO: Send Katlin and Erin examples of customized login pages, forms, learning paths/dashboards, etc. diff --git a/Scripts/Walmart_Screenshots/.DS_Store b/Scripts/Walmart_Screenshots/.DS_Store index 52fad8dc159cb9c9067b9d18ac0cd60b31f8897b..6c94896eb8bb5e9cb12dbea7b9f2558920dfae87 100644 GIT binary patch delta 49 zcmZoMXfc>@KyAfln+fi>k2o?gFt9KLFt{+dF%;+Kr?@2L0HpK~ Az5oCK delta 49 zcmZoMXfc>@Kus=Z$L+|oM;sX#7+4qr7+e_K7>aZAQ(TgA@{@pK91!`9&*a1bpp+1@ diff --git a/Scripts/Walmart_Screenshots/combine_to_pdf.py b/Scripts/Walmart_Screenshots/combine_to_pdf.py old mode 100644 new mode 100755 index 9f842a8f..cbc5c0e1 --- a/Scripts/Walmart_Screenshots/combine_to_pdf.py +++ b/Scripts/Walmart_Screenshots/combine_to_pdf.py @@ -1,5 +1,6 @@ from PIL import Image import glob +import re import os from datetime import date @@ -16,7 +17,6 @@ def find_pictures(currentdir): def split_resources(files, currentdir): - print(files) try: resource_title = files[0] resource_title = resource_title[:-6] @@ -30,12 +30,13 @@ def split_resources(files, currentdir): split_resources(files, currentdir) process_pictures(new_list, resource_title, currentdir) except IndexError as e: - pass + print(e) finally: pass def process_pictures(new_list, resource_title, currentdir): + resource_title = re.sub(r'[?]', "", resource_title) today = date.today() today = today.strftime("%m.%d.%Y") image_list = [] diff --git a/Scripts/Walmart_Screenshots/resources_api.js b/Scripts/Walmart_Screenshots/resources_api.js old mode 100644 new mode 100755 diff --git a/Scripts/Walmart_Screenshots/walmart_screenshots.sh b/Scripts/Walmart_Screenshots/walmart_screenshots.sh new file mode 100755 index 00000000..83f2c933 --- /dev/null +++ b/Scripts/Walmart_Screenshots/walmart_screenshots.sh @@ -0,0 +1,15 @@ +#! /bin/zsh + +jscript=$(node resources_api.js) +render_pdf=$(python3 combine_to_pdf.py) + +echo "Loading virtual environment for Python" +. ${PYENV_ROOT}/versions/walmart/bin/activate | awk 'NR==1{print $1,$2,$3}' + +echo "First up, Javascript's Pupeteer." +echo "$jscript" + +echo "JS Complete. Running Python Script to clean up PDFs." +echo "$render_pdf" + +echo "PDFs complete. Shutting down Virtual env."