Bug 30758 - Handle Google Books API requests for OPACSuggestionAutoFill on server side
Summary: Handle Google Books API requests for OPACSuggestionAutoFill on server side
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 14242
Blocks:
  Show dependency treegraph
 
Reported: 2022-05-14 14:59 UTC by Katrin Fischer
Modified: 2024-06-03 20:32 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-05-14 14:59:21 UTC
Bug 14242 allows to use the Google Book API to pull in information about a book from the ISBN or similar. At the moment the request is done in the browser, but for privacy concerns it would be better if the request could be made from the Koha server instead.
Comment 1 Victor Grousset/tuxayo 2024-06-03 20:02:49 UTC
Do we have other stuff where Koha acts as a proxy?
Comment 2 Victor Grousset/tuxayo 2024-06-03 20:32:27 UTC
If the GDPR was really enforced well, using a proxy would be an obligation since there is a reasonable solution to avoid altogether sending personal data to a 3rd party. Then just notifying the user is invalid since it's forcing them to accept a personal data transfer to use the feature when it's in fact unnecessary.

When GDPR was coming up, I recall it was talked as having that impact. But obviously is a matter for enforcement to have an actual proceeding of a given complain. And then to have enforcement authorities decide that a data processing is unnecessary because there is a reasonable technical solution to avoid it and provide the same service.