dev:proposal:authorities
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:proposal:authorities [2010/07/15 03:12] – Update on control numbers dbs | dev:proposal:authorities [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 14: | Line 14: | ||
===== Strengthen the linkage between authority records and bibliographic records ===== | ===== Strengthen the linkage between authority records and bibliographic records ===== | ||
==== Links ==== | ==== Links ==== | ||
- | Link controlled fields in bibliographic records to the authority record for that field via the $0 subfield, per the MARC specification (authority record 035 $a == bib controlled subfield $0), so that a change | + | Link controlled fields in bibliographic records to the authority record for that field via the $0 subfield, per the MARC specification (authority record 035 $a == bib controlled subfield $0). We need to track links so that changes |
- | < | + | |
- | + | * Dan committed server-side support for ensuring that when bibliographic records merge, the bib value in the authority-to-bib linking table will be updated accordingly [[http:// | |
- | **UPDATE**: So, $0 is repeatable, it seems, according to the [[http:// | + | |
- | + | ||
- | **UPDATE 2**: See [[http:// | + | |
==== Syncs ==== | ==== Syncs ==== | ||
- | Ensure any updates to authority records automatically update the controlled fields in the bibliographic records. Should be relatively easy as long as it only affects $0-controlled fields. | + | * **Requirement: |
- | + | * Mike committed | |
- | **UPDATE**: See [[http:// | + | * **TODO** One possible bug is that the old subfields are deleted and new subfields are added to the end of the field; this could play havoc with the proper order of subfields. |
- | + | * **Requirement: | |
- | An existing set of records without controlled fields will need to be taught how to be controlled. | + | * Dan committed [[http://svn.open-ils.org/ |
- | + | ||
- | **UPDATE**: This will likely be a significant project, and may be outside the scope of core functionality. | + | |
==== Trace ==== | ==== Trace ==== | ||
Line 37: | Line 32: | ||
==== Add an authority in the flow ==== | ==== Add an authority in the flow ==== | ||
Make it easy to manually add an authority during bibliographic cataloguing, | Make it easy to manually add an authority during bibliographic cataloguing, | ||
+ | * Thought: Add **Add this as an authority** as another contextual option in the MARC editor - which would: | ||
+ | * Create the new authority record based on the currently highlighted field | ||
+ | * Grab the record ID for the new authority record | ||
+ | * Add the appropriate $0 subfield using the are.id to the currently highlighted field | ||
+ | * Also want an **Add this as an authority and edit** option that would invoke the authority record MARC editor to allow fine-tuning of the authority MARC. | ||
==== Fix fixed fields for authorities ==== | ==== Fix fixed fields for authorities ==== | ||
The current MARC editor does not know about any kind of MARC other than bibliographic records. Teach it to properly handle authority records so that the fixed fields don't look insane. | The current MARC editor does not know about any kind of MARC other than bibliographic records. Teach it to properly handle authority records so that the fixed fields don't look insane. | ||
+ | * Dan committed [[http:// | ||
==== Highlight controlled fields ==== | ==== Highlight controlled fields ==== | ||
Highlight in the user interface when an uncontrolled field is validated as a controlled field and linked to a specific authority record (this presupposes that we teach the " | Highlight in the user interface when an uncontrolled field is validated as a controlled field and linked to a specific authority record (this presupposes that we teach the " | ||
- | |||
==== Simplify authority record selection ==== | ==== Simplify authority record selection ==== | ||
- | Improve authority selection interface during bibliographic cataloguing (such as the ability to invoke a browse list, perhaps; also to prevent cataloguers from choosing a See From tracing, etc) | + | Improve authority selection interface during bibliographic cataloguing (such as the ability to invoke a browse list, perhaps; also to prevent cataloguers from choosing a See From tracing, etc). |
+ | |||
+ | * Part 1: in the current contextual display of the selected authority record, the cataloguer is able to pick as many subfields as they like from the entire record. This is too much information. Subfields outside of the 1* and 5* fields should be disabled, possibly even hidden, in this view. | ||
+ | * Part 2: enable the cataloguer to generate a browse list based on the authority browse list support that Mike added (via URLs like < | ||
+ | dojo.query(' | ||
+ | dojo.query(' | ||
+ | dojo.query(' | ||
+ | </ | ||
==== Delete authority record ==== | ==== Delete authority record ==== | ||
Line 58: | Line 66: | ||
Implementation thoughts: largely cut and paste from the existing metabib indexing framework. | Implementation thoughts: largely cut and paste from the existing metabib indexing framework. | ||
- |
dev/proposal/authorities.1279177955.txt.gz · Last modified: 2022/02/10 13:34 (external edit)