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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/