[Koha-bugs] [Bug 30650] Convert the Curbside Pickup plugin to Koha core

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 10 14:21:34 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Current state of the development can be found at
https://gitlab.com/joubu/Koha/-/commits/bug_30650

It can already be tested if you want to provide feedback.

What has been done in this patch set:
- Deal with installations using the existing plugin (upgrade the DB schema and
migrate their data)
- Add a new syspref (CurbsidePickup) and a new permission
(manage_curbside_pickups)
- Add an administration page to setup the configuration:
admin/curbside_pickup.pl
- Add a circulation page to manage the existing pickups, and create new one
- Add a new OPAC view "your curbside pickups" to let patron manage their
pickups, and create new ones
- Add link from the "member" toolbar

Improvements compared to the plugin:
- Ability to create several pickup windows per day
- Better display of the pickup times (not in a dropdown list)
- Ability to disable pickups for patrons without waiting holds
- Display pickups on the patron circulation page
- Display pickups of the library on the homepage
- Prevent pickup to be created on a holiday
- Better error handling (exceptions)
- Unit tests

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list