Koha Test Wiki MediaWiki Postgres

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 .

Patron Reading History Separate from Issues RFC

From Koha Test Wiki MediaWiki Postgres

Jump to: navigation, search
Home
Home
Home
Home
Koha > Technical > Development > RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Circulation RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Members/Patrons RFCs
Koha > Technical > Development > RFCs > Koha version targeted RFCs > Koha 3.6 RFCs
Koha 3.6 RFCs

Store Patron Reading History separate from issues/old_issues

Status: unknown
Sponsored by: NEKLS Seeking Co-Sponsors
Developed by: ByWater Solutions
Expected for:
Bug number: Bug 6605
Work in progress repository:
Description: ===Work to do:===
  • Create a new table, to store information about read items
  • Update Issuing subroutine to store information in here. Information needed is

biblionumber,itemnumber, itemtype, title, author, branchcode, borrowernumber and borrower categorycode

  • Create routines to anonymise borrowing history on a per borrower basis
  • Add an interface to the opac to let a borrower anonymise their history
  • Needs to respect the systempreference and not store history if that is chosen
  • Update all routines to get history from this table, not from the

issues/old_issues

How to test

  • Issue some items to a borrower
  • Test these show up in the history
  • Anonymise history
  • Test they no longer show for that borrower
Personal tools