Artera and Blacklane notes. Added some todos. Had to pull category IDs for Walmart.

This commit is contained in:
Norm Rasmussen
2024-03-13 16:31:57 -04:00
parent b11f58a2b7
commit f4a1a757c4
6 changed files with 47 additions and 48 deletions

View File

@ -165,3 +165,15 @@ Red Flags:
* Learning Paths not available to Managers is "bizarre"
* Admin Console for who has changed what, who has updated the course, being able to view version history, etc.
* Workflow - uploading SCORM file directly to course. Editing and uploading quizzes directly to a course.
## 03/13/2024
Spoke about upgrading to Enterprise.
Data needed from Gainsight:
* 1 or more learners have completed a course within a month
Two questions from Emily:
* Knowledge base URL was moved to Artera. They will soon move the academy url away from learn.wellapp.com
* Wanted to know if native survey functionality is coming in. Typeform doesn't allow for aggregate data analysis. They are just using it for basic CSAT, 1-5 like scale.
* Want to use quizzes as surveys. Show analytics.

View File

@ -102,13 +102,18 @@ Trigger would come from warehouse that X course needs to happen because of decis
Notes:
* Go ahead from legal to release training to EMEA and APAC
* Can NOT be shown to American chauffeurs
* Released in real time to new chauffeurs
* Questions about interactive capabilities of Northpass
* Suggested SCORM - Articulate rise micro learning.
* Monitoring completions - is there an easy way to setup triggers?
* Missing component - existing chauffeur training. Cross over of content.
* Update exisiting content with chauffeur value content removed
* Does Course Enrollment trigger go out for a course added to a completed learning path?
* Current go-live beginning of December
- Go ahead from legal to release training to EMEA and APAC
- Can NOT be shown to American chauffeurs
- Released in real time to new chauffeurs
- Questions about interactive capabilities of Northpass
- Suggested SCORM - Articulate rise micro learning.
- Monitoring completions - is there an easy way to setup triggers?
- Missing component - existing chauffeur training. Cross over of content.
- Update exisiting content with chauffeur value content removed
- Does Course Enrollment trigger go out for a course added to a completed learning path?
- Current go-live beginning of December
## 03/13/2024
Turning off Salesforce integration and are now more flexible to integrate the academy into their systems.
Currently they make an API call to create a person.

View File

