[Bug 21482] New: Create a "landing page" for ILL
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Bug ID: 21482 Summary: Create a "landing page" for ILL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no Currently, when you go to the ILL module, the first iew is of all ILL requests. This can be a lot of data, and take several seconds to load, and I doubt a lot of people will want the full list. So maybe we could have some sort of intermediate page with links to selections of request, based on their status, type etc. At it's simplest this could just be a page that displays the contents of a syspref, and that syspref could then be filled with HTML and links to filtered views of ILL requests. If the syspref is empty, the intermediate page could redirect to the full view, as it is today. A more advanced version would have a GUI to configure the links, order them, give them names etc. Thougts? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20600 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20600 [Bug 20600] Provide the ability for users to filter ILL requests -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Andrew Isherwood <andrew.isherwood@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood@ptfs-europ | |e.com --- Comment #1 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- I guess what we do here should be consistent with what other areas of Koha do. For example, going to "Suggestions" in Acquisitions loads all suggestions in a way very similar to what ILL does. Whereas "Invoices" doesn't load anything, it just gives you a form by which to specify search criteria. I think a landing page, or dashboard, with perhaps some pertinent statistics, for example "Total of 2437 requests, 2312 completed, 3 new" etc. then links to pre-filtered displays of requests makes sense. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Bug 21482 depends on bug 20600, which changed state. Bug 20600 Summary: Provide the ability for users to filter ILL requests https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20600 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Niamh Walker-Headon <Niamh.WalkerHeadon@hse.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Niamh.WalkerHeadon@hse.ie -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Andrew Isherwood <bugzilla@warmlight.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bugzilla@warmlight.co.uk | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think Magnus had a good thought here as we recently also changed the suggestions page. A general idea might be to use a tabbed table or an a pre-filter on some status that you actually need to do something about. At the moment the table is not sorted by status, which is a bit of a usability problem, it's not really useful, you actually always need to do a search first to look for the one you want to edit/process. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36164 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36164 [Bug 36164] Bring more consistency to our module landing pages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Daphne Hoolahan <dch@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dch@interleaf.ie --- Comment #3 from Daphne Hoolahan <dch@interleaf.ie> --- I would be in favour too and would like to add in an option to show the ILLs for the logged in library (like we do with Suggestions). The current list is very cumbersome for multi branch systems. You can filter the list by Library but you have to repeat the search after every request you manage. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim@ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stalkernoid@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 --- Comment #4 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- One question here is do we want to invest time in creating a landing page for ILL or would we prefer investing more time in creating a landing page "engine" that any module can make use of in the future? This could be a system that considers multiple 'widgets', with each module having a default list of widgets but any staff member could pick whatever 'widgets' they want shown in their own personalized dashboard, for each module. i.e. a 'widget' showing counts, a widget allowing for a quick search, one showing quick links to different module specific deep pages, one showing all objects given a set of query params, etc. I would personally prefer this approach, it'd take longer but would potentially benefit all of Koha, and developers would have less code to maintain. If done on a per module basis, we'd have to improve every module dashboard, every time. Sorry if I'm adding confusion to the discussion, that's not my goal! Curious to see what others think. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 --- Comment #5 from Magnus Enger <magnus@libriotech.no> --- (In reply to Pedro Amorim from comment #4)
One question here is do we want to invest time in creating a landing page for ILL or would we prefer investing more time in creating a landing page "engine" that any module can make use of in the future?
That sounds like an awesome idea! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.auld@ptfs-europe.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Magnus Enger from comment #5)
(In reply to Pedro Amorim from comment #4)
One question here is do we want to invest time in creating a landing page for ILL or would we prefer investing more time in creating a landing page "engine" that any module can make use of in the future?
That sounds like an awesome idea!
Agreed, I don't think you will find someone saying 'no' to this suggestion. Having configurable items would also solve the 'problem' with the discussion we had about the acq landing page. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=38888 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Ray Delahunty <r.delahunty@arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty@arts.ac.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21482 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ephetteplace@cca.edu -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org