diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 67eebe8b..85e8ed03 100644 Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_account_avatar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_account_avatar.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_account_avatar.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_account_form.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_account_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_account_form.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_account_form.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_arabic_lang.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_arabic_lang.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_arabic_lang.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_arabic_lang.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_cards_course.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_cards_course.html.liquid similarity index 67% rename from Custom_Templates/customer_templates/Harri-McDonalds/_cards_course.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_cards_course.html.liquid index 511bf306..43c9a1be 100644 --- a/Custom_Templates/customer_templates/Harri-McDonalds/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Harri - McDonalds/_cards_course.html.liquid @@ -18,15 +18,22 @@ {{ course.instructor_names }} {% endif %} -{% if current_person.signed_in? %} +{% if current_person.signed_in? %} {% if current_person.properties.language == "es" %} {% include "spanish_lang" %} {% elsif current_person.properties.language == "fr" %} diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_french_lang.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_french_lang.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_french_lang.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_french_lang.html.liquid diff --git a/Custom_Templates/customer_templates/Harri - McDonalds/_head.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_head.html.liquid new file mode 100644 index 00000000..0394e544 --- /dev/null +++ b/Custom_Templates/customer_templates/Harri - McDonalds/_head.html.liquid @@ -0,0 +1,52 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + +{% unless current_person.email contains "preview" %} + + {% assign group_count = 0 %} + {% assign is_in_all_group = false %} + + {% if current_person.signed_in? %} + {% assign groups = current_person.groups %} + {% for item in groups %} + {% assign group_count = group_count | plus: 1 %} + {% if group_count <= 1 and item.id contains 'd8b83557-aad1-4a4e-85ee-ddbde5d1e507' %} + {% assign is_in_all_group = true %} + + {% endif %} + {% endfor %} + {% endif %} + + {% if current_person.signed_in? %} + {% for item in current_person.groups %} + {% endfor %} + {% if current_person.groups.any? %} + {%else%} + + {% endif %} + {%endif%} + + {% endunless %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_header.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_header.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_header.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_course.html.liquid similarity index 87% rename from Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_course.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_course.html.liquid index 8aa7641c..88c77d06 100644 --- a/Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_course.html.liquid +++ b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_course.html.liquid @@ -24,6 +24,12 @@ " style="margin-top: 10px;"> {{ course.progress }}% Complete + {% assign time = courses.enrolled | where: "id", course.id %} + {% if time.first.properties.course_time != blank %} +
+ {{time.first.properties.course_time}} Min +
+ {%endif%} {% comment %} {% if course.optional? %} diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_description.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_description.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_progress_and_cta.html.liquid similarity index 68% rename from Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_progress_and_cta.html.liquid index f6e96680..940148e1 100644 --- a/Custom_Templates/customer_templates/Harri-McDonalds/_learning_path_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_path_progress_and_cta.html.liquid @@ -38,7 +38,7 @@ class="np-button-background-color np-card-progress-bar"> -
{% t shared.progress, count: lp_progress %} @@ -46,25 +46,4 @@
{% endif %} -
- {% if learning_path.enrolled? == false %} - {% t shared.enroll %} - {% elsif learning_path.started? == false %} - {% t shared.learning_path.start %} - {% elsif learning_path.completed? %} - {% t shared.learning_path.view %} - {% else %} - {% t shared.continue %} - {% endif %} - \ No newline at end of file +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} diff --git a/Custom_Templates/customer_templates/Harri - McDonalds/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_paths_index.html.liquid new file mode 100644 index 00000000..693d143a --- /dev/null +++ b/Custom_Templates/customer_templates/Harri - McDonalds/_learning_paths_index.html.liquid @@ -0,0 +1,55 @@ +{% assign swapped_groups = 'd1cc8cb4-fc5b-48b3-8e85-2f4faaf982dd, 0ecc1170-5761-4b5b-9047-5992232ceff4, 172784c9-7c26-4ffd-891f-4dbe8fda324f, 13765f3c-f1ee-4196-b846-1f07f63b3b64, c2caaef8-bebf-46b7-857b-79934a667495, 33842d33-6e9d-4dd6-a07c-49f2ce62b752, 011e1a52-beeb-4369-b030-a9ee3a0efe21, 216f8729-c6c6-4708-ad2c-fc732ef2d505, c1862cc1-a933-42bd-81cc-ebab4ec8d3d2' %} +{% assign is_in_group = false %} + + {% for group in current_person.groups %} + {% if swapped_groups contains group.id %} + {% assign is_in_group = true %} + {% break %} + {% endif %} + {% endfor %} + + {% if is_in_group%} +
+ {% if items.any? %} + {% for learning_path in items %} + {% if learning_path.name contains "Workforce"%} + {% include "cards_learning_path" with learning_path %} + {% endif %} + {% endfor %} + {% for learning_path in items %} + {% if learning_path.name contains "CoreHR"%} + {% include "cards_learning_path" with learning_path %} + {% endif %} + {% endfor %} + {% for learning_path in items %} + {% unless learning_path.name contains "CoreHR"%} + {% unless learning_path.name contains "Workforce"%} + {% include "cards_learning_path" with learning_path %} + {% endunless%} + {% endunless %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
+ {%else%} +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
+ {% endif %} diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_mcdonalds_theme.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_mcdonalds_theme.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_mcdonalds_theme.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_mcdonalds_theme.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_russian_lang.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_russian_lang.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_russian_lang.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_russian_lang.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_spanish_lang.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_spanish_lang.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_spanish_lang.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_spanish_lang.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_sub_navigation.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_sub_navigation.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_sub_navigation.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/_training_events_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/_training_events_zero_state.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/_training_events_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Harri - McDonalds/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/auth_url_email.html.liquid new file mode 100644 index 00000000..c4c27a3b --- /dev/null +++ b/Custom_Templates/customer_templates/Harri - McDonalds/auth_url_email.html.liquid @@ -0,0 +1,60 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/courses.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/courses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/courses.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/courses.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/dashboard.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/dashboard.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/dashboard.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/dashboard.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/learning_paths.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/learning_paths.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/learning_paths.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/learning_paths.html.liquid diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/master.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/master.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/master.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/master.html.liquid diff --git a/Custom_Templates/customer_templates/Harri - McDonalds/second-login.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/second-login.html.liquid new file mode 100644 index 00000000..8364bcf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Harri - McDonalds/second-login.html.liquid @@ -0,0 +1,341 @@ +{% assign group_count = 0 %} +{% assign groups = current_person.groups %} + +{% for item in groups %} + {% assign group_count = group_count | plus: 1 %} + {% if group_count >= 2 and item.id contains 'd8b83557-aad1-4a4e-85ee-ddbde5d1e507'%} + + {% endif %} +{% endfor %} + + {% include "header" %} +
+
+
+
+
Welcome!
+
Please choose the option that best matches your current role to enroll in the + appropriate learning path.
+ {% form_authenticity_token %} +
+ + +
+
Please provide your store number
+
+ + +
+
+ +
+
+
+ {% include "footer" %} + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/styles.css.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/styles.css.liquid similarity index 75% rename from Custom_Templates/customer_templates/Harri-McDonalds/styles.css.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/styles.css.liquid index 3fa296f6..542dea4f 100644 --- a/Custom_Templates/customer_templates/Harri-McDonalds/styles.css.liquid +++ b/Custom_Templates/customer_templates/Harri - McDonalds/styles.css.liquid @@ -35,4 +35,16 @@ .green-text, .green-status{ color: green; +} + +.course-duration-lp { + color: #de352a; + font-size: .75rem; + font-weight: 900; + text-transform: uppercase; + margin-top: 5px; +} + +.text-center { + text-align: center; } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Harri-McDonalds/training_events.html.liquid b/Custom_Templates/customer_templates/Harri - McDonalds/training_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Harri-McDonalds/training_events.html.liquid rename to Custom_Templates/customer_templates/Harri - McDonalds/training_events.html.liquid diff --git a/CustomerNotes/Anthology/Anthology.md b/CustomerNotes/Anthology/Anthology.md index 321f397a..05e98c9f 100644 --- a/CustomerNotes/Anthology/Anthology.md +++ b/CustomerNotes/Anthology/Anthology.md @@ -291,3 +291,10 @@ Questions and Topics are mostly around Aaron's workflow. * Full launch decision - how do we get all 10k people in? * Practical Question: T3 domains and laundry list of items. * Master Domain & Workflows: can Amit make a GUI to do the master domain list? + +## 10/20/2023 + +### Email, Design, and Amit + +* Manager permissions issues - when a manager creates a course, they don't have access to it. How to automate it? +* Rachel and design to discuss search results page and requested changes. diff --git a/CustomerNotes/Walmart/Walmart.md b/CustomerNotes/Walmart/Walmart.md index 95c98402..b26471c1 100644 --- a/CustomerNotes/Walmart/Walmart.md +++ b/CustomerNotes/Walmart/Walmart.md @@ -786,3 +786,92 @@ Cassie and Krystal * Patrick Duffy on today's tech call. Joined for 1 minute and then dropped. * Wasn't discussed: deep linking to the categories is going to take a much longer time than expected. * Cassie to work on content for MyMetrics and glossary. + +## 10/20/2023 + +### Spark/Gainsight Roadmap Meeting + +Leonardo - Marketing enablement platform for Spark +Rafi - Driver experience and driver journey team + +Background: + +* Spark - started 4 years ago +* Additional fulfillment channel for Walmart + +Key goals: + +* How do we become the most trusted platform + * Great earnings experience + * Engaging learning content + * Communicating with drivers at every leg of their journey + * Trust leads to retention +* How can they become the best low cost delivery provider +* Partnerships with sephora, apple, autozone, etc. +* Conversion - early tenure buckets to more tenured buckets +* Lose 35% in the first 90 days +* How to get to a "defectless" platform +* Remove friction and pain points +* How to deliver the right content at the right moment? +* Gamification and loyalty program for 2024 +* Perks and awards - leaderboards, points, badges, etc + +Questions: +Joris Question: What kind of content are you thinking of? +Rafi - two large categories: + +* Driver learning (earnings, care about new functionality, etc) +* Engagement - timely content, contests, promotions, perks, etc + +Joris Question: Proactive content - in-app experience? Email? SOmething else? +Rafi - Both, but driver portal is also important. + +* Out-of-app content experience that _feels_ like an in-app experience. + +**Every time we are pushing a feature or dealing with a crisis, Northpass is what powers that communication** + +Tracking: + +* Milestone tracking, percentages (content efficacy metrics), if the content is correct, it should push metrics (like CPO). +* Contact rate is the greatest single indicator of churn propensity for Spark. +* Support is a churn deterrent. +* Level of friction at each phase - behavior from humans turn drivers away (cashiers, walmart associates, etc) +* Total: 9m contacts / year +* 47% of those contacts are either education or technical support (check on that last one). + +Contacts: + +* Frequency of contact rate also indicates churn - 122%. Contact rate is a percentage of total orders. Over 100% means multiple +calls about the same offer/order. Average contact rate is 1.7%. + +Fun fact - activation rate without RC - 50-60% +Activation rate with RC - 93% + +**Analytics:** + +* Are they improving activation rates? +* Analytics feel like a black box for them +* Numbers exponentially shrink as we move through the driver funnel + +App & Portal: + +* Driver portal is outside of the app - +* Onboarding experience happens on the website, NOT on the app. Future roadmap item. +* Rafi worked with a previous content partner that had more interactive features and content delivery. +* AE Program starts November 15th. --> What is AE? +* Resolve "that" with analytics. What does that mean? Seems like old distrust of analytics is still present. +* Rafi showed example from deck of long search descriptions. This is not accurate and current design. +* Long descriptions are not intuitive search, discuss how to improve search capabilities in Northpass. + +Travis & Product team: + +* Broader Product Roadmap +* Customer Success & discuss how other Customers are extracting the most value +* (Krystal) - What sort of content creation tools are other people using? + +Other Notes: + +* Exponential growth next year. Expecting rapid expansion. +TODO: Roadmap session - schedule some time with same team for Allyson and Joris to lead. +* Krystal - Enhancement of video capabilities. Wants to double-down. +* Travis - Track all tasks across - Monday.com access? diff --git a/Scripts/Auto_Scrape_Screenshots/Customer feedback b/Scripts/Auto_Scrape_Screenshots/Customer feedback index f5a415f2..96f89bff 100644 Binary files a/Scripts/Auto_Scrape_Screenshots/Customer feedback and b/Scripts/Auto_Scrape_Screenshots/Customer feedback differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/2022 tax filing FAQs_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/2022 tax filing FAQs_10.20.2023.pdf new file mode 100644 index 00000000..538af7a8 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/2022 tax filing FAQs_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/About your earnings_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/About your earnings_10.20.2023.pdf new file mode 100644 index 00000000..099dc0a2 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/About your earnings_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Accepting & rejecting substitutions using live chat_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Accepting & rejecting substitutions using live chat_10.20.2023.pdf new file mode 100644 index 00000000..e5e18033 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Accepting & rejecting substitutions using live chat_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Accepting an offer_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Accepting an offer_10.20.2023.pdf new file mode 100644 index 00000000..7c188364 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Accepting an offer_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Accessing your metrics_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Accessing your metrics_10.20.2023.pdf new file mode 100644 index 00000000..95ea2487 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Accessing your metrics_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/App issues_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/App issues_10.20.2023.pdf new file mode 100644 index 00000000..3a973f93 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/App issues_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Appealing a deactivation_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Appealing a deactivation_10.20.2023.pdf new file mode 100644 index 00000000..9d6a2c07 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Appealing a deactivation_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Bagging tips_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Bagging tips_10.20.2023.pdf new file mode 100644 index 00000000..d45f0d98 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Bagging tips_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/COVID-19 best practices_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/COVID-19 best practices_10.20.2023.pdf new file mode 100644 index 00000000..a043a694 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/COVID-19 best practices_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Cancel a trip_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Cancel a trip_10.20.2023.pdf new file mode 100644 index 00000000..e80f1b4b Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Cancel a trip_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Canceled order due to food safety concerns_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Canceled order due to food safety concerns_10.20.2023.pdf new file mode 100644 index 00000000..75764904 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Canceled order due to food safety concerns_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Changing your Spark Driver™ app settings_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Changing your Spark Driver™ app settings_10.20.2023.pdf new file mode 100644 index 00000000..12ace4c5 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Changing your Spark Driver™ app settings_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Checking out Shopping & Delivery orders_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Checking out Shopping & Delivery orders_10.20.2023.pdf new file mode 100644 index 00000000..76506c62 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Checking out Shopping & Delivery orders_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Checking the status of your driver referrals_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Checking the status of your driver referrals_10.20.2023.pdf new file mode 100644 index 00000000..b53baad2 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Checking the status of your driver referrals_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Claiming your Branch Wallet_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Claiming your Branch Wallet_10.20.2023.pdf new file mode 100644 index 00000000..66e9bfb6 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Claiming your Branch Wallet_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Communicating with customers_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Communicating with customers_10.20.2023.pdf new file mode 100644 index 00000000..0f15a9d7 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Communicating with customers_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Completing your first delivery_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Completing your first delivery_10.20.2023.pdf new file mode 100644 index 00000000..7257bb55 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Completing your first delivery_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Customer feedback b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer feedback new file mode 100644 index 00000000..eb70c081 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer feedback differ diff --git "a/Scripts/Auto_Scrape_Screenshots/PDFs/Customer feedback\nHere's what customers are saying\nDONE_10.20.2023.pdf" "b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer feedback\nHere's what customers are saying\nDONE_10.20.2023.pdf" new file mode 100644 index 00000000..eb70c081 Binary files /dev/null and "b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer feedback\nHere's what customers are saying\nDONE_10.20.2023.pdf" differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Customer labels and scanning_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer labels and scanning_10.20.2023.pdf new file mode 100644 index 00000000..bb086fff Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer labels and scanning_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Customer return FAQs_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer return FAQs_10.20.2023.pdf new file mode 100644 index 00000000..ba090b6d Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Customer return FAQs_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Damaged order or damaged items received_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Damaged order or damaged items received_10.20.2023.pdf new file mode 100644 index 00000000..006c2795 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Damaged order or damaged items received_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering an order with alcohol_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering an order with alcohol_10.20.2023.pdf new file mode 100644 index 00000000..3368abcc Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering an order with alcohol_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering an order_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering an order_10.20.2023.pdf new file mode 100644 index 00000000..4a0ab39d Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering an order_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering cold and flu medicine orders with Dextromethorphan_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering cold and flu medicine orders with Dextromethorphan_10.20.2023.pdf new file mode 100644 index 00000000..f7771d76 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering cold and flu medicine orders with Dextromethorphan_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering to a hotel or hospital_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering to a hotel or hospital_10.20.2023.pdf new file mode 100644 index 00000000..ede1bc12 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivering to a hotel or hospital_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Delivery FAQs_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivery FAQs_10.20.2023.pdf new file mode 100644 index 00000000..99cd6b82 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Delivery FAQs_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Driver support options_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Driver support options_10.20.2023.pdf new file mode 100644 index 00000000..dbfc297e Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Driver support options_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Earnings FAQ_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Earnings FAQ_10.20.2023.pdf new file mode 100644 index 00000000..f9062d1f Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Earnings FAQ_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Error messages & alerts_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Error messages & alerts_10.20.2023.pdf new file mode 100644 index 00000000..9e10d5db Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Error messages & alerts_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Forgotten, mixed up, or missing items_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Forgotten, mixed up, or missing items_10.20.2023.pdf new file mode 100644 index 00000000..aae4bff9 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Forgotten, mixed up, or missing items_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/General FAQs_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/General FAQs_10.20.2023.pdf new file mode 100644 index 00000000..49abf42e Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/General FAQs_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/How to apply for ONE for existing drivers_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/How to apply for ONE for existing drivers_10.20.2023.pdf new file mode 100644 index 00000000..c2657a6c Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/How to apply for ONE for existing drivers_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/How to apply for ONE for new drivers_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/How to apply for ONE for new drivers_10.20.2023.pdf new file mode 100644 index 00000000..eb466285 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/How to apply for ONE for new drivers_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/How to deliver a Customer return offer_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/How to deliver a Customer return offer_10.20.2023.pdf new file mode 100644 index 00000000..8ed7fd62 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/How to deliver a Customer return offer_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/How to switch earnings accounts_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/How to switch earnings accounts_10.20.2023.pdf new file mode 100644 index 00000000..ce8ffc28 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/How to switch earnings accounts_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Information on when driver referrals are updated_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Information on when driver referrals are updated_10.20.2023.pdf new file mode 100644 index 00000000..d4985fda Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Information on when driver referrals are updated_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Issues with confirming arrival at the store or customer location_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Issues with confirming arrival at the store or customer location_10.20.2023.pdf new file mode 100644 index 00000000..4c48a33a Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Issues with confirming arrival at the store or customer location_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Items found during Shopping & Delivery orders_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Items found during Shopping & Delivery orders_10.20.2023.pdf new file mode 100644 index 00000000..3faba7c6 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Items found during Shopping & Delivery orders_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Items rejected by customer_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Items rejected by customer_10.20.2023.pdf new file mode 100644 index 00000000..87b5137e Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Items rejected by customer_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Not receiving offers_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Not receiving offers_10.20.2023.pdf new file mode 100644 index 00000000..c6669fbb Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Not receiving offers_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Onboarding to the Spark Driver™ platform_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Onboarding to the Spark Driver™ platform_10.20.2023.pdf new file mode 100644 index 00000000..95e9936a Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Onboarding to the Spark Driver™ platform_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up a curbside order_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up a curbside order_10.20.2023.pdf new file mode 100644 index 00000000..b38c5de4 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up a curbside order_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up an in-store order_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up an in-store order_10.20.2023.pdf new file mode 100644 index 00000000..c0d52cc2 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up an in-store order_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up orders from non-Walmart locations_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up orders from non-Walmart locations_10.20.2023.pdf new file mode 100644 index 00000000..e600bfd5 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Picking up orders from non-Walmart locations_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Produce shopping_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Produce shopping_10.20.2023.pdf new file mode 100644 index 00000000..636b85e0 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Produce shopping_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Real-time identity verification_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Real-time identity verification_10.20.2023.pdf new file mode 100644 index 00000000..aa0f7eff Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Real-time identity verification_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Receiving offers_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Receiving offers_10.20.2023.pdf new file mode 100644 index 00000000..581a25f4 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Receiving offers_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Referral incentives_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Referral incentives_10.20.2023.pdf new file mode 100644 index 00000000..dec95efc Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Referral incentives_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Reporting safety incidents or customer conduct concerns_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Reporting safety incidents or customer conduct concerns_10.20.2023.pdf new file mode 100644 index 00000000..6840a939 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Reporting safety incidents or customer conduct concerns_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Resetting your Spark Driver™ app password_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Resetting your Spark Driver™ app password_10.20.2023.pdf new file mode 100644 index 00000000..9502cb37 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Resetting your Spark Driver™ app password_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Resolving Spark Driver™ app sign-in errors_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Resolving Spark Driver™ app sign-in errors_10.20.2023.pdf new file mode 100644 index 00000000..da4ad1a1 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Resolving Spark Driver™ app sign-in errors_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Returning an order_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Returning an order_10.20.2023.pdf new file mode 100644 index 00000000..29ac8f40 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Returning an order_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Reviewing your trips_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Reviewing your trips_10.20.2023.pdf new file mode 100644 index 00000000..86bfdf63 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Reviewing your trips_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Rewards Program_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Rewards Program_10.20.2023.pdf new file mode 100644 index 00000000..98bf510b Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Rewards Program_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Selecting your default navigation app_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Selecting your default navigation app_10.20.2023.pdf new file mode 100644 index 00000000..cc5a8503 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Selecting your default navigation app_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Setting up your Spark Driver account_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Setting up your Spark Driver account_10.20.2023.pdf new file mode 100644 index 00000000..1446c11f Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Setting up your Spark Driver account_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Setting your Spark Driver™ app password and turning on notifications_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Setting your Spark Driver™ app password and turning on notifications_10.20.2023.pdf new file mode 100644 index 00000000..50a85672 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Setting your Spark Driver™ app password and turning on notifications_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Sharing your location_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Sharing your location_10.20.2023.pdf new file mode 100644 index 00000000..f50c92e2 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Sharing your location_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping & Delivery overview_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping & Delivery overview_10.20.2023.pdf new file mode 100644 index 00000000..ad73dc4c Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping & Delivery overview_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping an order_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping an order_10.20.2023.pdf new file mode 100644 index 00000000..7da8f733 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping an order_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping for items out of sequence_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping for items out of sequence_10.20.2023.pdf new file mode 100644 index 00000000..f33c59a0 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Shopping for items out of sequence_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Signing out_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Signing out_10.20.2023.pdf new file mode 100644 index 00000000..82bfad21 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Signing out_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Spill cleanup information_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Spill cleanup information_10.20.2023.pdf new file mode 100644 index 00000000..c4b440b3 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Spill cleanup information_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/State and local government notices_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/State and local government notices_10.20.2023.pdf new file mode 100644 index 00000000..49d68707 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/State and local government notices_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/State by state alcohol certification information_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/State by state alcohol certification information_10.20.2023.pdf new file mode 100644 index 00000000..35fefbcf Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/State by state alcohol certification information_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Substituting customer items_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Substituting customer items_10.20.2023.pdf new file mode 100644 index 00000000..73678ded Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Substituting customer items_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Turning off Spark Now_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Turning off Spark Now_10.20.2023.pdf new file mode 100644 index 00000000..85501237 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Turning off Spark Now_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Turning on Spark Now_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Turning on Spark Now_10.20.2023.pdf new file mode 100644 index 00000000..c5cd0eec Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Turning on Spark Now_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Understanding offer types_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Understanding offer types_10.20.2023.pdf new file mode 100644 index 00000000..b4536243 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Understanding offer types_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Updating driver’s license and auto insurance_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Updating driver’s license and auto insurance_10.20.2023.pdf new file mode 100644 index 00000000..0e4f274f Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Updating driver’s license and auto insurance_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Updating your Spark Driver™ app_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Updating your Spark Driver™ app_10.20.2023.pdf new file mode 100644 index 00000000..4e2b267e Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Updating your Spark Driver™ app_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Using the Report Issue feature in the app_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Using the Report Issue feature in the app_10.20.2023.pdf new file mode 100644 index 00000000..7fc71b60 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Using the Report Issue feature in the app_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Vehicle details_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Vehicle details_10.20.2023.pdf new file mode 100644 index 00000000..e606f65d Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Vehicle details_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Viewing California Driver Info_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Viewing California Driver Info_10.20.2023.pdf new file mode 100644 index 00000000..6f2c3298 Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Viewing California Driver Info_10.20.2023.pdf differ diff --git a/Scripts/Auto_Scrape_Screenshots/PDFs/Viewing and changing your delivery zone_10.20.2023.pdf b/Scripts/Auto_Scrape_Screenshots/PDFs/Viewing and changing your delivery zone_10.20.2023.pdf new file mode 100644 index 00000000..4bb40bed Binary files /dev/null and b/Scripts/Auto_Scrape_Screenshots/PDFs/Viewing and changing your delivery zone_10.20.2023.pdf differ