Bug 29948 - Display author information for researchers
Summary: Display author information for researchers
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 29897
Blocks:
  Show dependency treegraph
 
Reported: 2022-01-26 08:23 UTC by Jonathan Druart
Modified: 2024-03-22 11:52 UTC (History)
3 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 29948: Display authors information along with the identifiers (15.91 KB, patch)
2024-03-15 08:05 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: OPACAuthorIdentifiersAndInformation (20.00 KB, patch)
2024-03-15 08:05 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: Allow to sort info (6.57 KB, patch)
2024-03-15 08:05 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: Fix display of selected values (1.39 KB, patch)
2024-03-22 11:47 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: Display authors information along with the identifiers (15.91 KB, patch)
2024-03-22 11:52 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: OPACAuthorIdentifiersAndInformation (20.00 KB, patch)
2024-03-22 11:52 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: Allow to sort info (6.57 KB, patch)
2024-03-22 11:52 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 29948: Fix display of selected values (1.39 KB, patch)
2024-03-22 11:52 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2022-01-26 08:23:01 UTC
Display author's information from 371, 372, 373 (email, activity, etc.) in the same area than identifiers (from bug 29897).
Comment 1 Jonathan Druart 2024-03-15 08:04:28 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2024-03-15 08:05:41 UTC
Created attachment 163167 [details] [review]
Bug 29948: Display authors information along with the identifiers

Sponsored-by: Orex Digital
Comment 3 Jonathan Druart 2024-03-15 08:05:44 UTC
Created attachment 163168 [details] [review]
Bug 29948: OPACAuthorIdentifiersAndInformation

This patch merge the previous patch attempt with the existing OPACAuthorIdentifiers syspref.

It creates a new syspref OPACAuthorIdentifiersAndInformation and remove
OPACAuthorIdentifiers.
"identifiers" become an entry of the new syspref.

Test plan:
Select some entries in OPACAuthorIdentifiersAndInformation
Edit an authority record and enter data in the corresponding subfield
(the list is on the syspref entry)
Go to the biblio detail page or the authority detail page at the OPAC
and notice that the info you selected are correctly displayed.

Sponsored-by: Orex Digital
Comment 4 Jonathan Druart 2024-03-15 08:05:47 UTC
Created attachment 163169 [details] [review]
Bug 29948: Allow to sort info

With this patch the different info can be ordered when editing the
syspref

Sponsored-by: Orex Digital
Comment 5 Jonathan Druart 2024-03-15 08:06:01 UTC
Patches for discussion.

Are there all the info we need? How do you feel with how the info are displayed? Can we improve the display or everything is great like that?
Comment 6 Owen Leonard 2024-03-22 11:24:30 UTC
In my tests the re-ordering of options in system preferences is not being saved. I can enable or disable, but the order reverts after saving.

I'm not sure what I'm looking for on the OPAC authority detail page, but it doesn't look like I'm seeing the new information, even after restarting and reindexing.
Comment 7 Jonathan Druart 2024-03-22 11:47:38 UTC
Created attachment 163696 [details] [review]
Bug 29948: Fix display of selected values

The values were correctly inserted but the display was not sorting
correctly
Comment 8 Jonathan Druart 2024-03-22 11:50:52 UTC
(In reply to Owen Leonard from comment #6)
> In my tests the re-ordering of options in system preferences is not being
> saved. I can enable or disable, but the order reverts after saving.

Good catch, thanks. They were inserted correctly but the display was wrong.

> I'm not sure what I'm looking for on the OPAC authority detail page, but it
> doesn't look like I'm seeing the new information, even after restarting and
> reindexing.

You need data in the subfields you selected in the pref.
For instance select "Place of birth" in the pref, edit an authority record and set 370$a to somewhere. At the OPAC, bibliographic detail page of the record linked with this authority, you will notice a new tab "Author identifiers/information" which contains the place of birth next to the authority name.
Comment 9 Jonathan Druart 2024-03-22 11:52:21 UTC
Created attachment 163697 [details] [review]
Bug 29948: Display authors information along with the identifiers

Sponsored-by: Orex Digital
Comment 10 Jonathan Druart 2024-03-22 11:52:24 UTC
Created attachment 163698 [details] [review]
Bug 29948: OPACAuthorIdentifiersAndInformation

This patch merge the previous patch attempt with the existing OPACAuthorIdentifiers syspref.

It creates a new syspref OPACAuthorIdentifiersAndInformation and remove
OPACAuthorIdentifiers.
"identifiers" become an entry of the new syspref.

Test plan:
Select some entries in OPACAuthorIdentifiersAndInformation
Edit an authority record and enter data in the corresponding subfield
(the list is on the syspref entry)
Go to the biblio detail page or the authority detail page at the OPAC
and notice that the info you selected are correctly displayed.

Sponsored-by: Orex Digital
Comment 11 Jonathan Druart 2024-03-22 11:52:26 UTC
Created attachment 163699 [details] [review]
Bug 29948: Allow to sort info

With this patch the different info can be ordered when editing the
syspref

Sponsored-by: Orex Digital
Comment 12 Jonathan Druart 2024-03-22 11:52:29 UTC
Created attachment 163700 [details] [review]
Bug 29948: Fix display of selected values

The values were correctly inserted but the display was not sorting
correctly