Notes, end of week changes. Litlte script stuff.

This commit is contained in:
Norm Rasmussen
2023-09-01 17:09:55 -04:00
parent 59b793bb1f
commit 020d9fa764
5 changed files with 58 additions and 5 deletions

View File

@ -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 |
| | | | |

View File

@ -148,12 +148,12 @@ ALl good! It went smoothly.
### Post Launch Meeting ### Post Launch Meeting
### Attendees #### Attendees
* KC Williams * KC Williams
* Norm Rasmussen * Norm Rasmussen
## Notes #### Notes
* Ideal regular meeting - every week until we are "more finished" and polished. * Ideal regular meeting - every week until we are "more finished" and polished.
* Fridays at 9:30 am EST * 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. 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. * 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. * 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? * 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? 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 * 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 * 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. * 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. * 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

View File

@ -631,3 +631,28 @@ DONE: Norm to deliver length of each description for search.
* Cassie comments: Understanding the metrics program Course. * Cassie comments: Understanding the metrics program Course.
TODO: Test if a course can be accessible outside of Northpass without it being accessible to drivers. 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.

View File

@ -4,7 +4,7 @@ from pathlib import Path
import Apikeys import Apikeys
import os import os
basefile = "/Users/normrasmussen/Downloads/Mizuno July 2023 Completions.csv" basefile = "/Users/normrasmussen/Downloads/MizunoAug_Completions.csv"
api_key = Apikeys.mizuno api_key = Apikeys.mizuno
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]=" uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
prop_url = "https://api.northpass.com/v2/properties/people/" prop_url = "https://api.northpass.com/v2/properties/people/"