@ -3,11 +3,11 @@ import os
import Apikeys
import requests
apikey = Apikeys.CIN7
apikey = Apikeys.WALMARTPROD
cmd = "touch ~/Downloads/Spark_Categories.csv"
os.system(cmd)
url = "https://api.northpass.com/v2/categories?limit=100"
url = "https://api2.northpass.com/v2/categories?limit=100"
headers = {
"accept": "application/json",
"X-Api-Key" : apikey,
@ -18,12 +18,12 @@ response = response.json()
for item in response['data']:
id = item['id']
name = item['attributes']['name']
with open('/Users/normrasmussen/Downloads/Cin7.csv', 'a', newline='') as csvfile:
with open('/Users/normrasmussen/Downloads/Spark_Categories.csv', 'a', newline='') as csvfile:
writer = csv.writer(csvfile, delimiter=',', quotechar='|', quoting=csv.QUOTE_MINIMAL)
writer.writerow([name, id,])
# print(f"Category: {name} and ID: {id}")
with open('/Users/normrasmussen/Downloads/Cin7.csv', 'r') as readfile:
with open('/Users/normrasmussen/Downloads/Spark_Categories.csv', 'r') as readfile:
reader = csv.reader(readfile)
for row in reader:
print(row)

View File

@ -21,7 +21,7 @@ def getMedia(APIKEY, URL):
file_name = data["attributes"]["file_name"]
created_date = data["attributes"]["created_at"]
id_val = data["id"]
if "2024-03" in created_date:
if "2024-03-12" in created_date:
if "scorm" in file_type:
data_tuple = (id_val, created_date, file_name)
scorm_ids.append(id_val)

View File

@ -1,40 +1,9 @@
const axios = require('axios');
var scormUuids = [
'abdeec44-ae48-44ce-8972-f9270475e033',
'f6c73457-0a82-48bf-9e77-124493679974',
'0d128b5b-642c-419e-88eb-19a15b8cb9ec',
'5743f94b-812b-4793-95e9-b762fbd8fb78',
'4c0afaa1-5c61-4e4c-b0d2-778e21a6c65c',
'ca6a790d-3214-4cc5-8dfe-38d8ade997e2',
'c3c34514-aed2-422d-bbba-f37bb92431cf',
'ac3364ec-d950-4782-929a-d7d448db5ddf',
'4e9a6ab4-15b5-41af-b774-a0a4b80bdf2e',
'34e8db4a-6f7a-4182-b542-876855485159',
'7dd11a47-8ed6-4906-a32d-1c4437b77e29',
'c15b8048-f90a-4291-b706-488f3b60633d',
'b5c3b76d-c8a2-40ee-9d16-c60b361700cd',
'3a326df3-0c4b-44df-b4ab-5be3bc6d9f33',
'bea6e368-2f6d-4703-aaaf-12cafc61780d',
'998c98e9-f922-4f8c-bf46-733fd36b1a51',
'96302633-cabf-4803-a494-46853bd12a63',
'ea3922ef-2635-4b00-b029-148a81c38274',
'a2a7b498-cf09-4f14-a5a2-230699594620',
'fb87e028-d024-470b-862d-f26b5190c935',
'b4d5692b-6655-411d-a3d2-e9c0b55a4666',
'60cd9d37-e494-4d5a-8e43-f6ae56de4a8b',
'e7196e18-85b8-4a33-b1ed-55e12647d8ee',
'08a3801e-3a07-469a-9402-a16f549e5504',
'de5cb9fe-f3d1-4574-b158-481467039f73',
'034b8ea7-932f-4300-8a79-6ab230520303',
'625acd03-4724-4364-ae7f-80d01ad9a010',
'f91d9009-9752-4bfa-a7a1-5dd5140ea7e4',
'e1639545-7007-4480-9eb7-9dc9275b08c0',
'9fc359d6-96cc-41c3-9b15-e39075a80773',
'844283bd-4405-4960-bcfd-60787943ebb2',
'83441cec-b978-4c86-8f38-4990a6f801fa'
'5e177fb4-8ca8-4df4-a539-31d751d3d838', '420392b9-da90-44a3-b05f-4b9682378161', '869c3a0d-6eb7-4292-8bf7-71ff724b6779', '5fb4d86b-4b63-494e-bdc4-89a23fed3dcc', '370587c9-2ac6-43d8-943d-259545f2125f', '5fd01e32-eda7-4046-b7fd-0e9c81850c9d', '3d42c11c-78e7-41f8-ba05-bf07571a6ba9', '4f448af2-ad84-40f9-986a-905a284529c1', '507f33fa-1743-4d15-af5d-a6863165181a', 'fa05dedb-f7ee-4fed-8d89-3159ef6e46a7', '266d8b8f-d0d0-43b5-9ac1-0ba76dbcf064', 'ed0416c4-9c29-4c64-8ae4-aac9761df994', 'c076786c-89c1-4f70-a62c-4dfd46db804b', 'e15835e5-b9f9-421d-86c9-dafd7db92c15', '601dcf0f-6974-4977-9b22-00a2fda158b2', '2a0a4455-16ea-4a90-84e0-4b8734a85a69', '23b876ca-233c-40d6-ab35-5f3e9fa7c73d', 'ceda1c45-f764-4913-8d41-4661a64c0657', '605addfd-b643-4a26-808a-42b43d06fc65', '8a12c069-32e6-4725-82e4-baa7e4b7d372', '412c48f9-2d40-40a2-a124-b2bc777b14c8', '1880f39f-e2db-4460-b15c-86a4e8a908fe', 'd78ea7f2-c42b-41b1-98f4-2230fb79cd1b', '9d0fa5f0-efe0-47a1-a351-202695f6c049', '92deea09-7422-4f94-9809-f589969a8ca8', '1f63b672-8ad1-4a37-8611-47f071d08d7e', '700cd6d1-f343-447b-b663-cad811b73252', '9d1a2bcd-b4ce-45fb-bfab-7966d1cc0c30', 'abfe6568-77cb-4153-90bc-053c66b4fb04', '5e071972-d27f-469a-aa11-641b538f4ea0', '2d90e2a6-af7e-4a93-8214-37a1d4989383', 'fa2382f4-3634-4018-a2e1-dca764e9b700', 'cfb51666-0263-4056-b0bb-b21d5cd7b3ce', '99f7f0a5-79ad-4c67-8af9-906b4538f85a', 'f69d5e1a-4d93-454e-a204-056e0fc14bbd', '3355ca5b-eaf0-47e8-ace6-e7b54ee7fa65', 'bc942b75-cc50-484a-af21-4e7ae1704cfc', '0e6b50f8-1cc5-4196-aa6c-eacdf7d8859b'
];
var cookie = 'eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiZGlyIn0..g_quklaTBObV8t_7.qBxGfwZJCSYacRTAgEjT5tew7Wu4TLfi--eMF3RMcQ6YNX4t4WvmAaMNzYZsM-1rxk_1d8MiToX5o28ze1PbYYzvpEFmHbq3moDYciAtBtAX4XYWpeRXcxEodNQPkEHobTxu2HlTdZ9PRIkoG0GQsHKlh1c7mVNNGiV9mh6uaC4khuww0E1XT95CJ1IbABesGJVMLKbxpfJZrVVIcB_d33G2tSdmgOI9hOIMLzxDd7a-rw_xof5pSO2IRKY7BR7deLvR7vnna0E1p7swr8rn0-Z7Oju6mEHVaiQFKhc5qSJ0bbyepaJK_423xbpebhPK3sha5cHcDQ.ZAJahhq0jywXXtsQJdIwAA'
var cookie = 'WHITELISTED_CLOSED=1; _session_id=d3348f33a67c3d49d8f083194bf6c2af'
// `hubspotutk=16a1a87aa2619d05a3b243465398afe2; __hssrc=1; __hs_opt_out=no; _gcl_au=1.1.257646006.1699627332; _mkto_trk=id:231-EAT-840&token:_mch-northpass.com-1699627331781-46572; _hjSessionUser_2417418=eyJpZCI6IjRkMzZhOWU5LWQxZTgtNTI3Zi1iMDZiLTk3YWJmODg4Y2U5NSIsImNyZWF0ZWQiOjE2ODk4Nzk2MTIwOTksImV4aXN0aW5nIjp0cnVlfQ==; _ga_GLWTVTSBVN=GS1.1.1704399186.8.0.1704399186.0.0.0; _ga_CVC1QXBD6E=GS1.1.1704473280.3.1.1704473575.0.0.0; _uetvid=a71a7b20272f11ee93daafc842aae189; _gid=GA1.2.172851114.1705960963; _session_id=038fdf4715fcf2d5e411eb2a9fce9a11; _hp2_id.2985201423=%7B%22userId%22%3A%225278871526655447%22%2C%22pageviewId%22%3A%222204775687357553%22%2C%22sessionId%22%3A%222222992091849759%22%2C%22identity%22%3A%2282c6547e-9cb3-45d1-8d83-4de2ce7018b4%22%2C%22trackerVersion%22%3A%224.0%22%2C%22identityField%22%3Anull%2C%22isIdentified%22%3A1%2C%22oldIdentity%22%3Anull%7D; _ga_DH1TXFX4G9=GS1.2.1706114711.39.1.1706114739.0.0.0; _ga_P9B5NN0FGB=GS1.1.1706123834.2.0.1706123836.0.0.0; _ga_330139028=GS1.1.1706129948.23.0.1706129948.0.0.0; _ga=GA1.2.152075138.1689879612; __hstc=14674344.16a1a87aa2619d05a3b243465398afe2.1699627329493.1706117544318.1706129948865.24; _ga_S72BKGGFGS=GS1.1.1706129948.25.1.1706129961.47.0.0`
var data = '_method=post&authenticity_token=AA3GSfHZL6b6oDcWy6tj4iAnwEOT2-w2EecsU4L6Sj_JCGnAbsw8NLHo739-6BRdgPB-q9hkOZR0fTt7iH0k9w'

View File

@ -120,3 +120,16 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
- [X] Reach out to Chris and ask for executive sponsor. If they ask why, we say this is standard procedure and we actually recommend the same to our customers. Direct line of contact to our executive team.
- [X] Add TL tl;dr notes for Artera, Williams-Sonoma
- [X] Clone courses into sandbox and remove templates for Big Ideas
- [ ] Luminate - update templates to allow the badge to be downloaded with a single click.
## 03-13-2024
- [ ] Artera: ask for DB query of all courses in HTML formatting in spreadsheet
- [ ] Blacklane - invite Timo to sandbox
- [ ] Blacklane - Add check on login page for group, if group exists, bypass selection screen
- [ ] Blacklane - Ask if there is an endpoint that shows the courses within an LP & the order
- [ ] HowardHanna - Send follow up email.
- [ ] SPS - Send intro to Tracy email.