diff --git a/Custom_Templates/customer_templates/SPS_Commerce/_cards_other_event.html.liquid b/Custom_Templates/customer_templates/SPS_Commerce/_cards_other_event.html.liquid new file mode 100644 index 00000000..7661bd1a --- /dev/null +++ b/Custom_Templates/customer_templates/SPS_Commerce/_cards_other_event.html.liquid @@ -0,0 +1,25 @@ +
+
+
+ +
+
+
+ Other Event +
+
+ {{ title }} +
+
+
+
+
+
+ Click here for more information: +
+ + {{ link }} + +
+
+
diff --git a/Custom_Templates/customer_templates/SPS_Commerce/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/SPS_Commerce/_cards_training_event.html.liquid index a676196b..0a381aa3 100644 --- a/Custom_Templates/customer_templates/SPS_Commerce/_cards_training_event.html.liquid +++ b/Custom_Templates/customer_templates/SPS_Commerce/_cards_training_event.html.liquid @@ -34,88 +34,3 @@ Select - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/SPS_Commerce/_other_events_index.html.liquid b/Custom_Templates/customer_templates/SPS_Commerce/_other_events_index.html.liquid new file mode 100644 index 00000000..b239a150 --- /dev/null +++ b/Custom_Templates/customer_templates/SPS_Commerce/_other_events_index.html.liquid @@ -0,0 +1,13 @@ +
+
+
+ {% include "cards_other_event" title: "Test Webinar 1", link: "https://google.com" %} +
+
+ {% include "cards_other_event" title: "Test Webinar 2", link: "https://google.com" %} +
+
+ {% include "cards_other_event" title: "Test Webinar 3", link: "https://google.com" %} +
+
+
diff --git a/Custom_Templates/customer_templates/SPS_Commerce/training_events.html.liquid b/Custom_Templates/customer_templates/SPS_Commerce/training_events.html.liquid index e0df7b3f..039a171f 100644 --- a/Custom_Templates/customer_templates/SPS_Commerce/training_events.html.liquid +++ b/Custom_Templates/customer_templates/SPS_Commerce/training_events.html.liquid @@ -15,12 +15,108 @@ {% include "training_events_index" %} + + {%- comment -%}
+
+
+ Other Training Events +
+
+
+ {% include "other_events_index" %} {%- endcomment -%} {% include "footer" %} \ No newline at end of file diff --git a/CustomerNotes/Talkspace.md b/CustomerNotes/Talkspace.md index b317383e..b184d871 100644 --- a/CustomerNotes/Talkspace.md +++ b/CustomerNotes/Talkspace.md @@ -170,7 +170,6 @@ Molly and Taylor want more control of the process. They are trying to remove Fou 1. People attest that they are seeing clients 2. Get Access to Compliance Courses - ## 11/22/2022 ### Weekly Sync Angel/Jenna meeting with Integrations person. Follow up next week. diff --git a/Scripts/Skuid_LPs/05Modules_Completed.csv b/Scripts/Skuid_LPs/05Modules_Completed.csv new file mode 100644 index 00000000..da53fecd --- /dev/null +++ b/Scripts/Skuid_LPs/05Modules_Completed.csv @@ -0,0 +1,58 @@ +Email,Course Name +achopra@mindzcloud.com,6 +akash.singh10@q2ebanking.com,6 +amehare@mindzcloud.com,6 +amulay@mindzcloud.com,6 +ankushsomani09@gmail.com,6 +ashwini.shwinibr@q2ebanking.com,6 +atsnead@gmail.com,6 +bbendick@arizona.edu,6 +bhanu.govind@mindtree.com,6 +cdeshmukh@mindzcloud.com,6 +chris@skuid.com,6 +dan.coates@skuid.com,6 +delete133@skuid.com,6 +delete909875@skuid.com,6 +dghosh@mindzcloud.com,6 +diana.sandefur@amerisbank.com,6 +ecaterina.catargiu@dell.com,6 +evan.ratzlaff@skuid.com,6 +evan.roth@skuid.com,6 +ezra@opentent.com,6 +jacob@skuid.com,6 +jared.carr@mrisoftware.com,6 +jveeramreddy@arizona.edu,6 +ken.martinez@skuid.com,6 +kimsueh@gmail.com,6 +kotapatisindhusha@gmail.com,6 +lynette@cues.org,6 +maria.siwela@liberty.co.za,6 +mattia.donello@gmail.com,6 +naga@capitallynk.com,6 +nick@skuid.com,6 +nimish.gupta3@q2.com,6 +nivetha.nagarajan@dell.com,6 +pat@mblazonry.com,6 +pclee1212@gmail.com,6 +pjogdand@mindzcloud.com,6 +pooja.chavre@mindtree.com,6 +priyanka.patro@q2.com,6 +rajesh.gaikwad@mindtree.com,6 +remon.samuel@icloud.com,6 +renee.miller@amerisbank.com,6 +rich.slack@gochrysalis.com,6 +rob@skuid.com,6 +roly.singh@cj.com,6 +rpanicker@mindzcloud.com,6 +ryan.parmenter@skuid.com,6 +sampan.b@q2.com,6 +sfarooqui@mindzcloud.com,6 +skuckreja@mindzcloud.com,6 +smahure@mindzcloud.com,6 +snigdha_jha@dell.com,6 +sowmya.priyav@q2ebanking.com,6 +stephen.fausel@skuid.com,6 +teik.hoe.teoh@dell.com,6 +uday1341.uy@gmail.com,6 +varelajacob@outlook.com,6 +vpawde@mindzcloud.com,6 \ No newline at end of file diff --git a/Scripts/Skuid_LPs/find_completed.py b/Scripts/Skuid_LPs/find_completed.py index 51162ee4..0638e8c3 100644 --- a/Scripts/Skuid_LPs/find_completed.py +++ b/Scripts/Skuid_LPs/find_completed.py @@ -9,19 +9,22 @@ def mainFunc(basecsv): index_col=False, ) readData.drop_duplicates(subset='Course Name', keep="first") - if readData.loc[readData['Course Name'].isin([ - 'Get Started with Models - Level 1', - 'Configure Model Fields - Level 1', - 'Configure Model Conditions - Level 1', - 'Configure Model Actions - Level 1', - 'Manage Models - Level 1', - 'Intro to UI Only Fields - Level 1'])]: - extractedList = readData.loc[readData['Email'].tolist()] - fourOccs = Counter(extractedList) - finalNames = [] - for name, occurences in fourOccs.items(): - if occurences == 6: - finalNames.append(name) + emailGroups = readData.groupby("Email")["Course Name"].nunique() + print(emailGroups) + emailGroups = emailGroups.to_csv('/Users/normrasmussen/Documents/Northpass/Scripts/Skuid_LPs/outtest.csv') + #if readData.loc[readData['Course Name'].isin([ + # 'Get Started with Models - Level 1', + # 'Configure Model Fields - Level 1', + # 'Configure Model Conditions - Level 1', + # 'Configure Model Actions - Level 1', + # 'Manage Models - Level 1', + # 'Intro to UI Only Fields - Level 1'])]: + # extractedList = readData.loc[readData['Email'].tolist()] + # fourOccs = Counter(extractedList) + # finalNames = [] + # for name, occurences in fourOccs.items(): + # if occurences == 6: + # finalNames.append(name) if __name__ == "__main__": mainFunc(basecsv) diff --git a/Timetagger/_timetagger/users/norm~bm9ybQ==.db b/Timetagger/_timetagger/users/norm~bm9ybQ==.db index e4a29f23..33b7256a 100644 Binary files a/Timetagger/_timetagger/users/norm~bm9ybQ==.db and b/Timetagger/_timetagger/users/norm~bm9ybQ==.db differ