TS props script, notes

This commit is contained in:
Norm Rasmussen
2023-01-05 17:15:12 -05:00
parent 3bf4d6a151
commit 26610f8ae0
12 changed files with 368 additions and 116 deletions

View File

@ -4,7 +4,7 @@
[X] Wistia Project, what access do they have?
[X] Share button with /app/course within course viewer bright green 52 front
[X] EXpert led categories url not working
[X] Expert led categories url not working
[X] Change Enroll in Course to Watch Video
## Notes
@ -59,8 +59,8 @@ Problems/Opportunities:
* They are less concerned with activated/active learners and really want to see individuals and get names and emails.
* Can Google Apps allow _any_ google account user to sign up with Omnisend? Is this the same as social login?
FEAT: * They want Google Social Login for external users. They also want 2FA for internal users.
TODO: Can Google Apps allow social login? Can anyone with a google account have an account in Northpass?
TODO: What needs to be done to setup a new instance with Google Apps auth? The documentation is really limited.
DONE: Can Google Apps allow social login? Can anyone with a google account have an account in Northpass?
DONE: What needs to be done to setup a new instance with Google Apps auth? The documentation is really limited.
* What Audrius would prefer is to have public pages, but the actual content must be behind login.
* They need to switch to a better acquisition model. The original idea was to be like Youtube, but to be honest, this will never be like Youtube.
* Responsiveness with Screens:
@ -71,5 +71,33 @@ TODO: What needs to be done to setup a new instance with Google Apps auth? The d
DONE: * Submit Ticket to move the Course Image on the overview page all the way to the right of the screen.
* Contract:
* Doesn't need 3000 learners - wants to slash the price. 1500-2000 learners especially if they switch to Google Auth.
TODO: Send Contract information, updating pricing for fewer learners but an additional instance.
DONE: Send Contract information, updating pricing for fewer learners but an additional instance.
* Audrius is away from 5th of December until the end of the year.* So if we can setup the Google Auth answers this week, it will be helpful so he doesn't have as much work to do while he is gone.
## 01/04/2023
### Bernard, Existing Customers
He runs Omnisend blog.
86-90k clients. Large volume, small cost.
They want an academy for existing customers to see new content and go back for a resource
Retention and Engagement.
Most of their "brands" are free, and then a small portion of paying customers. They have two plans: standard and pro. Both are paid.
~$50/month for each plan. This is the main audience.
They want to tease free customers to join and become paid customers.
Main pain point from their customers?
* Email marketing is weak for these customers, which could be 1-person shops. eCommerce shops are doing everything and are also inundated with emails. This is an alternative to facebook ads. The Omnisend academy would teach them how to better use their product. The Academy would also give them more specific content.
Content Creation Plan?
* For the time being, it would fall on Bernard. Blog is mostly SEO content and quite generic/top of funnel. So freelancers can start it and then he adds in specifics. This academy content must be built in house, leveraging agency partnerships.
Optimal Situation:
* He wants to see all the content in a catalog with category type. And be able to have users to click the category and show those courses.
The difficult thing for him is how to chop up the information and categories.

View File

@ -1,28 +1,33 @@
# Pipedrive
## 11/02/2022
### Strategy Session - Implementation
### Strategy Session - Implementation
* Priority is indexed pages
* What does it take to get someone certified? - James
* What does it take to get someone certified? - James
* Explanation of certifications administration
* Can we trigger badging on watching videos + a quiz?
* Segmentation to force that usage for users
* Analytics on the front end - Segment is what they use
* Segment then pipes into Google Analytics
* Can we trigger badging on watching videos + a quiz?
* Segmentation to force that usage for users
* Analytics on the front end - Segment is what they use
* Segment then pipes into Google Analytics
* Data Warehouse: via Segment
* She will get a team together to work on data together.
* She will get a team together to work on data together.
* Start with design only for the Courses Page
* Tutorials page will also be design - single video tutorials
* These are both for logged in and non-logged in users
* Kaisa is the main content pusher
* All videos are housed in Vidyard - Vidyard has a link and replace feature
* Starting with 4-5 courses
* Their "courses" are video playlists - they are mostly tutorial videos
* Timeline? Mission team needs 7 weeks to complete everything they need to do.
* Launch in Q1
* Any other questions from Kaisa? Content Sessions - Training on the platform etc.
* Patrycja: onboarding can be two phases - design and content. Norm for content and strategy and Patrycja on design and training.
* The least experience comes in actual course creation.
* Tutorials page will also be design - single video tutorials
* These are both for logged in and non-logged in users
* Kaisa is the main content pusher
* All videos are housed in Vidyard - Vidyard has a link and replace feature
* Starting with 4-5 courses
* Their "courses" are video playlists - they are mostly tutorial videos
* Timeline? Mission team needs 7 weeks to complete everything they need to do.
* Launch in Q1
* Any other questions from Kaisa? Content Sessions - Training on the platform etc.
* Patrycja: onboarding can be two phases - design and content. Norm for content and strategy and Patrycja on design and training.
* The least experience comes in actual course creation.
## 12/1/2022
### Security Meeting
*Message sent to Slack Channel from Kaisa:*
@ -30,8 +35,9 @@
>
> @Łukasz Chołodecki
> heres a recap of agendas for the two meetings we have today :slightly_smiling_face:
>
>
> *Security Meeting*
>
> * Security vulnerabilities and how Northpass security team approaches them in relation to having Northpass platform under Pipedrive domain (learn.pipedrive.com)
> * Cookies that should be included in OneTrust, user preference to be respected. We have had a conversation with Norm around this but want to confirm were all good
> * Deletion of data - how is this working on the Northpass side (for user account created for learn.pipedrive.com). Northpass has already confirmed its possible but we need to document how
@ -40,52 +46,62 @@
> * Find out what data we could bring to Pipedrive DW from Northpass native tracking and how. Things like course stats and other learning XP related items.
> * Establish what role information we pass through our SSO plays in data flows.
During the SSO process, only one company is passed per user.
During the SSO process, only one company is passed per user.
Overview of how they use Segment:
* On the website:
* Similar to Google Analytics
* Segment snippet is loaded on the side
* Acts as data tracking analytical tool
* Two things it will open up: Page & Check/Track
* Page event gets sent, which pages they visit, user-agent, device
* Track event, sign up button but didn't finish, email gets sent, video progression and stopping (%)
* Segment is a JS snippet
* This snippet is blocked by the consent OneTrust
* Similar to Google Analytics
* Segment snippet is loaded on the side
* Acts as data tracking analytical tool
* Two things it will open up: Page & Check/Track
* Page event gets sent, which pages they visit, user-agent, device
* Track event, sign up button but didn't finish, email gets sent, video progression and stopping (%)
* Segment is a JS snippet
* This snippet is blocked by the consent OneTrust
* In the Data Warehouse:
* On website, segment is launched and all the events are pushed into Segment platform.
* They can then pipeline all those events and data - sources to targets
* Everything is collected
* KPI Analytics within the warehouse
* It is relying heavily on what is being tracked in the first place
* Who landed where, how it was engaged
* On website, segment is launched and all the events are pushed into Segment platform.
* They can then pipeline all those events and data - sources to targets
* Everything is collected
* KPI Analytics within the warehouse
* It is relying heavily on what is being tracked in the first place
* Who landed where, how it was engaged
Lukasz: we don't have those events, but we can try to build them. Since this is a customized school, events are not being tracked as much. We may be able to pass this information.
Norm: What is the tracking unique identifier? Session ID? User ID?
> Pipedrive will create the unique ID, or passing in a pipedrive owned identifier that can be passed to segment. They will have to define what attributes and data points that they will want in the warehouse. To add, Segment can track when there is no clear user identification. Segment has a mechanism of "anonymous ID" and try to persist it in the cookie. They can use this for non-known users.
> Pipedrive will create the unique ID, or passing in a pipedrive owned identifier that can be passed to segment. They will have to define what attributes and data points that they will want in the warehouse. To add, Segment can track when there is no clear user identification. Segment has a mechanism of "anonymous ID" and try to persist it in the cookie. They can use this for non-known users.
For Northpass, most of the time, users will have identifiers. If they come from Pipedrive - they will have the Pipedrive ID. If from Northpass, our UUID will be passed. We need to ensure that param is passed. This would be ideal instead of trying to rely on the anonymous ID.
For Northpass, most of the time, users will have identifiers. If they come from Pipedrive - they will have the Pipedrive ID. If from Northpass, our UUID will be passed. We need to ensure that param is passed. This would be ideal instead of trying to rely on the anonymous ID.
From Pipedrive's side, will there be a problem with how Identity Resolution gets passed?
From Pipedrive's side, will there be a problem with how Identity Resolution gets passed?
Some clarification from Bjorn: are we discussing a scenario of segment tracking within all Northpass web content? Right now, design is fully under Northpass control. This makes them a little less confident, because they want to make sure it is totally trackable.
Some clarification from Bjorn: are we discussing a scenario of segment tracking within all Northpass web content? Right now, design is fully under Northpass control. This makes them a little less confident, because they want to make sure it is totally trackable.
Third point: There is some native tracking. Is there a point at building everything up via Segment? Such as Course Completion, are these being passed via events? We have some webhooks, but what do they mean by "events"?
Third point: There is some native tracking. Is there a point at building everything up via Segment? Such as Course Completion, are these being passed via events? We have some webhooks, but what do they mean by "events"?
Internal Questions for Pipedrive:
* Can OneTrust share consent snippet across pages? Main snippet is from Pipedrive.com, but it would carry over to other sites from the source snippet.
* Will we know who _hasn't_ given OneTrust consent? We could create a boolean prop to show who has or hasn't given consent.
* Are they/can they tie this into Consent and Privacy Policies as dictated by Pipedrive? Good question (Kaisa) and this will need to be brought up in their meeting next week.
* Would it be possible (or are they considering) to extend their Cookie Banner into Northpass? Yes, they are.
Internal Questions for Pipedrive:
* Can OneTrust share consent snippet across pages? Main snippet is from Pipedrive.com, but it would carry over to other sites from the source snippet.
* Will we know who *hasn't* given OneTrust consent? We could create a boolean prop to show who has or hasn't given consent.
* Are they/can they tie this into Consent and Privacy Policies as dictated by Pipedrive? Good question (Kaisa) and this will need to be brought up in their meeting next week.
* Would it be possible (or are they considering) to extend their Cookie Banner into Northpass? Yes, they are.
* Do they tie the consent to the Pipedrive ID? No, they don't. This is completely on the user and browser side. No real client information.
_Umbrella Question from Bjorn:_
*Umbrella Question from Bjorn:*
Three main questions they want to understand
* Acquisition - what are the sources of their arrival?
* What are they clicking on?
* Acquisition - what are the sources of their arrival?
* What are they clicking on?
* Business Specific data - course completion, etc
What are the options to get the data out of Northpass and into their warehouse?
TODO: Send Bjorn our data schema. Send him our 3-4 options in an email so he can read through the options. The options I provided were: Encrypted Dump into S3 bucket (Flink), Secure Data Transfer, Webhooks (not ideal), and Snowflake/Look for customers who are also on Snowflake or Looker.
What are the options to get the data out of Northpass and into their warehouse?
DONE: Bjorn our data schema. Send him our 3-4 options in an email so he can read through the options. The options I provided were Encrypted Dump into S3 bucket (Flink), Secure Data Transfer, Webhooks (not ideal), and Snowflake/Look for customers who are also on Snowflake or Looker.
## 01/03/2023
### Content & Uploading
Video Promo URL not embedding correctly? Why? iFrame wasn't working, but she was using embed URL not single http:// url.

