From d683da4ce82fde552b6e0891006bc7f2d54b6e34 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 10 Aug 2023 16:26:17 -0400 Subject: [PATCH] Starting to learn Neorg. Had to fix the Walmart screenshots node script. Some notes and TODO items. --- CustomerNotes/BigIdeasLearning.md | 2 +- CustomerNotes/Mattr.md | 5 +++ .../Skuid/Data Discussion - 08.10.2023.norg | 1 + Customer_Notes/Skuid/Data2 - 08.11.2023.norg | 10 ++++++ Customer_Notes/Skuid/Data333.norg | 5 +++ Customer_Notes/This is a note.norg | 0 Customer_Notes/index.norg | 34 +++++++++++++++++++ Customer_Notes/journal/2023/08/10.norg | 0 .../Auto_Scrape_Screenshots/resources_api.js | 8 ++--- 9 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 Customer_Notes/Skuid/Data Discussion - 08.10.2023.norg create mode 100644 Customer_Notes/Skuid/Data2 - 08.11.2023.norg create mode 100644 Customer_Notes/Skuid/Data333.norg create mode 100644 Customer_Notes/This is a note.norg create mode 100644 Customer_Notes/index.norg create mode 100644 Customer_Notes/journal/2023/08/10.norg diff --git a/CustomerNotes/BigIdeasLearning.md b/CustomerNotes/BigIdeasLearning.md index 6eb84627..6f3bbf8a 100644 --- a/CustomerNotes/BigIdeasLearning.md +++ b/CustomerNotes/BigIdeasLearning.md @@ -241,7 +241,7 @@ Concerns: * Restructuring Groups & Analytics concerns her. She is open to archiving everything and "starting fresh" with an academy. * She doesn't know yet where she is going to get this sources for making content. * Where does "follow up" training come from? What are the subjects? -* She wants to be trained on making more modular, micro, smaller trainings +* [She](2023-08-10_she.md) wants to be trained on making more modular, micro, smaller trainings ## 06/15/2023 diff --git a/CustomerNotes/Mattr.md b/CustomerNotes/Mattr.md index 9fea7949..d01c3d2f 100644 --- a/CustomerNotes/Mattr.md +++ b/CustomerNotes/Mattr.md @@ -12,3 +12,8 @@ Questions for Wayne: * Prereq property use case? Label or should it block someone? * "(undefined)" property, can we update it to "NO MATTR" or "BLANK" + +## 08/10/2023 + +TODO: Can we get quiz raw answer in Webhook? +TODO: We need quiz raw answer in Looker diff --git a/Customer_Notes/Skuid/Data Discussion - 08.10.2023.norg b/Customer_Notes/Skuid/Data Discussion - 08.10.2023.norg new file mode 100644 index 00000000..0527e6bd --- /dev/null +++ b/Customer_Notes/Skuid/Data Discussion - 08.10.2023.norg @@ -0,0 +1 @@ +This is a test diff --git a/Customer_Notes/Skuid/Data2 - 08.11.2023.norg b/Customer_Notes/Skuid/Data2 - 08.11.2023.norg new file mode 100644 index 00000000..eb860eca --- /dev/null +++ b/Customer_Notes/Skuid/Data2 - 08.11.2023.norg @@ -0,0 +1,10 @@ +* Heading one +** Heading two + - (-) Task 1 + - ( ) Task 2 + - (-) Section Tasks + --- ( ) Section1 Tasks + --- (x) Section 2 Tasks + +*** Another Meeting + diff --git a/Customer_Notes/Skuid/Data333.norg b/Customer_Notes/Skuid/Data333.norg new file mode 100644 index 00000000..717638ad --- /dev/null +++ b/Customer_Notes/Skuid/Data333.norg @@ -0,0 +1,5 @@ +# Customer Notes + +---- Liste item +----- LIst 2 + diff --git a/Customer_Notes/This is a note.norg b/Customer_Notes/This is a note.norg new file mode 100644 index 00000000..e69de29b diff --git a/Customer_Notes/index.norg b/Customer_Notes/index.norg new file mode 100644 index 00000000..4fe8a464 --- /dev/null +++ b/Customer_Notes/index.norg @@ -0,0 +1,34 @@ +.toc Customer List + +* Customers + +** Skuid: + - {:Skuid/Data Discussion - 08.10.2023:} + - {:Skuid/Data2 - 08.11.2023:} + - {:Skuid/Data333:} + + -- Data - 08/10/2023 + - Data 2 - tomorrow + + +** Skuid +-- Data - 08/10/2023 + +- Big Ideas Learning +-- Weekly Sync - 08/10/2023 + + - ( ) Skuid + -- ( ) Level 2 Child + -- ( ) Level 2.1 Child + + +Big ideas: +Quiz feedback that is wider than correct/incorrect. An example 50% choose C, lets look at why. +Their customers rate them lower when they don't like the quiz questions. Are Big ideas answering the correct items? +Sophia's focus has been the data and info for Jason. +Overall goal: "Improve teacher onboarding experieince. Increase product usage and satisfaction." +* KPIS: + -- NPS for high usage districts + - Time on tasks for high touch tasks. + + diff --git a/Customer_Notes/journal/2023/08/10.norg b/Customer_Notes/journal/2023/08/10.norg new file mode 100644 index 00000000..e69de29b diff --git a/Scripts/Auto_Scrape_Screenshots/resources_api.js b/Scripts/Auto_Scrape_Screenshots/resources_api.js index f33dda26..d7715a54 100755 --- a/Scripts/Auto_Scrape_Screenshots/resources_api.js +++ b/Scripts/Auto_Scrape_Screenshots/resources_api.js @@ -25,10 +25,10 @@ const getAllGroups = async (num) => { } }) .then(async (res) => { - if (res.data.links.next != null) {> - page++; - for (let i = 0; i < res.data.d - if (res.data.data[i].attribu + if (res.data.links.next != null) { + page++; + for (let i = 0; i < res.data.data.length; i++) { + if (res.data.data[i].attributes.status == "live") { console.log(res.data.data[i].attributes.name) groupIds.push(res.data.data[i].id) }