Open
Description
This ticket is an open discussion about whether there is a good way to integrate formatters into the architecture. Data might flow through objects in the following order.
Connector
→ Formatter
→ ProviderResource
However, we need to understand what the interface for Formatter
must be and how it integrates into the rest of the system in a meaningful and reusable way.