Notes. Some script stuff.

This commit is contained in:
Norm Rasmussen
2024-08-12 18:01:57 -04:00
parent e0b6790f6d
commit 0b40e1224b
5 changed files with 24 additions and 4 deletions

View File

@ -128,3 +128,19 @@ into a corner and were not open to my explanations.
* PS involvement to show and stand up new designs for their use case
* Authentication changes for a fully open-access academy
* Revert to old publishing until new publishing gets stood up.
## 08-12-2024
Danielle - vision and strategy.
James - initiative leader - PMM
Enterprise product team - alignment team
Volunteered to manage this
Danielle's boss is president
Internal academy - Alaina & Kim Natel
Vision - "I'm Ruthless" - Danielle
There are best practices for every product
It should be "fun"
Wants everything to feel "less separate"
How can we cheat as much as possible

View File

@ -31,3 +31,4 @@ Last minute meeting with Gary regarding the following:
* Caregivers can be added later
* Assigning courses to new learners as they sign in/up?
* Report setup for scheduled completions

View File

@ -27,10 +27,10 @@ def get_groups(APIKEY):
# if created_at.startswith("2023"):
group_id = response["id"]
group_name = response["attributes"]["name"]
if "caregiver" in group_name:
# if "caregiver" in group_name:
# print(group_name)
groups_dict = {group_name: group_id}
groups.append(groups_dict)
groups_dict = {group_name: group_id}
groups.append(groups_dict)
if "next" not in nextlink:
break

View File

@ -390,3 +390,6 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
- [ ] Walmart - Resurrect the feedback mechanism and how we would have built it. What happens when someone clicks thumbs up?
## 08-12-2024
- [ ] Anthology - reach out to Amit and set up some time to chat

View File

@ -1 +1 @@
79.56.225.62
69.116.172.63