View File

@ -89,12 +89,16 @@ Kathleen has some questions and/or bring something to our attention:
- Her team is trying to anticipate some changes that are happening in the company, and looking for long-term solutions. 4-Year Plan, repackaging and bundling the products. Potentially, one of the products could have 3 different names. For example:
- Currently: Fulfillment
- Future: Retail, Warehouse, Vendor/Supplier - three different fulfillment product names
- They also want to replace user guides. Putting User Guide content in Northpass. Using text editor/RTE - just copy and pasting it into Northpass.
- They also want to replace user guides. Putting User Guide content in Northpass. Using text ed:Titor/RTE - just copy and pasting it into Northpass.
## 12/21/2022
### Tables and Content
They use a lot of tables in their content. They use this to display text and pictures, this is mostly used for formatting. However, they had to go into the HTML to make the borders invisible. Thankfully, they had a designer willing to help them.
They use a lot of tables in their content. They use this to display text and pictures, this is mostly used for formatting. However, they had to go into the HTML to make the borders invisible. Thankfully, they had a designer willing to help them.
Froala doesn't by default allow to hide borders on tables. Can Northpass add it? Or, can I provide some quick html/css to add to any RTE that they don't want borders in.
## 01/04/2023
FEAT: Add email filter for SCA report.

View File

