diff --git a/Assorted_Notes/incorrect_renewaldates_gong.md b/Assorted_Notes/incorrect_renewaldates_gong.md new file mode 100644 index 00000000..a37a4635 --- /dev/null +++ b/Assorted_Notes/incorrect_renewaldates_gong.md @@ -0,0 +1,6 @@ +# Incorrect Dates in Gong Renewals +| Company | Gong Renewal | Actual Renewal | Submitted to Gong Feedback? | +|---------------- | --------------- | --------------- | ------------------ | +| Walmart | 1/1/2026 | 4/07/25 | Yes, 09/01/2023 | +| | | | | + diff --git a/CustomerNotes/Anthology.md b/CustomerNotes/Anthology.md index d6cc7889..b6885052 100644 --- a/CustomerNotes/Anthology.md +++ b/CustomerNotes/Anthology.md @@ -148,12 +148,12 @@ ALl good! It went smoothly. ### Post Launch Meeting -### Attendees +#### Attendees * KC Williams * Norm Rasmussen -## Notes +#### Notes * Ideal regular meeting - every week until we are "more finished" and polished. * Fridays at 9:30 am EST @@ -174,7 +174,7 @@ ALl good! It went smoothly. DONE: Add warning for any personal email addresses entered into field. And make button unclickable. -## Search and Filter Needs +#### Search and Filter Needs * This is priority one. Internally people are asking and external people are complaining. * They _need_ search and filtering capability. Right now, it's not really working as they need. @@ -185,7 +185,7 @@ DONE: Add warning for any personal email addresses entered into field. And make * Can we not use Ocean Academy to search and then filter? DONE: Can we do a "page search" bar that doesn't use Northpass searching? Some library? -## Roles and Content Grouping +#### Roles and Content Grouping * They are still thinking through something like an Ocean Academy example of grouping content * The roles for using engage will be different than the roles for reach @@ -199,3 +199,25 @@ DONE: Add warning for any personal email addresses entered into field. And make * Amhit will be doing some people and content mapping. There's a QA doc for him to review. He will be doing clean up. * Abishek is on his team but unsure of responsibilities. + +## 09/02/2023 + +### Check in/Standing Meeting + +#### Notes + +* KC asked for the icon+product names should be an icon and text. +* Removed Northpass branding in comms by resetting default content. Marek and Comms team needs to figure out why it's not automatically refreshing. +* She mentioned that the higher ed user group is crazy pedantic. So if the sender domain isn't Anthology, they will ask if they got hacked. +* KC interested in using Workato's Outlook node to connect their sender domain via Workato and not just via Comms. +* They use Comet, currently, as their main email sender/SMTP server. +* Building off of the search functionality, she wants to build on that. The filter + and search is the single biggest user experience piece. +* This is what people complained about in the previous system. She wants to know if + we can continue to add filter, such as user role. +* KC to send Norm list of priorities for 2024 +* Full launch by EOCY. +- [X] Ask Austin to see if we can do the search. It should be more important than Rachel's request. +- [X] Push search functionality to production +DONE: Ask Austin to see if we can do the search. It should be more important than Rachel's request. +DONE: Push search functionality to production diff --git a/CustomerNotes/Walmart.md b/CustomerNotes/Walmart.md index 84d602a3..aed18957 100644 --- a/CustomerNotes/Walmart.md +++ b/CustomerNotes/Walmart.md @@ -631,3 +631,28 @@ DONE: Norm to deliver length of each description for search. * Cassie comments: Understanding the metrics program Course. TODO: Test if a course can be accessible outside of Northpass without it being accessible to drivers. + +## 09/01/2023 + +### Aditi Feedback on Learning Paths/Resource Bundles + +#### Notes and Action Items +* Illustrations: + * They are not up to date, so we will need the illustrations and list for the bundles. + * Make sure the illustration style is the same across all bundles. + * Height and Width are accurate. + * Look at that card style for everything. It is accurate. + * Time Count, Title, Description, Illustration + * No change to Illustration for non-bundle cards. +* Experience/Overview Page: + * If someone has completed a course outside of the resource bundle, it should be marked as complete. + * Can we recalculate what courses are completed _before_ they go into the overview page? +* Position of the Tags: + * Reuse the new tag on the actual course/resource within the overview page. + * Should match the category new tag. + * Norm/Kaitlyn to discuss the logic of the new tag for within a resource bundle overview page. +* Copy & Font Size: + * For all description copy, it should be 14px, Grey/Medium Contrast (Low).<-- Resource Bundles + * For all title copy, Gray/High Contracts <-- Resources Bundles +* Feature Section: + * Krystal and Travis to mull over the order of Featured cards, which should be resources, resource bundles, etc. diff --git a/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc b/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc index e924e5f3..485cc67e 100644 Binary files a/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc and b/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc differ diff --git a/Scripts/API_Tests/add-pgaids.py b/Scripts/API_Tests/add-pgaids.py index 665b313b..1f3dcb1e 100644 --- a/Scripts/API_Tests/add-pgaids.py +++ b/Scripts/API_Tests/add-pgaids.py @@ -4,7 +4,7 @@ from pathlib import Path import Apikeys import os -basefile = "/Users/normrasmussen/Downloads/Mizuno July 2023 Completions.csv" +basefile = "/Users/normrasmussen/Downloads/MizunoAug_Completions.csv" api_key = Apikeys.mizuno uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]=" prop_url = "https://api.northpass.com/v2/properties/people/"