[Bug 5106] New: Simplify MARC view choices in the OPAC
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 Summary: Simplify MARC view choices in the OPAC Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P5 Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The MARC view in the OPAC is useful to librarians, but probably less to to non-librarian patrons. Offering two ways to view a MARC record (when XSLT is on) seems like overkill, an unnecessary complication to the interface. Users who click the link that pops up the modal MARC window will find that their back button doesn't work until they click "close" on that window. I propose the following: 1. Eliminate the "Extended MARC View" tab 2. Point the "MARC View" tab to opac-MARCDetail.pl as it is when XSLT is off 3. Offer a "view plain" link on opac-MARCDetail.pl. Clicking this link would replace the standard labeled MARC view with an unformatted view similar to the one displayed in the pop-up modal MARC view. 4. When viewing the "plain view," clicking the "view labeled" link will return you to the standard labeled MARC view. This solution accomplishes the following: 1. Simplifies the interface 2. Eliminates the back button problem with the pop-up MARC view 3. Gives librarians alternatives for viewing MARC, including a view which makes cut and paste of the raw record easy. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2488 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2488 MARC view with "view plain" link Note that there is now only one "MARC View" tab at the top. Clicking it brings you to this view. If XSLT is on, a "view plain" link will appear as it does in this screenshot. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2489 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2489 After clicking the "view plain" link When the "view plain" link is clicked, JavaScript is used to pull the raw MARC data from a separate file. A "loading" indicator is displayed while that process completes. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2490 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2490 Plain view The MARC view page after the raw MARC record has been loaded and displayed. Note the "view plain" link has turned into a "view labeled" link to return to the standard labeled view. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #4 from Nicole C. Engard <nengard@gmail.com> --- I would add 2 points: 1. Change the label to 'Librarian View' or 'Staff View' or something other than MARC (other OPACs have done this already) 2. I would rename make what you call 'plain view' the default and then have a link to 'labeled view' or if not come up with a different name for 'plain view' cause that really makes no sense :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> ---
1. Change the label to 'Librarian View' or 'Staff View' or something other than MARC (other OPACs have done this already)
I don't know... If the view is primarily for librarians, why not use a label that librarians understand? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
On 09/08/10 17:31, bugzilla-daemon@bugs.koha-community.org wrote:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106
--- Comment #5 from Owen Leonard <oleonard@myacpl.org> ---
1. Change the label to 'Librarian View' or 'Staff View' or something other than MARC (other OPACs have done this already)
I don't know... If the view is primarily for librarians, why not use a label that librarians understand?
It sounds like "not for non-librarian users" if we label it staff/librarian view. At least MARC is something you can enquire about (i.e. use wikipedia) for more info. -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #6 from Nicole C. Engard <nengard@gmail.com> --- Cause it's the OPAC :) it's for the public - not the librarians. But really - it's not a big deal to me, just something I've seen on other open source ILSes -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2491 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2491 Proposed change Here's patch for the work I've done so far if anyone is interested in testing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2491|0 |1 is obsolete| | --- Comment #8 from Owen Leonard <oleonard@myacpl.org> 2010-12-07 19:58:07 UTC --- Created attachment 2818 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2818 Revised fix Revised patch includes CSS updates and missing image file -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2818|0 |1 is obsolete| | --- Comment #9 from Owen Leonard <oleonard@myacpl.org> 2010-12-17 14:05:01 UTC --- Created attachment 2872 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2872 Revised for current HEAD -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #10 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2010-12-20 10:49:41 UTC --- Tested the patch. Works fine. I like the idea, but would like to make the distinction between view labeled and view plain more clear. I would suggest to stick to the current name Expanded (instead of the new Labeled). Additionally, you could perhaps mention both views on the same line: [View plain MARC] and [View expanded MARC]. Show by color or so which view is active, or by label: [Plain MARC view] and [Switch to expanded MARC view] (if plain is active, v.v.) This makes the user more aware of the active view and existence of both views. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #11 from Owen Leonard <oleonard@myacpl.org> 2010-12-20 13:24:18 UTC ---
Additionally, you could perhaps mention both views on the same line: [View plain MARC] and [View expanded MARC].
This is my motivation for keeping the links subtle: I think this is a feature of interest to a very limited subset of OPAC users. I'm assuming most users of the OPAC are not interested the details of the MARC record. Of those that are interested in the MARC record, only a few will be interested in seeing the plain unformatted view. I don't think the two versions of the MARC view deserve equal weight in the interface. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #12 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2010-12-20 13:36:10 UTC --- You are right that only a few opac users will be interested. Signing it off. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #13 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2010-12-20 19:01:23 UTC --- Created attachment 2895 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2895 Signed patch with marker fix Removed a conflict marker line in opac.css from Owen's patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2895|0 |1 is obsolete| | --- Comment #14 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2010-12-20 19:14:09 UTC --- Created attachment 2896 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2896 Patch signed (2nd fix) Oops, forgot two new files in this patch.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Signed Off |Patch Pushed --- Comment #15 from Chris Cormack <chris@bigballofwax.co.nz> 2010-12-21 04:06:25 UTC --- Pushed to new/enh/bug_5106 Im going to do some testing on this tonight, and probably push a follow up patch for the opac-showmarc.pl bit of it. Just some tidy up. Id appreciate some others testing too, then we can merge it to master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #16 from Chris Cormack <chris@bigballofwax.co.nz> 2010-12-21 07:50:45 UTC --- Pushed a follow up patch, and have tested, everything working as it should. Merged to master, please test and mark resolved -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #17 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2010-12-21 15:27:47 UTC --- Tested. Seems to work fine. One question (about tidying up code): Where is the call to opac-showmarc with view=card in the opac now? Is it still there? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 --- Comment #18 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2011-01-07 11:12:44 UTC --- This bug is mentioned in: Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC http://lists.koha-community.org/pipermail/koha-patches/2010-December/013198.... Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC http://lists.koha-community.org/pipermail/koha-patches/2010-December/013199.... Bug 5106 Followup http://lists.koha-community.org/pipermail/koha-patches/2010-December/013200.... Bug 5106 Followup http://lists.koha-community.org/pipermail/koha-patches/2010-December/013201.... Bug 5106 Followup http://lists.koha-community.org/pipermail/koha-patches/2010-December/013202.... Bug 5106 Followup http://lists.koha-community.org/pipermail/koha-patches/2010-December/013203.... Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC http://lists.koha-community.org/pipermail/koha-patches/2010-December/013436.... Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC http://lists.koha-community.org/pipermail/koha-patches/2010-December/013437.... Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix) http://lists.koha-community.org/pipermail/koha-patches/2010-December/013444.... Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix 2nd try) http://lists.koha-community.org/pipermail/koha-patches/2010-December/013445.... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5106 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (2)
-
bugzilla-daemon@bugs.koha-community.org -
Colin Campbell