@ -134,3 +134,18 @@ Two other items from Alexa:
* Rich Text Editor is not always working. Support blames the additional code, but Alexa says they are only copying and pasting from Google. But then when she tries to add the Wistia
* Skuad Skool - notifications for when a person completes 10 courses between 1/1 and 3/31
* Skuid Skool - notifications for when someone completes the first two levels - LPs 1-9 and 10-13
## 01/05/2023
### Integrating Quizzes
Survey and Exam Tools are what they are looking at.
All SCORM vendors like Captivate/Articulate Rise have hot spot.
* Hot spot is the main type of question they want.
They want to ask questions like "which option".
She wants to be integrated into Northpass, like passing scores and milestones.
Pro-profs & Question Pro at the top contenders.
Skuid's founder is retiring and joining the board and wants the RTE "beautified". Even the code guy said that.

View File

@ -232,7 +232,7 @@ Molly met with Mary Potter this morning (she is head of compliance). They are ab
DONE: -can NP trigger an email after course completion?
TODO: -can we see the analytics/details of the email and who it was sent to?
TODO: -can we receive an automated report of providers who have been assigned the training but 1) havent accessed the training, 2) started but have not yet completed the training.
DONE: -can we receive an automated report of providers who have been assigned the training but 1) havent accessed the training, 2) started but have not yet completed the training.
DONE: Turn on Workflows for 1099 School and create course completion email workflow recipe.
## 12/16/2022
@ -246,7 +246,7 @@ Her Ideas:
* Emails to supervisors when someone hasn't completed a course.
Course to test: Psychiatry Tickets Training
c147d36c-3416-49e2-b665-37342d215d9a
c147d36c-3416-49e2-b665-37342d215d9a,
DONE: Add total completion percentage column to Group Reports.
@ -257,3 +257,14 @@ DONE: Add total completion percentage column to Group Reports.
TODO: Delays with Webhooks. Upon course completion webhook, wait 11 months, reset or revoke course progress.
Other pressing question: She has a list of selected/approved courses (awaiting feedback from Mary Potter), and wants to make sure all the courses are up to date with the most recent content. She wants to make sure they are setup well.
Jenna to send the list of courses that she wants us to check and make sure they are up to date.
## 01/03/2023
### Workflows & Reports
Therapists have 30 days from the date they completed the managed care course.
Add when they completed the entire group of training
Need to know:
* Date Managed Care/Getting Started Course completed (Start Date)
* All Compliance Courses Completed (Completion Date)
* 30 difference/requirement between those dates.

View File

@ -245,7 +245,7 @@ Krystal still wants the custom Dashboard
#### (4.) PDF of Resources When Launched
TODO: The auto-screen capture app from Rob needs to be ready for end of January for next big push. No OneDrive access yet.
DONE: The auto-screen capture app from Rob needs to be ready for end of January for next big push. No OneDrive access yet.
#### (3.) Resource Descriptions in Search Results
@ -266,3 +266,14 @@ Two big follow ups:
* The timestamp links in any activity.
* SCORM File Testing
## 01/04/2023
### Content Sync
Feedback mock up:
Is it easier to go to legal with visual stuff instead of just ideas.
Krystal: Content wise, the big push for new resources is happening right now for the end of the month.
Krystal will need Cam's help to great gifs, just like we did last time. Jan 31st. Some screens are already existing, so Northpass was getting an error message.
TODO: Give Cam a heads up to look through the drafts.
Walmart to create course images.