Templates changes for a few clients.

This commit is contained in:
Norm Rasmussen
2023-05-01 17:07:21 -04:00
parent 3e6a6e5266
commit 26c55d54f6
27 changed files with 1128 additions and 9 deletions

View File

@ -28,3 +28,13 @@
* Something about multiple tokens. Has to do with UUID in their own system and APIs. She didn't explain more, just that it was an "issue".
* What is the token? It follows the user.
* Middleware - zaneray or mambo might create the token
## 04/25/2023
### New Instance Discussion
What is key for the additional registration page is:
* What dealer they are part of - General RV of Okala, FL
* City & State
*

View File

@ -207,3 +207,17 @@ Reach out to Gennet regarding language preferences for accounts.
If a user picks a language, update the property.
They would want a page per language, so app/en or app/es etc. This is a requirement.
### Sending details regarding Redirect problems
Text from Engineers (synopsis):
Lets imagine we redirect the user from page A to B using 301. Later we decided to change the redirect from A to C using
301. The user will be redirected to B because it was cached in their browser. Experience: User visits A > User was
redirected to B > Browser sees its a 301 redirection so it adds this redirect to cache > We change in NP from
A->B to A->C > User visits A > User was redirected to B (because his browser has this redirect in cache).
The only way to fix it its a requesting the user to clean cache in his browser. So if the user is unauthorized and goes
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 users 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 dont 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”.

View File

@ -202,6 +202,26 @@ Increasingly difficult to find what message is what. On the main comms page, the
For incomplete groups, the ppl change each month. She needs to run a report of everyone it was sent to each month.
TODO: Research what comms metrics are exposed in Looker.
TODO: Ask Marek why the duplicate message/email wasn't there.
TODO: 2023 March HW Reminder is the template she is using.
## 04/28/2023
### Friday Sync
Certification software - now doing with QuestionMark. Alexa thinks YouTestMe is a good company, but their reputation was
tarnished. Skuid's text team won't let them use YTM at all anymore.
Alexa's team currently using QuestionMark for demo and testing.
YouTestMe is still recommended by Alexa.
No schedule, likely. Might be "click here to take your exam."
Still starting with one exam, and likely won't do another one for another year or two.
TODO: Casually talk with Nikki about Skuid's Cert Program.
She wants to get notifications for when someone completes Level 1 or Level 2 LPs.
AppCues pop-up for ALL NINE learning paths.
Notification after x number of learning paths complete.
Can we run a report that shows ALL course attempts?
TODO: Create Looker organized by attempts, show all attempts across all people & courses.

View File

@ -459,3 +459,11 @@ Pull in Aditi after making a list for her. The items for Aditi are:
*
Update: Travis and MJ to meet with Aditi internally regarding this issues.
## 04/28/2023
### Metrics Requests
* Help and Question clicks
* Number of times driver clicks into resource after entering Resrouce Center