[Bug 37118] New: Add new patron page “My virtual card” to OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37118 Bug ID: 37118 Summary: Add new patron page “My virtual card” to OPAC Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: new feature Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: samalau@gmail.com QA Contact: testopia@bugs.koha-community.org Some libraries would like patrons to have a "virtual library card" page that would display their library name, photo, and barcode. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37118 Sam Lau <samalau@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |samalau@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37118 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- I think this is more or less a duplicate of Bug 26777 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37118 --- Comment #2 from Sam Lau <samalau@gmail.com> --- (In reply to Owen Leonard from comment #1)
I think this is more or less a duplicate of Bug 26777
Yes, definitely. I will mark it as a duplicate. Am I good to keep working on this though? I have made some progress. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37118 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE CC| |dcook@prosentient.com.au --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Sam Lau from comment #2)
(In reply to Owen Leonard from comment #1)
I think this is more or less a duplicate of Bug 26777
Yes, definitely. I will mark it as a duplicate. Am I good to keep working on this though? I have made some progress.
Certainly. There are no patches attached to bug 26777 so I think you're good to go. For what it's worth, I've already implemented something like this as a Koha plugin. I haven't shared it publicly yet, but I certainly could if you'd find it useful. With the Koha plugin, all I'm doing is adding REST API endpoint to provide the user's barcode as an image. (Note: for security only authenticated users can use the endpoint, and authenticated users can only fetch their own barcode.) In my favourite implementation, in the OpacUserJS, I detect if the user is logged in; if they are logged in, I show a little barcode image icon next to their "My Account" image in the top right corner of the screen. If they click that barcode image, a modal appears that shows their barcode. (I'll attach a screenshot to illustrate this.) In the past, we had a "Barcode" tab on opac-user.pl, but the advantage of the barcode icon in the header is that they can access their barcode from any OPAC page. I don't think there's any 1 right solution here, so I'm curious to see yours! I think this is a very valuable feature to have in core. I'm a public library user, and I'm grateful to my libraries that have a "my barcode" feature (typically in an app). I use it all the time. *** This bug has been marked as a duplicate of bug 26777 *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37118 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Created attachment 167879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167879&action=edit Koha plugin with OPAC barcode feature -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org