From 63c33b5f17a161f2ba984f77fb5be0fa3a72c7ed Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 23 Aug 2023 17:15:20 -0400 Subject: [PATCH] Walmart notes, mostly. --- Customer_Notes/Walmart_Spark/08.23.23.norg | 37 ++++++++++++++++++++++ Customer_Notes/Zenjob/08.23.23.norg | 24 ++++++++++++++ Customer_Notes/index.norg | 4 +++ Scripts/API_Tests/Apikeys.py | 1 + journal/template.norg | 0 5 files changed, 66 insertions(+) create mode 100644 Customer_Notes/Walmart_Spark/08.23.23.norg create mode 100644 Customer_Notes/Zenjob/08.23.23.norg create mode 100644 journal/template.norg diff --git a/Customer_Notes/Walmart_Spark/08.23.23.norg b/Customer_Notes/Walmart_Spark/08.23.23.norg new file mode 100644 index 00000000..8a9e41a7 --- /dev/null +++ b/Customer_Notes/Walmart_Spark/08.23.23.norg @@ -0,0 +1,37 @@ +* External Attendees: + - Krystal, MJ, Travis P, Frank +* Internal Attendees: + - Charlie, Kaitlyn, Norm + +** Categories: + - Some confusion on how categories should be managed. + - MJ to re-share the categories doc with Krystal, some placement might want to be updated. + - Hopefully done by next meeting. They will deliver a final state of categories. + - We will need new category images if any of the categories get changed. + - Categories get hard coded with their images! + +** Search Description: + - TODO: Norm to deliver length of each description for search. + - Spark will then decide if its a necessary priority. + +** RC Search: + - This came back to Travis from another team member. + - Someone named Matt Krise brought this up to Travis + - Go back through search analytic tool and add the hidden tags to those activities. + - This is what you add to the html code block of an activity: + @code html +
+ keyword 1, keyword 2, keyword 3 +
+ @end + +* Content Meeting + - Krystal noticed that resources are in alphabetical order until you reach the end. + - At the end, (State by State) it goes back to Cancel a trip. + - Resources are ordered by tag first (new, in progress, etc) + + What Krystal liked about Edume: a feature taps into social media uses such as reels, and shorts. + It gives training quickly and accessible. + This is the direction Walmart needs to go in. + Spotlight these short videos would make us a lot more marketable. + Krystal and her director need these stories type interactions. diff --git a/Customer_Notes/Zenjob/08.23.23.norg b/Customer_Notes/Zenjob/08.23.23.norg new file mode 100644 index 00000000..88d523fb --- /dev/null +++ b/Customer_Notes/Zenjob/08.23.23.norg @@ -0,0 +1,24 @@ +* Attendees: + - Christopher Jimenez - Security/Product/Engineering + - He's concerned about the CDN url being open. + - Can we add an endpoint/additional layer of clicking that link so that an attackers cannot somehow get access to the URL? + - He's open to starting with what we have and adding this in the future. + - If this security works, he wouldn't even want these files in Google Sheets. + - Ideally, they will rotate the api keys every month. + - Pre-signed URLs is the theory here. + - Analytics Extracts with encrypted API might work. +*** Question about API: + - He wanted to see if he could connect directly to Salesforce. + - The people endpoint isn't returning all the info necessary such as email, etc. + + *** Lukasz's Idea: + - The link in the looker dashboard would make a POST request + - This link passes the UID for the assignment + - Then extract from Northpass API the appropriate submission + - Lukasz decoded the filestack url and it said that it should become invalid after 48 hours + +** Testing CDN Filestack Links: + - URL 1: "https://cdn.filestackcontent.com/security=policy:eyJleHBpcnkiOjE2OTI5MjU4NzUsImNhbGwiOlsicmVhZCIsImNvbnZlcnQiLCJzdG9yZSIsInBpY2siLCJyZW1vdmUiXX0=,signature:d3c84648f09aaa9d7feed8f2f093147fe9a6f3b173e83a7d26835f4bea54ce5d/yNKYNOxsQOii6s5SqXoN" + - URL 2: "https://cdn.filestackcontent.com/security=policy:eyJleHBpcnkiOjE2OTI5MjU4NzUsImNhbGwiOlsicmVhZCIsImNvbnZlcnQiLCJzdG9yZSIsInBpY2siLCJyZW1vdmUiXX0=,signature:d3c84648f09aaa9d7feed8f2f093147fe9a6f3b173e83a7d26835f4bea54ce5d/yNKYNOxsQOii6s5SqXoN" + - URL from incognito: "https://cdn.filestackcontent.com/security=policy:eyJleHBpcnkiOjE2OTI5MjU4NzUsImNhbGwiOlsicmVhZCIsImNvbnZlcnQiLCJzdG9yZSIsInBpY2siLCJyZW1vdmUiXX0=,signature:d3c84648f09aaa9d7feed8f2f093147fe9a6f3b173e83a7d26835f4bea54ce5d/yNKYNOxsQOii6s5SqXoN" + diff --git a/Customer_Notes/index.norg b/Customer_Notes/index.norg index 3b76c456..8ba09d8e 100644 --- a/Customer_Notes/index.norg +++ b/Customer_Notes/index.norg @@ -17,4 +17,8 @@ - {:William_Sonoma/08.22.23_Implementation:} ** Big Ideas - {:BigIdeas/Quiz_feedback:} +** Zenjob + - {:Zenjob/08.23.23:} +** Walmart Spark + -- {:Walmart_Spark/08.23.23:} diff --git a/Scripts/API_Tests/Apikeys.py b/Scripts/API_Tests/Apikeys.py index 1169fdd1..8e6ce6be 100644 --- a/Scripts/API_Tests/Apikeys.py +++ b/Scripts/API_Tests/Apikeys.py @@ -14,3 +14,4 @@ talkspace_1099 = "jpfQoIc2i5S6iq4saFjBOEkbt" doximity_internal = "vAnSR4CvxpII6buj3uT23MPBY" terminus_employee = "M2er8m0DMQyCyP7zOg3Gbae9k" bigideas = "mgGWRtmhebC9xulTXeSohVtop" +zenjob = "LIXqtHXEqcXHyN0EtezngnpzA" diff --git a/journal/template.norg b/journal/template.norg new file mode 100644 index 00000000..e69de29b