Notes
This commit is contained in:
@ -50,7 +50,7 @@ DONE: Setup custom report with WoW of course progress.
|
||||
|
||||
### Certs, Custom Reports, etc
|
||||
|
||||
DONE: Learning Path. If they are enrolled, it shows the courses below ALONG with in the learning. path. ]
|
||||
DONE: Learning Path. If they are enrolled, it shows the courses below ALONG with in the learning. path.
|
||||
Jackie: if you're assigned a learning path and you've self-enrolled in a course that exists in the learning path, the courses shouldn't show underneath.
|
||||
Follow up: Show her how someone could be assigned in a course and learning path.
|
||||
Call the Dashboard "My Courses".
|
||||
|
||||
@ -11,7 +11,7 @@ What if we wait for a webhook, then put them in a group?
|
||||
|
||||
Felix Scenario:
|
||||
Typical example
|
||||
Patient fills out 5 quesiton form
|
||||
Patient fills out 5 question form
|
||||
You will be assigned 1 of 5 challenges
|
||||
You first need to be invited
|
||||
Then activated
|
||||
@ -28,15 +28,15 @@ Daniel has been the WildHealth dev working on this
|
||||
- [X] Send documentation and endpoints (person created, person added to group)
|
||||
- [X] Will a user that gets activated count against their MAL? <-- No!
|
||||
|
||||
diet ->
|
||||
diseas specific -> autoimmunne
|
||||
Diet ->
|
||||
disease specific -> autoimmune
|
||||
module 7 -> coaching philosophy
|
||||
|
||||
- [X] Wild health academy - old publishing
|
||||
- [X] Shopify tips:
|
||||
- [X] Flow of Emails - Receipt + Invitation (this one lags)
|
||||
- [X] Discount is on the last page, tell people to wait
|
||||
- [X] Shopify's customer service isnt the best, so be diligent
|
||||
- [X] Shopify's customer service isn't the best, so be diligent
|
||||
- [X] Know your ProductIDs
|
||||
- [X] One Product per Course
|
||||
|
||||
@ -47,9 +47,9 @@ module 7 -> coaching philosophy
|
||||
### Flupdates on Shopify Integration
|
||||
|
||||
- The big change for Northpass is the release date of courses from Monthly to Bi-Weekly
|
||||
- They want the intro course to be availble as soon as someone signs up, regardless of sign up date.
|
||||
- They want the intro course to be available as soon as someone signs up, regardless of sign up date.
|
||||
- Kaitlyn is grabbing all IDs for courses 1-12 and hiding them, until a certain date is reached.
|
||||
- All other courses and IDs are shown immedieatly.
|
||||
- All other courses and IDs are shown immediately.
|
||||
- Mike: the other main change other than cadence, is 1st and 15th release dates
|
||||
- Groups: fellowship group (1st of every month > 1st and 15th), rolling admissions group (keeping rolling admissions as is. Not taking additional enrollees.)
|
||||
- Everyone who starts from now going forward, starts on Jan 1st.
|
||||
@ -69,7 +69,7 @@ module 7 -> coaching philosophy
|
||||
- Registrations and Attendance data
|
||||
- Abby: two iterations of webinars to students. Thursdays & ad-hoc coaching sessions
|
||||
- Additional group will be added based on this new group - coaching group & national board accrediting group
|
||||
- Send invitations and attendace to these groups and all through Northpass
|
||||
- Send invitations and attendance to these groups and all through Northpass
|
||||
- Stopped using ILTs and now using an external/manual process
|
||||
- Optimal, assign events, not allow them to register
|
||||
- OR - recurring event one registration allows them to register for all events
|
||||
@ -104,18 +104,19 @@ module 7 -> coaching philosophy
|
||||
Jan 6th is first event
|
||||
Zoom Events - Hosted as Events where everyone can see each others faces
|
||||
|
||||
How do events affect userflow?
|
||||
*Tue-Wed Coaching Sessions
|
||||
How do events affect user flow?
|
||||
|
||||
* Tue-Wed Coaching Sessions
|
||||
* Mandatory
|
||||
* Goal is accreditation
|
||||
* These users will want to sit for a board
|
||||
* Thursday Webinars, also mandatory, a person can only miss 6 hours of these
|
||||
* This is asycnchronous vs synchronous content
|
||||
*Attendance policy: if you miss, you can only miss up to 6 hours of synchronous content
|
||||
* Thursday Webinars, also mandatory, a person can only miss 6 hours of these.
|
||||
* This is asynchronous vs synchronous content
|
||||
* Attendance policy: if you miss, you can only miss up to 6 hours of synchronous content
|
||||
* Videos will be uploaded after
|
||||
* Students just have to show up and be present in the zoom to count as attended
|
||||
* Small groups, speaking, faculty joining the breakouts etc
|
||||
*Interns will be on that for taking attendance
|
||||
* Interns will be on that for taking attendance
|
||||
* Wants to track the amount of time a person has attended
|
||||
|
||||
Certifications:
|
||||
|
||||
2
SKO.md
2
SKO.md
@ -47,7 +47,7 @@ Detail a success story from one of your customers, preferably in SaaS. Consider
|
||||
|
||||
### Response
|
||||
|
||||
## Take aways
|
||||
## Take away
|
||||
|
||||
### Instructions & Response
|
||||
|
||||
|
||||
@ -15,12 +15,14 @@ def copytemplate(rootdir, basefile):
|
||||
today = date.today()
|
||||
today = today.strftime("%m.%d.%Y")
|
||||
template = rootdir + basefile
|
||||
todayFile = f"Walmart-{today}.xlsx"
|
||||
# todayFile = f"Walmart-{today}.xlsx"
|
||||
todayFile = "Walmart-Chris-Template.xlsx"
|
||||
if os.path.exists(rootdir):
|
||||
shutil.copy2(template, rootdir + todayFile)
|
||||
# dirfiles = os.listdir(rootdir)
|
||||
# print(dirfiles)
|
||||
currentDash = rootdir + f"Walmart-{today}.xlsx"
|
||||
# currentDash = rootdir + f"Walmart-{today}.xlsx"
|
||||
currentDash = rootdir + "Walmart-Chris-Template.xlsx"
|
||||
# print(currentDash)
|
||||
findlatestExport(currentDash)
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user