Templates for Zenjob, Mizuno, Artera. Scripts for Wild Health.

This commit is contained in:
Norm Rasmussen
2023-06-06 17:34:32 -04:00
parent 14f713c3af
commit e924fdb040
12 changed files with 146 additions and 36 deletions

View File

@ -104,7 +104,7 @@ DONE: Bjorn our data schema. Send him our 3-4 options in an email so he can read
### Content & Uploading
Video Promo URL not embedding correctly? Why? iFrame wasn't working, but she was using embed URL not single http:// url.
Video Promo URL not embedding correctly? Why? iFrame wasn't working, but she was using embed URL not single <http://> url.
## 01/09/2023
@ -193,7 +193,6 @@ Start up weekly meetings with Kaisa for 10am on Tuesday
GetVero is the customer emailing platform they currently use. They wanted to do it via Segment.
Custom email domain needs to be setup first. Waiting on Kaisa to "get through security"
## 04/18/2023
### Weekly Sync - James, Oksana, and Dina
@ -213,7 +212,7 @@ They would want a page per language, so app/en or app/es etc. This is a requirem
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
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).
@ -222,10 +221,9 @@ to app/courses, we will redirect him to sign_in page with 301. The browser will
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”.
## 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
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.