diff --git a/.DS_Store b/.DS_Store index 36edb1a9..1d8a2156 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/AppScriptsProjects/.clasp.json b/AppScriptsProjects/.clasp.json deleted file mode 100644 index b7ce22ac..00000000 --- a/AppScriptsProjects/.clasp.json +++ /dev/null @@ -1 +0,0 @@ -{"scriptId":"1NKCzBIDEvcD4HUFEXadwtoGbElLem0g0asxQO4lWjCxyp5B-yMvSZnMD","rootDir":"/Users/normrasmussen/Documents/Northpass/AppScriptsProjects"} diff --git a/CustomerNotes/Random.md b/CustomerNotes/Meeting_with_Steve.md similarity index 98% rename from CustomerNotes/Random.md rename to CustomerNotes/Meeting_with_Steve.md index 66ec7613..26cf882d 100644 --- a/CustomerNotes/Random.md +++ b/CustomerNotes/Meeting_with_Steve.md @@ -32,6 +32,3 @@ * Acquired by LivePerson - apparently LivePerson acquired a bunch of health companies * Next Batch: Another Person from Talkspace, DeptAgency * : - - -# Tagboard, Sales meeting diff --git a/CustomerNotes/Papa/Papa.md b/CustomerNotes/Papa/Papa.md index e65c110a..38f26559 100644 --- a/CustomerNotes/Papa/Papa.md +++ b/CustomerNotes/Papa/Papa.md @@ -41,4 +41,30 @@ Okta SSO - Ted, Security Team * Currently, Papa wants quizzes and assignments to be a single assesment * They also want there to be grading and adjustments to the grading after completion * Instead, we will have to create properties and custom code the weights to create a per-quiz grade and a final, weighted average quiz. -* + +## 10/04/2022 +* Meeting with Tedd - Okta has joinpapa.com +* It is being sunsetted and everyone is moving to papa.com +* Q1 2023 +* Possible solution is to add a regex to the logic and ignore joinpapa.com +* Is there anyway we can move everyone to papa.com even sooner? +* Northpass is grabbing the SSO Id that's being provided by the regex, but we're also grabbing another parameter, which is an email +* Kaitlyn set up a sandbox to further test this. Ted has been invited. +* Mostly, they want to test what happens if we update someone's email (joinpapa), will Okta overwrite upon next login and revert to joinpapa? +* We need to map Okta/Papa's user.name to northpass' current_person.email +* Ted to setup okta in sandbox and test mapping of the papa username to northpass email. +* Northpass is requesting a base attribute in Okta, which can't be edited. This attribute is called user.name or username +* We can't update or make a variable of that base attribute. That variable is mapped to the Okta Username. Which is joinpapa.com +* This attribute in okta is called: schoolkeep_gc.bi1994 +* On the call, Ted said the following happened: + 1. He changed his username to papa.com and removed the join + 2. He logged out of Okta, but then said it didn't work + 3. Then removed himeself from the group he setup. + 4. Then waited for Okta to resync + 5. And then has added himself back into the group. + 6. However, it still logged him in with joinpapa. + 7. Kaitlyn suggested to delete both of his accounts in Northpass + 8. His deactivated account in Northpass is showing up with papa.com + 9. Kaitlyn then deleted both of his accounts in Northpass + 10. And then Ted was instructed to log back in. + 11. And that worked!! He has the proper email and SSO UID! diff --git a/CustomerNotes/Talkspace/Talkspace.md b/CustomerNotes/Talkspace/Talkspace.md index c6927ace..60e6a764 100644 --- a/CustomerNotes/Talkspace/Talkspace.md +++ b/CustomerNotes/Talkspace/Talkspace.md @@ -63,12 +63,13 @@ Molly wants to try... 500 people get a message saying "you're going to see messa - 8/26/2022 - They are going to pay everyone no matter if they completed courses or not - We need to SHUT DOWN Courses without losing all this data - - * [ ] Pull master Spreadsheet of Learning Paths, MCA + * [ ] Pull master Spreadsheet of Learning Paths, MCA - For Learning Paths, Compliance 2022, Cross Culture, April Learning Path, June Learning Path, July Learning Path - Deadline for shutting down courses: Tuesday, August 30 - Molly told steve he's worked with a lot of homegrown LMS that were a pain to use -## 9/21/2022 ! +## 9/21/2022 + ## Meeting with OpenSesame re: SCORM files diff --git a/Google_Scripts/.DS_Store b/Scripts/.DS_Store similarity index 100% rename from Google_Scripts/.DS_Store rename to Scripts/.DS_Store diff --git a/Google_Scripts/AE_Reminders/.clasp.json b/Scripts/AE_Reminders/.clasp.json similarity index 100% rename from Google_Scripts/AE_Reminders/.clasp.json rename to Scripts/AE_Reminders/.clasp.json diff --git a/Google_Scripts/AE_Reminders/AEMissedMeetingData.js b/Scripts/AE_Reminders/AEMissedMeetingData.js similarity index 100% rename from Google_Scripts/AE_Reminders/AEMissedMeetingData.js rename to Scripts/AE_Reminders/AEMissedMeetingData.js diff --git a/Google_Scripts/AE_Reminders/appsscript.json b/Scripts/AE_Reminders/appsscript.json similarity index 100% rename from Google_Scripts/AE_Reminders/appsscript.json rename to Scripts/AE_Reminders/appsscript.json diff --git a/Google_Scripts/Dept_Calendar/.clasp.json b/Scripts/Dept_Calendar/.clasp.json similarity index 100% rename from Google_Scripts/Dept_Calendar/.clasp.json rename to Scripts/Dept_Calendar/.clasp.json diff --git a/Google_Scripts/Dept_Calendar/Code.js b/Scripts/Dept_Calendar/Code.js similarity index 100% rename from Google_Scripts/Dept_Calendar/Code.js rename to Scripts/Dept_Calendar/Code.js diff --git a/Google_Scripts/Dept_Calendar/appsscript.json b/Scripts/Dept_Calendar/appsscript.json similarity index 100% rename from Google_Scripts/Dept_Calendar/appsscript.json rename to Scripts/Dept_Calendar/appsscript.json diff --git a/Google_Scripts/SDR_Meetings/.clasp.json b/Scripts/SDR_Meetings/.clasp.json similarity index 100% rename from Google_Scripts/SDR_Meetings/.clasp.json rename to Scripts/SDR_Meetings/.clasp.json diff --git a/Google_Scripts/SDR_Meetings/NewMeetings.js b/Scripts/SDR_Meetings/NewMeetings.js similarity index 100% rename from Google_Scripts/SDR_Meetings/NewMeetings.js rename to Scripts/SDR_Meetings/NewMeetings.js diff --git a/Google_Scripts/SDR_Meetings/appsscript.json b/Scripts/SDR_Meetings/appsscript.json similarity index 100% rename from Google_Scripts/SDR_Meetings/appsscript.json rename to Scripts/SDR_Meetings/appsscript.json diff --git a/Google_Scripts/Sheets_to_Jira/.clasp.json b/Scripts/Sheets_to_Jira/.clasp.json similarity index 100% rename from Google_Scripts/Sheets_to_Jira/.clasp.json rename to Scripts/Sheets_to_Jira/.clasp.json diff --git a/Google_Scripts/Sheets_to_Jira/IntoJira.js b/Scripts/Sheets_to_Jira/IntoJira.js similarity index 100% rename from Google_Scripts/Sheets_to_Jira/IntoJira.js rename to Scripts/Sheets_to_Jira/IntoJira.js diff --git a/Google_Scripts/Sheets_to_Jira/appsscript.json b/Scripts/Sheets_to_Jira/appsscript.json similarity index 100% rename from Google_Scripts/Sheets_to_Jira/appsscript.json rename to Scripts/Sheets_to_Jira/appsscript.json diff --git a/Google_Scripts/WCA_Webhook/.clasp.json b/Scripts/WCA_Webhook/.clasp.json similarity index 100% rename from Google_Scripts/WCA_Webhook/.clasp.json rename to Scripts/WCA_Webhook/.clasp.json diff --git a/Google_Scripts/WCA_Webhook/Code.js b/Scripts/WCA_Webhook/Code.js similarity index 100% rename from Google_Scripts/WCA_Webhook/Code.js rename to Scripts/WCA_Webhook/Code.js diff --git a/Google_Scripts/WCA_Webhook/appsscript.json b/Scripts/WCA_Webhook/appsscript.json similarity index 100% rename from Google_Scripts/WCA_Webhook/appsscript.json rename to Scripts/WCA_Webhook/appsscript.json diff --git a/Google_Scripts/_originals/AE_Reminders_Daily.gs b/Scripts/_originals/AE_Reminders_Daily.gs similarity index 100% rename from Google_Scripts/_originals/AE_Reminders_Daily.gs rename to Scripts/_originals/AE_Reminders_Daily.gs diff --git a/Google_Scripts/_originals/DeptCalendar.gs b/Scripts/_originals/DeptCalendar.gs similarity index 100% rename from Google_Scripts/_originals/DeptCalendar.gs rename to Scripts/_originals/DeptCalendar.gs diff --git a/Google_Scripts/_originals/Gmail_Alerts.gs b/Scripts/_originals/Gmail_Alerts.gs similarity index 100% rename from Google_Scripts/_originals/Gmail_Alerts.gs rename to Scripts/_originals/Gmail_Alerts.gs diff --git a/Google_Scripts/_originals/New_SDR_Meetings_msg.gs b/Scripts/_originals/New_SDR_Meetings_msg.gs similarity index 100% rename from Google_Scripts/_originals/New_SDR_Meetings_msg.gs rename to Scripts/_originals/New_SDR_Meetings_msg.gs diff --git a/Google_Scripts/_originals/Sheets>Jira.gs b/Scripts/_originals/Sheets>Jira.gs similarity index 100% rename from Google_Scripts/_originals/Sheets>Jira.gs rename to Scripts/_originals/Sheets>Jira.gs diff --git a/Google_Scripts/_originals/WCAWebhooks.gs b/Scripts/_originals/WCAWebhooks.gs similarity index 100% rename from Google_Scripts/_originals/WCAWebhooks.gs rename to Scripts/_originals/WCAWebhooks.gs diff --git a/confluence_api_example.py b/Scripts/confluence_api_example.py similarity index 100% rename from confluence_api_example.py rename to Scripts/confluence_api_example.py diff --git a/Timetagger/_timetagger/users/norm~bm9ybQ==.db b/Timetagger/_timetagger/users/norm~bm9ybQ==.db index 52199692..f3c6cf1e 100644 Binary files a/Timetagger/_timetagger/users/norm~bm9ybQ==.db and b/Timetagger/_timetagger/users/norm~bm9ybQ==.db differ