bplmaps / lane-mead-portal

Lane-Mead portal for collections and research on Boston's maritime industrial history
GNU General Public License v3.0
2 stars 0 forks source link

Replace manual items schema in collectionGroupCollection with `reference()` #6

Closed ericrobskyhuntley closed 1 year ago

ericrobskyhuntley commented 1 year ago

The reference() function from the collections API allows you to create a property that references items from other collections. More PK-FK db-constraint like.

ericrobskyhuntley commented 1 year ago

Implemented in 38efe86