Bug 32277 - Widget dashboard
Summary: Widget dashboard
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-18 19:56 UTC by Christopher Brannon
Modified: 2025-10-09 00:10 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2022-11-18 19:56:15 UTC
It would be great if we could develop a panel above the news panel on the staff interface that would serve as a widget dashboard in which we could activate future developed widgets.

For example, I currently use jQuery mods to move the #area-pending element that houses the patron suggestions patrons requesting modifications up above the news.  I've also recently added a panel to show upcoming library closures.

Maybe in the future those could be turned into option widgets that could be added to this dashboard.  And maybe others could be developed to show libraries that are closed, show the number of holds waiting to be pulled at your library, show curbside statuses, etc.
Comment 1 Andrew Auld 2025-10-08 09:22:55 UTC
This has the potential to be linked to the development to add widget dashboards to Koha under the new VueJS framework - the first example being the ERM widgets dashboard on the module landing page.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39320
Comment 2 Pedro Amorim 2025-10-08 09:51:34 UTC
I was not aware of this bug!
Yes please do take a look at bug 39320, it is exactly this but at a module (ERM) level.
It does, however, lay the ground work and foundations to very easily develop a 'main' dashboard with any and all (available) widgets a staff member may wish to have.
Comment 3 Christopher Brannon 2025-10-08 18:16:05 UTC
That would be awesome!