http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #113 from Jesse Weaver <jweaver@bywatersolutions.com> --- (In reply to Iming Chan from comment #112)
Just checked out the sandbox of this development, I'm really excited and looking forward for it to go live. Great job for all involved.
However, I would like to make a couple improvement suggestions:
1. Existing interface to Leader, Tag 007 and 008 is better than what's been proposed. You can see all character position elements in one screen with corresponding headings. Whereas the proposed design, you really have to know your fixed-length data elements well!
It will, unfortunately, be difficult to impossible to integrate the existing UI, but would a good future enhancement be an expanded version of the current fixed-field widgets? I agree, the current UI is intended mostly for those who have the fixed-field formats deep in their bones.
2. Some tags don't use one or both indicators. It will be nice to prevent data entry to one or both indicators when they are not used to a given tag. Perhaps after you have enter a tag number (say 020 for ISBN), press [Tab] will take the cursor straight to next position that require data entry (in the case of the example above, it will be at "$a" and skipped both Indicator 1 & 2).
This could be a lot trickier, as the MARC frameworks in Koha do not contain any information about indicator values/use; we'd have to extend them to include that before adding this functionality to Rancor. -- You are receiving this mail because: You are watching all bug changes.