Bug 41462 - Koha objects namespace for OAI sets and biblios
Summary: Koha objects namespace for OAI sets and biblios
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Aleisha Amohia
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 41463
  Show dependency treegraph
 
Reported: 2025-12-17 00:25 UTC by Aleisha Amohia
Modified: 2025-12-19 02:00 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: Sponsored
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s) (5.86 KB, patch)
2025-12-17 01:38 UTC, Aleisha Amohia
Details | Diff | Splinter Review
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s) (5.86 KB, patch)
2025-12-18 02:03 UTC, Aleisha Amohia
Details | Diff | Splinter Review
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s) (5.89 KB, patch)
2025-12-19 02:00 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2025-12-17 00:25:19 UTC
Create the Koha::Objects files for OAI sets and biblios.

In a follow-up, rewrite subroutines in C4/OAI/Sets.pm for Koha::OAI::Set(s) etc
Comment 1 Aleisha Amohia 2025-12-17 01:38:40 UTC
Created attachment 190564 [details] [review]
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s)

This architectural changes makes these tables available to the Koha namespace, and therefore the REST APIs.

To test: Confirm t/00-load.t tests pass and check for any syntax/tidy errors.

Sponsored-by: Auckland University of Technology
Comment 2 Aleisha Amohia 2025-12-18 02:03:17 UTC
Created attachment 190609 [details] [review]
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s)

This architectural changes makes these tables available to the Koha namespace, and therefore the REST APIs.

To test: Confirm t/00-load.t tests pass and check for any syntax/tidy errors.

Sponsored-by: Auckland University of Technology
Comment 3 David Nind 2025-12-19 02:00:44 UTC
Created attachment 190639 [details] [review]
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s)

This architectural changes makes these tables available to the Koha namespace, and therefore the REST APIs.

To test: Confirm t/00-load.t tests pass and check for any syntax/tidy errors.

Sponsored-by: Auckland University of Technology
Signed-off-by: David Nind <david@davidnind.com>