-
Notifications
You must be signed in to change notification settings - Fork 567
Description
Background
As discussed in the Tools/Platforms catch up (20th Sept 2023), there is a gap in knowledge of how the fixed/showcase container works and when it is used.
It is specifically for Google Showcase, so that Google News receives updates in a specified format. Here's the Guardian on Google News: https://news.google.com/publications/CAAqBggKMJeqezDfswk
It should never be rendered on a normal front, but frontend does build and maintain this https://github.com/guardian/frontend/blob/main/common/app/layout/slices/FixedContainers.scala#L55, which is quite unlike Apple News which is maintained by the CoPip team (who also manage CAPI). It is not marked as "not-for-production" since it is for production; it's just never meant to be rendered directly on dotcom or in apps.
Solution
We should continue to support this container type, and ensure it is well documented in the code.
We should also ensure that DCR does not fall over in the process of rendering this, if mistakenly attempted.