[Koha-bugs] [Bug 14639] New: Extend Koha::MetadataRecord to handle serialization format

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 3 16:36:39 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14639

            Bug ID: 14639
           Summary: Extend Koha::MetadataRecord to handle serialization
                    format
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Koha::MetadataRecord was introduced to abstract records, and carry information
about the records. It is currently missing a way to know the serialization
format used.
This is pretty important when it comes to using Koha::RecordProcessor to apply
filters on records, as different filter could be needed depending on the
serialization format: for example, a source could be a USMARC record and
another one an XML record, both representing MARC21 metadata.

The same applies if you think of JSON records, etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list