Bug 41462

Summary: Koha objects namespace for OAI sets and biblios
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: Architecture, internals, and plumbingAssignee: Aleisha Amohia <aleisha>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
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:
Bug Depends on:    
Bug Blocks: 41463    
Attachments: Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s)
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s)
Bug 41462: Add Koha::OAI::Set(s) and Koha::OAI::Set::Biblio(s)

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>