Closed cjcodeproj closed 7 months ago
Closing notes:
I left a generic Catalog() object class in place, meant to act as a sort of final object.
The unit tests work across the Catalog() object, since the AbstractCatalog is not meant to be used as an instance.
Consider an
AbstractCatalog
class, with common elements used in all catalogs.Reasoning is because Catalog structures for different content types have different fields.