[Koha-bugs] [Bug 27831] New: Object Name Inconsistencies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 2 11:55:49 CET 2021


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

            Bug ID: 27831
           Summary: Object Name Inconsistencies
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

During the push of bug 8976 we discovered some inconsistencies in Koha::Object
class names which lead to duplication.

We need to clarify the situation and move classes around to be consistent.

Current situation:

Koha::Authority::Subfield(s)
Koha::Authority::Tag(s)
Koha::Authority::Type(s)

Koha::Biblio::Metadata(s)

Koha::MarcSubfieldStructure(s)
Koha::AuthSubfieldStructure(s)

In bug 8976 we made a few suggestions

Koha::Framework::Biblio::Subfield(s)
Koha::Framework::Authority::Subfield(s)
Koha::Framework::Biblio::Tag(s)
Koha::Framework::Authority::Tag(s)

OR

Koha::MARC::Biblio::Subfield(s)
Koha::MARC::Authority::Subfield(s)

OR

Koha::Framework::Subfield::Biblio (inheriting from Koha::Framework::Subfield)
Koha::Framework::Subfield::Authority (inheriting from
Koha::Framework::Subfield)

Thougts?

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


More information about the Koha-bugs mailing list