art-institute-of-chicago / data-aggregator

An API of public data collected from several different systems at the Art Institute of Chicago
GNU Affero General Public License v3.0
65 stars 6 forks source link

Add edition field to artwork model and transformer #56

Closed zachgarwood closed 1 year ago

zachgarwood commented 1 year ago

This change adds the edition field to the Artwork model and factory, as well as the outbound transformer.

Also included is the removal of a directory of unused tests, as it is not included in the <testsuites> in the phpunit.xml config, the update of .env.testing.example to use the Homestead-provided testing database, and a new package that allows for changing timestamp database columns in MySQL.

Related to: https://github.com/art-institute-of-chicago/data-service-collections/pull/13