NEU-DSG / tapas_rails

Hydra Head for the TAPAS project
1 stars 6 forks source link

Feature/refactor core file upsert #17

Closed jbuckle closed 9 years ago

jbuckle commented 9 years ago

Handles refactoring the previously monolithic CoreFileUpserter into several actions touching the various Fedora objects that a TEI record ingest creates.

Also moves everything out of the /services directory and into the actions/ directory. This is (arguably) more granular and (arguably) the services/ directory is more appropriate for code that encapsulates communication with external services.