[Koha-bugs] [Bug 26635] Expand authorised values in REST API call

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 10 15:08:12 CEST 2022


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

--- Comment #43 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
One thing to consider is we should (ideally) not change the API often so devs
can rely on it. That said what if we streamline the data structure (i.e. do not
return the AV object, but just the description, making it context (opac?)) and
try this.

Once we find a better pattern in real-life uses, we can flag this as 'slow' and
propose a different one, while keeping it for some cases in which it really
doesn't hurt performance. Bug 8179 is a real example of using this feature
without any noticeable overhead.

So maybe when this is *not enough* we look for other approaches.

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


More information about the Koha-bugs mailing list