Skuid Notes. Some new template changes. Added Luminate's GAS to the repo.

This commit is contained in:
Norm Rasmussen
2023-08-03 21:14:43 -04:00
parent c2a6854ae3
commit e5c9674186
11 changed files with 234 additions and 6 deletions

View File

@ -260,3 +260,24 @@ DONE: Move the Skuid Recipe to Skuad
DONE: Remove Points Node from Skuad Recipe
DONE: Register button should immediately change the property to Registered.
DONE: Set Register button to webhook > email
## 08/03/2023
### New Structure and Metrics
Tony - CCO
Anna now reports to Matt who reports to Jackson
Customers engaged, new learners from those accounts.
Figuring it out as they go.
Product behavior - how much people are using the product pre and post academy.
Less support cases.
Somehow combining data between the systems. API Extracts?
Kat: What are they using for tracking data - Heap.
Left over Alexa tasks? Search results.
Kat: Advocacy? How are doing it - Round tables? Events? Case studies?
Anna: One of the movements after the "riff" is to work with sales and work together.
No risk in the renewal from Anna.

View File

@ -154,3 +154,17 @@ List from Stephanie:
Sanitized search.
* She doesn't love the learning path cover page. Send learning path examples of a more minimal design.
* Add categories tag to search results boxes.
## 08/03/2023
### Finalizing Modals
TODO: Setup google sheet for Quiz completion webhook
DONE: Talk to Kaitlyn about the modal. See list below:
* Make modal accessible in the sandbox.
* She wants a "survey" modal to show up 2 weeks after the first modal. Can we:
* Add timestamp local storage
* Check timestamp every time the function runs
* If timestamp == 2 weeks, show new modal
* Set secondary modal boolean to True/False.

View File

@ -63,3 +63,14 @@ DONE: Submit tickets from [this page](https://docs.google.com/spreadsheets/d/1kV
TODO: Check if we can "mimic" the start button across all courses in LP so any click = start LP.
TODO: Get Assignment Download link into Google Sheets. Webhook followed by API call. Data points: UID, Course, Submitted At, and URL.
Notes for Sophie:
To get the assignments outside of Northpass, you would need to log them to a Google sheet. However, since we don't have any webhooks for an assignment completion that contains the cdn.filestack download link, you'd have to get this via API. The Assignment Submissions API should have everything you need, including the download link.
The other portion of this that was mentioned to me is that the people that need these criminal records have to grab it in "close" to real time. So the flow of data and API calls would have to be the following:
1. Webhook is the trigger that starts the flow. It points to a workflow engine, google sheet, SFDC, where ever Zenjob wants.
2. Parse the webhook and check for activity name. If Activity name == Course A
3. Make an API call to the Assignments endpoint and grab the following information: Learner Email/SSO UID, Course Name, Activity Name, Download link
4. Add those values to a spreadsheet or Salesforce. Wherever you want the employees to grab the criminal record upload.