[Koha-bugs] [Bug 20028] Export all patron related personal data in one package

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 8 07:32:47 CET 2021


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

Johanna Räisä <johanna.raisa at koha-suomi.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johanna.raisa at koha-suomi.fi

--- Comment #25 from Johanna Räisä <johanna.raisa at koha-suomi.fi> ---
(In reply to Lari Taskula from comment #22)
> Another issue is how far do we want to expand the results? As an example, a
> patron has checked out items, do we return just the itemnumbers or should we
> expand the item object such that eventually we have the biblio itself (it
> might be interesting to know, say, the biblio.title)? I suppose expanding it
> all the way to biblio_metadata.metadata would be pretty hardcore?

If we return only itemnumbers then the item data have to be fetched from
items-endpoint. It is not very efficient to have hundreds of API calls to get
rest of the data. I think it is better to have at least an expanded endpoint
for more information. Pagination options are mandatory since the return data be
massive.

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


More information about the Koha-bugs mailing list