Bug 31024 - Switch to the REST Datatables for Suggestion Management
Summary: Switch to the REST Datatables for Suggestion Management
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 23991
Blocks:
  Show dependency treegraph
 
Reported: 2022-06-23 10:29 UTC by Martin Renvoize
Modified: 2024-02-29 09:19 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

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2022-06-23 10:29:04 UTC
The UX on the manage suggestions page is a little out of place and performance isn't great with a large number of suggestions.

I'm sure we can do better by adopting some of our more modern practices using the REST API and DataTables Wrapper.
Comment 1 Jonathan Druart 2022-07-06 09:13:22 UTC
It can be tricky to keep the same behaviour we have now. The "Organize by" views.
Comment 2 Ray Delahunty 2023-11-21 08:17:07 UTC
Could the changes like the ones made in Bug 30070 (Performance issues with edifactmsgs when you have a large number of messages) be applied here?
Comment 3 Martin Renvoize 2023-11-21 09:48:45 UTC
Yes, that's the idea. Though the edifact messages was a simpler case.  I'm aiming to prioritise your other EDI piece first, than I think this is the next one on my list to revisit.  As Jonathan says, there's a few extra bits to consider with this particular UI, though I think it's achievable.