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

Jessie Zairo <jza...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |In Discussion

--- Comment #2 from Jessie Zairo <jza...@bywatersolutions.com> ---
Here are some ideas we are sharing about possibilities for development of FRBR
in Koha. 

This aims to bring basic FRBR functionality to the Koha OPAC. To achieve this
goal we plan to break the development into several steps.

We envision the initial implementation to be built using the Koha plugin system
so that code can be adapted as necessary. Once the initial functionality is
working the code can then be integrated into the Koha codebase.

Groups are ISBN, Title, and Author. 
DVD matches: Title,  (brainstorm other match points)
Serials: ISSN, title,  other???

Eresources - pull the indexes into a place (side index) that we can use these
when searching.  
Display - ‘overdrive/not in koha’ provide the path
Group id? Assigned at the time it is ingested.
Have a unique ‘reindexer’ that will pull in the records and index them.


1 - Add a "group ID" to the bibliographic record.
        a - The groupID will be stored in the koha database for use in grouping
and fetching records
        b - The groupID will be stored in the MARC record as well
        c - The gorupID will also contain a 'source' field, this way multiple
group IDs can use different sources of truth
2 - Build a system for entering the groupID
        a - The initial method will allow for adding/grouping manually
3 - Records containing a group ID will display the other records containing the
same group ID on the results or details page
        a - Provide an API to retrieve records by GroupID
        b - Develop UI functionality using React or similar framework
4 - Search results will combine records with the same groupID as a single
result using the most relevant record as the main display, other records will
be accessible via a dropdown menu/view
        a - This development will be targeted at the Elasticsearch engine
5 - Develop a system for storing the group ID and allowing lookup by ISBN
        a - This may use the MANA system in development for Koha
        b - This may use an outside source such as 'Bookbrainz' as it mastures
        c - This will be exapandable to allow for multiple future linkings

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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