What is the value of this and can you measure success?
Simplifies the collection data for DCR to handle the new collectionLevel config field
What does this change?
Uses Option[String] for collectionLevel field instead of Option[Metadata] since we don't need the whole Metadata shape for signifying the collectionLevel alone - it will either be "Primary", "Secondary" or None
What is the value of this and can you measure success?
Simplifies the collection data for DCR to handle the new
collectionLevel
config fieldWhat does this change?
Uses
Option[String]
forcollectionLevel
field instead ofOption[Metadata]
since we don't need the wholeMetadata
shape for signifying thecollectionLevel
alone - it will either be"Primary"
,"Secondary"
orNone