Papa and Walmart Notes. Anthology and HackerRank templates.

This commit is contained in:
Norm Rasmussen
2023-10-27 17:41:59 -04:00
parent 26a7ac654c
commit 728dc962cc
70 changed files with 2085 additions and 618 deletions

View File

@ -298,3 +298,28 @@ Questions and Topics are mostly around Aaron's workflow.
* 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.
## 10/27/2023
### Katie and KC - Topics
Login:
* Email validation - some people won't like that there is no email validation
* Amit pointed out that competitors _could_ come in
* Click a link in email to update property - leadership will be concerned and pissed.
* Uphill climb with buy-in to convince people to not be pissed.
* Learner signs up > Prop is false > Learner gets email > Clicks link > Landing Page & Prop becomes true
* Might need second prop to store datetime
* If Prop is false for 24 hours > Deactivate Learner API
* Need to figure out when and how often to check the datetime difference
* On page load, it will check one user at a time, if time based, it will iterate through everyone (consuming CPUs)
* Auto-validate '@knowledgestate.edu'
* Auto-validate existing users
Workflow:
* Notification system for when the workflow is turned off and on
Sign up page Modal/warning - Ask Rachel for designs
Create Google Form for Amit to submit new domains

View File

@ -100,11 +100,16 @@ Austin reached out to Michael Stalenwart. Michael emailed Glassdoor on 7/5 and s
* Paul wants to learn more best practices to keep interest up with clients
* What is the flow?
* JO sends automated email based on Salesforce/GS data for all new closed
* JO sends automated email based on Salesforce/GS data for all new [closed](2023-10-27_closed.md)
deals
* Pooled kick-off call every Tuesday - learn about GSU, click into University
* JO email is tokenized - auto-enrolled in courses
* Kick off call is just a general link.
* Talked strategy most of the meeting
* Needs to decide if he wants to improve completions OR overall numbers in the
academy.
* Needs to decide if he wants to improve completions OR overall numbers in the academy.
## 10/27/2023
### Post-EBR sync with Austin and Mark

View File

@ -254,3 +254,34 @@ Implementation call for 60 minutes, 2nd week of January.
9-13th
Ask who else should be on the call.
## 10/27/2023
### CIO - Erich Gazaui
Immediately asking for the recording to be stopped
Notes:
* 2 months in at Papa
* Came from Ziprecruiter
* In charge of Sec, IT, Cloud infrastructure
* Erich is in charge building formal procurement process - as a result, he is removing a TON of vendors.
* Erich wants to cancel contract with Northpass
* Tropic told him that they are "stuck" and "can't do anything about Northpass "
* Additionally confusing because he was told "they are not using it at all" when I (Norm) has been in touch with Mini and
Chapin.
* Tropic - procurement vendor is being sun setted
GS CS Opportunity?
* Mark Petito - looking at Gainsight
* Stalled because of Erich. $65k?
* Goal vs Gain - How does GS Measure this?
* How does GS measure goals and gains
* He talked for a long time - definitely hired to be the bulldog and make the org more efficient
Erich claims to be a good partner. Says he doesn't expect vendors to do all the work because meeting in the middle means the
client also needs to come half way.
Papa Employees:
* Sam - Head of sales

View File

@ -875,3 +875,35 @@ Other Notes:
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?
## 10/27/2023
### Postman curls from Travis
Resources:
```bash
curl --location --request POST 'https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=AIzaSyB5i2RzWjqjq5Sa9nXwzrTZHGoj07WwyYI' \
--header 'Content-Type: text/plain' \
--data-raw '{
"longDynamicLink": "https://sparkdriverapp.page.link/?link=https://sparkdriver.com/resourcehub?id=90bbdf4d-c674-403c-93d1-1c2e43364e0e&apn=com.walmart.sparkdriver&ibi=com.walmart.sparkdriver",
"suffix": {
"option": "UNGUESSABLE"
}
}'
```
2022 Tax Filing Course UUID: `90bbdf4d-c674-403c-93d1-1c2e43364e0e`
Preview Course UUID that isn't working: `18f860db-9039-4e87-b0f7-80946367eea1`
Categories:
```bash
curl --location --request POST 'https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=AIzaSyB5i2RzWjqjq5Sa9nXwzrTZHGoj07WwyYI' \
--header 'Content-Type: text/plain' \
--data-raw '{
"longDynamicLink": "https://sparkdriverapp.page.link/?link=https://sparkdriver.com/resourcehub?category=DROP_OFF_AND_RETURNS&apn=com.walmart.sparkdriver&ibi=com.walmart.sparkdriver",
"suffix": {
"option": "UNGUESSABLE"
}
}'
```