This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Description
Currently each "Fact" emitting feature has a private object featureItems { } (as seen in MediaFacts.kt).
Because they are private, we can't access them in Fenix, which causes us to hardcode the string values.
Can we make these items public so we don't have to do this and can access the enum directly or are there concerns with doing this?
┆Issue is synchronized with this Jira Task