Closed tjsilver closed 4 years ago
RFC for emojis in tag names:
๐โโ๏ธ LongRunningPalette
๐ SombrePalette
๐ต๏ธ InvestigationPalette
๐งจ BreakingPalette
๐ EventPalette
๐ฅณ EventAltPalette
... no?
Worth noting here perhaps that the plan is to progressively replace DynamoLike
with LongRunningPalette
. Keeping both for now to support current configuration/palettes (apps only, web doesn't use DynamoLike
)
Co-authored-by: Jonathon Herbert jonathon.herbert@guardian.co.uk
What does this change?
This adds the following palette metadata to the config:
How to test
Release local version and consume in a downstream project such as Fronts Config tool. The new metadata should be available in the project.
We've tested this with Fronts locally.
How can we measure success?
Consuming projects are able to access the new metadata.
Have we considered potential risks?
Risks have been mitigated by presence of the
UnknownMetadata
metadata which makes this PR backwards-compatible with old versions.