Bug 15191 - Serials display improvements
Summary: Serials display improvements
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-15 13:56 UTC by Olli-Antti Kivilahti
Modified: 2023-08-27 14:44 UTC (History)
3 users (show)

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


Attachments
Bug 15191 - Serials display improvements (550.52 KB, patch)
2017-12-18 13:07 UTC, Lari Taskula
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Olli-Antti Kivilahti 2015-11-15 13:56:51 UTC
Displaying 500 Serial Items in the staff client's detail.pl takes ~15+ seconds.
This is awkward.
Placing Item-level holds for the aforementioned Items is also very clumsy.

This huge modification dabbles with front-end javascript Object-driven SPA-type approach to the solution utilizing the brand new Beta-REST API.
Comment 1 Lari Taskula 2017-12-18 13:07:57 UTC
Created attachment 69845 [details] [review]
Bug 15191 - Serials display improvements

Index the serial numbering pattern's internal counters for each Serial
so we can make super fast searches for individual Serial Numbers.

TEST PLAN:
See the Cucumber feature-file

-You can use misc/maintenance/updateSerialSeq.pl to update all pattern indexes.
Comment 2 Lari Taskula 2017-12-18 13:11:04 UTC
Rebased this Olli-Antti's (forgotten) patch on top of current master. Perhaps some tidying is required, but it is testable for those interested.
Comment 3 Katrin Fischer 2023-08-27 14:44:00 UTC
I am not sure what to do with this one...

* The bug description is very general, just hinting on improvements.
* There is no test plan.
* Patch includes a lot of changes and would need major updating for current codebase and coding style/guidelines.
* Original author and later author are no longer active in Koha development.

I propose closing this as WONTFIX, but please reopen if you see a way we can still save some of this development.