diff --git a/CustomerNotes/G2.md b/CustomerNotes/G2.md index c888f246..359f8e5e 100644 --- a/CustomerNotes/G2.md +++ b/CustomerNotes/G2.md @@ -124,3 +124,19 @@ They feel like this has been talked about for a longtime. Just waiting for a GO * Prepping learners for report season * Course highlight! * Sending them G2U and sharing course. + +## 10/31/2022 +### Weekly Sync with Erin +* Newsletter going out soon with two CTA for the G2U. + * This newsletter is focused on product updates and interesting blog posts. +* Another effort for Report Season, showing people the report course. +* There is a "Best Practices" link in G2 that goes to Hubspot. +* [ ] Share Screenshot with Erin from Travis regarding Best Practices link in G2. +* Erin had a question about course: + * G2 profile anatomy course is very long and has a ton of scrolling + * She broke it out into different sections +* They need to measure ENGAGEMENT. "You can engage with a piece of content but not finish it." +* View Metrics are going to be important for them. +* Erin saw a certificate webinar - "How to build out a certificate program?" + * Mentioned having an interactive quizzes that are more than just True/False. +* Should we add a quiz at the activity with the most or least amount of engagement? diff --git a/CustomerNotes/Wildhealth.md b/CustomerNotes/Wildhealth.md index 6de80516..6cf11f42 100644 --- a/CustomerNotes/Wildhealth.md +++ b/CustomerNotes/Wildhealth.md @@ -79,3 +79,15 @@ module 7 -> coaching philosophy * Spreadsheet is a good start (The Look) * See if we can add in ILT & Submission Data * Faculty would have to grade based on pass/fail + +## 10/31/2022 +* Abby PTO: November 7th - 18th + * Confirm if Mike wants to have the meetings while Abby is out + * Abby might add Trei to the meeting on the 14th to go over Analytics updates and the custom dashboard we are creating for them. + +* Abby usually handles little IT issues like logins etc. + * Should/Can she send them to NP Support? + * Usual issues are if reset password doesn't work or a course is not accessible. + * Assistant: Baeligh Moburley + * All inquiries will go to Baeleigh first and then passed onto us. +* Anything I can do to help Mike? Nothing yet. He is pumped that Abby and Trei will be getting custom analytics. diff --git a/Scripts/WalmartExcel/walmart.py b/Scripts/WalmartExcel/walmart.py index ff1da2f0..eeca172f 100644 --- a/Scripts/WalmartExcel/walmart.py +++ b/Scripts/WalmartExcel/walmart.py @@ -31,15 +31,17 @@ def findlatestExport(currentDash): def copytoDash(latestdownload, currentDash): readExport = pd.read_excel(latestdownload, index_col=False) + print(readExport) readExport.drop( readExport.filter( regex="Unname" ),axis=1, inplace=True) copiedData = readExport.copy() + bringtoExcel(latestdownload, currentDash, copiedData) #with pd.ExcelWriter("") -def bringtoExcel(latestdownload, currentDash): +def bringtoExcel(latestdownload, currentDash, copiedData): with pd.ExcelWriter( currentDash, mode="a", diff --git a/Timetagger/_timetagger/users/norm~bm9ybQ==.db b/Timetagger/_timetagger/users/norm~bm9ybQ==.db index c7de1461..af3650a8 100644 Binary files a/Timetagger/_timetagger/users/norm~bm9ybQ==.db and b/Timetagger/_timetagger/users/norm~bm9ybQ==.db differ diff --git a/Todos.md b/Todos.md index c655dc3c..caf03898 100644 --- a/Todos.md +++ b/Todos.md @@ -11,3 +11,5 @@ * [ ] (Talkspace) [10/27/2022] Create Angel and Jenna as admins in all three. * [ ] (Talkspace) [10/27/2022] See if in NPP school we can remove/delete not activated people. * [ ] (Talkspace) [10/27/2022] Pull report of all users in NPP with activated/deactived status +* [ ] (Wildhealth) [10/31/2022] Pass PTO information onto Brian so he knows about the support tickets from Baeleigh & WildHealth. +* [ ] (Wildhealth) [10/31/2022] Update Branding on WPG - Abby to send new logo and Norm to figure out colors/branding for styling.