Updated Harri Script from Charlie, a bunch of notes and todos for clients.
This commit is contained in:
@ -112,7 +112,7 @@ page, etc.
|
||||
|
||||
## 04/06/2023
|
||||
|
||||
TODO: Ask if we can invite KC to their Wistia Project
|
||||
DONE: Ask if we can invite KC to their Wistia Project
|
||||
TODO: Create ExcelSheet for what Northpass needs to accurately update the SRT file.
|
||||
WARN: Wants to start uploading within the week
|
||||
|
||||
|
||||
@ -125,7 +125,7 @@ Feedback:
|
||||
- They need rich search (find across multiple platforms) and community functionality with experts and asking people for information.
|
||||
- Taylor: challenges with reporting
|
||||
|
||||
TODO: Send extension contract for one-two months.
|
||||
DONE: Send extension contract for one-two months.
|
||||
|
||||
Time line Needs (3 primary things):
|
||||
|
||||
@ -134,9 +134,9 @@ Time line Needs (3 primary things):
|
||||
- Can Fuse transfer over progress data?
|
||||
- Export CSVs per course? or Group?
|
||||
DONE: Ask what the data set should be.
|
||||
TODO: Ask Charlie for Course CSV (Just like Walmart) - Do it for BOTH academies, internal & external
|
||||
DONE: Ask Charlie for Course CSV (Just like Walmart) - Do it for BOTH academies, internal & external
|
||||
|
||||
## 03/02/2023
|
||||
|
||||
### Data Extract Inquiry
|
||||
TODO: Can we export all quiz data - questions and answers?
|
||||
DONE: Can we export all quiz data - questions and answers?
|
||||
|
||||
@ -315,4 +315,4 @@ DONE: Send Katlin and Erin examples of customized login pages, forms, learning p
|
||||
|
||||
## 04/04/2023
|
||||
|
||||
TODO: Reach out to Katlin regarding admin/embedded.
|
||||
DONE: Reach out to Katlin regarding admin/embedded.
|
||||
|
||||
@ -22,3 +22,19 @@ Actually start on 27th. 23rd is 100% ready and QA done. 27th are real people.
|
||||
|
||||
TODO: Confirm dates with Matt for Sales conference.
|
||||
Matt to collect the rest of the videos etc for the course.
|
||||
|
||||
## 05/16/2023
|
||||
|
||||
### Running Launch
|
||||
|
||||
Greg - West Region Sales Manager
|
||||
Matt - East ? Region Sales Manager
|
||||
Diamond - Project Manager that will be building content. Originally from Japan.
|
||||
|
||||
Launch Date: June 5th.
|
||||
Action items:
|
||||
|
||||
* NP Register & Homepage - Patrycja
|
||||
* Courses from Norm and Matt
|
||||
* Style Guide from Greg
|
||||
* Certificate Creation - Greg/Matt
|
||||
|
||||
@ -221,3 +221,11 @@ The only way to fix it it’s a requesting the user to clean cache in his browse
|
||||
to app/courses, we will redirect him to sign_in page with 301. The browser will cache sign_in page, and the user will be automatically redirected to sign_in page when the user tries visit app/courses. This will cause a loop.
|
||||
|
||||
301 makes sense if the website they are accessing was permanently moved to other location. In this case they are trying to access courses list but are redirected to sign in page because they have to be authenticated before they can access it. If we redirected them from courses to sign in page with 301 the user’s browser would save the redirect location (sign in page) and whenever the user tried to access courses web page their browser would move them automatically to sign in page making courses page inaccessible for the user. The only way out of it is cleaning browsers cache. However once they cleared the cache they would remove the cookies as well. The cookies keep the information about users identity. This is helpful because with that they don’t have to log in each time they visit our platform. But once the cookies are removed they would be again redirected to sign in page keeping them in this vicious circle. The reason to use 301 is to tell the browser “forget about this old location of the page you are accessing, this page is now here, also store this location and use it whenever you try to access this old location”.
|
||||
|
||||
|
||||
## 05/16/2023
|
||||
|
||||
Search results - can't click enough Northpass
|
||||
Only the title can be clicked when search results are returned. We need to be able to click the icon or description as well Not a problem - will get this started ASAP
|
||||
|
||||
DONE: Directly ask Chloe about the technical complications.
|
||||
|
||||
@ -29,3 +29,17 @@ Campaign process, controlled by pre-sales marketing.
|
||||
Gainsight could be a great option, but people have to meet "criteria" to send emails.
|
||||
|
||||
They use LeanData for checking for duplicates in their various systems. That's where Webhooks would be created.
|
||||
|
||||
## 05/16/2023
|
||||
|
||||
DONE: Remove Discover Catalog
|
||||
TODO: Add new header image that Cherrill will send.
|
||||
TODO: Make Footer similar to Terminus.com - at least the background as blue and text as white.
|
||||
DONE: Remove sign in in header.
|
||||
DONE: Move sub-nav to under header image
|
||||
TODO: minimize padding around logo. Mimic sign-in/main page.
|
||||
TODO: Addtl. Resources boxes same height
|
||||
TODO: Feature course, view button align left
|
||||
TODO: If no events, link saying "checkout upcoming events!" and link to /app/training_events
|
||||
TODO: Filter Button to Terminus Green or Orange
|
||||
TODO: Catalog: Sections divided by categories with headings at each section.
|
||||
|
||||
Reference in New Issue
Block a user