Bug 31024

Summary: Switch to the REST Datatables for Suggestion Management
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, jonathan.druart, r.delahunty
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36155
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 23991    
Bug Blocks:    

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.