NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

LidoRecord refinement + unit test #5

Closed EeroHeikkinen closed 11 years ago

EeroHeikkinen commented 11 years ago

Some refinements to Lido Record driver + Unit test to make sure everything is working. If you have installed phpunit you can run tests by running "phpunit tests" in the root directory. More to come!

EreMaijala commented 11 years ago

Please move at least the data source specific stuff to NdlLidoRecord. The aim to make LidoRecord as generic as possible, so we should put the exceptions in the NdlLidoRecord class.

EreMaijala commented 11 years ago

Additionally, the custom/dynamic fields should be populated in NdlLidoRecord.