Koha Test Wiki Canasta - March 2024

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Public patrons privacy endpoints RFC

From Koha Test Wiki Canasta
Jump to navigation Jump to search

This RFC should be the basis for endpoints to be used to change a patron's privacy settings themselves. This is being worked on Bug 23584

Actions and routes

The following table presents proposed implementation.

Description Action Proposed
Allow guarantor to see fines
 PUT
 /public/patrons/{patron_id}/guarantors/can_see_charges
Allow guarantor to see checkouts
 PUT
 /public/patrons/{patron_id}/guarantors/can_see_checkouts

Request body

Edited by tcohen:

The request body will be a JSON object containing a single attribute: 'allowed' being a boolean

Discussion

+1 --Kfischer 06:34, 22 September 2019 (EDT)