From 39e8b6607c7b6a7b60e596a6a468cf4ef4c6dc40 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 24 Jun 2024 17:00:18 -0400 Subject: [PATCH] G2 and Todos. Trying to better organized my API stuff. --- .../G2/_sub_navigation.html.liquid | 2 +- Scripts/Organized_API/app.py | 17 +++++++++++++++++ Todos.md | 4 ++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Scripts/Organized_API/app.py diff --git a/Custom_Templates/customer_templates/G2/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/G2/_sub_navigation.html.liquid index e20b742b..4ce74f64 100644 --- a/Custom_Templates/customer_templates/G2/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/G2/_sub_navigation.html.liquid @@ -14,7 +14,7 @@ {% if current_school.properties.show_office_hours_banner == true %} -
+
{{ current_school.properties.office_hours_banner_html }}
{% endif %} diff --git a/Scripts/Organized_API/app.py b/Scripts/Organized_API/app.py new file mode 100644 index 00000000..38a3e54b --- /dev/null +++ b/Scripts/Organized_API/app.py @@ -0,0 +1,17 @@ +import requests +import pandas as pd +import time + +def main(): + print("Welcome! Let's get started....") + time.sleep(.5) + file = input( + "Let's start with the file. Can you please tell me where the file is located? Please use full file path \n") + print("Awesome! Analyzing...") + dt = pd.read_csv(file) + print(f"Sweet, so here are the columns for the data I found. {dt.columns.tolist()}") + print("What would you like me to do?") + + +if __name__ == "__main__": + main() diff --git a/Todos.md b/Todos.md index 06f7b108..8aa38933 100644 --- a/Todos.md +++ b/Todos.md @@ -347,3 +347,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th - [ ] DataSnipper - Order My Courses section by not started/in-progress, completed at bottom. - [ ] DataSnipper - On dashboard can we ignore courses enrolled via learning path - [X] Blacklane - Mass Delete Internal Users + +## 06-24-2024 + +- [ ] Anthology - URL Cut over to `academy.anthology.com`