You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
A full re-implementation on our end is mostly a moot point as we would still depend on slow backend APIs they integrate with, and most of the effort would be on non-LHS critical elements. Plus it would force the delta team to learn new development paradigms. See: https://adobe-dx-support.slack.com/archives/C04JGUPQAPM/p1692209174307689
A hybrid approach is thus the only real option we have.
We also had a few technical blockers that were slowing us down quite a bit:
delta header can only loaded from the *.delta.com domains (CORS reasons), and we were given st.delta.com as a playground, but this requires manually clearing the CDN cache for any modified files 1 by 1 for any update we did… This creates an unnecessary second layer of caching on top of the Franklin CDN and we need a solution from their IT to avoid breaking the dev flow for Franklin.
After several back and forth and a deep-dive on the current implementation of the live header, here are the main constraints we operate with:
A hybrid approach is thus the only real option we have.
We also had a few technical blockers that were slowing us down quite a bit:
*.delta.com
domains (CORS reasons), and we were givenst.delta.com
as a playground, but this requires manually clearing the CDN cache for any modified files 1 by 1 for any update we did… This creates an unnecessary second layer of caching on top of the Franklin CDN and we need a solution from their IT to avoid breaking the dev flow for Franklin.The proposal we have is:
The text was updated successfully, but these errors were encountered: