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

--- Comment #35 from Paul Derscheid <[email protected]> ---
Created attachment 196454
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196454&action=edit
Bug 41129: (follow-up) Migrate staff booking adapter to API clients

- Create BiblioAPIClient for biblio sub-resource endpoints
  (items, bookings, checkouts, pickup_locations)
- Create BookingAPIClient for bookings CRUD (create, update)
- Create LibraryAPIClient for library holidays endpoint
- Create CirculationRulesAPIClient for circulation rules endpoint
- Extend PatronAPIClient with headers support on get and new
  search method for paginated patron lookup
- Register all new clients in both API client registries
  (lazy-loaded main and eager Vue)
- Rewrite staff-interface.js adapter to use API clients instead
  of raw fetch() calls
- Keep domain validation (bookingValidation) in adapter layer
- OPAC adapter left as-is (uses public endpoints, mostly stubs)

Sponsored-by: Büchereizentrale Schleswig-Holstein <https://www.bz-sh.de/>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to