NYPL-Simplified / server_core

Shared data model and utilities for Library Simplified server applications
7 stars 11 forks source link

CollectionType knows if it is a self-hosted type. #1242

Closed tdilauro closed 3 years ago

tdilauro commented 3 years ago

Description

Adds is_self_hosted method to CollectionType enum.

Motivation and Context

Centralize logic for which collection types are self hosted.

How Has This Been Tested?

Ran new and existing tests.

Checklist:

tdilauro commented 3 years ago

Withdrawing.