https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40906
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190661|0 |1 is obsolete| | --- Comment #9 from [email protected] <[email protected]> --- Created attachment 191020 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191020&action=edit Bug 40906: Redesign Mana report import UI Why : This patch is a revamp of the interface of the menue "Import SQL from Mana". It is supposed to make it feel more like a marketplace of plugin or apps. I believe it is more coherent visually and fonctionally with what this feature is doing. Also, reports are immediatly displayed when the modal opens, inviting the user to explore report, while maintaining the ability to search for it. When the patch 40826 will be applied, we'll be able to sort reports based on the number of imports they recieved. It also includes : - Moving the search of report from the deprecated svc to the rest API - Paginating results so it doesn't load 1300 reports each time we search for reports. - Pagination makes it future proof in case of an augmentation of available reports. Test plan : - Clone the mana repo on yout machine (from https://gitlab.com/koha-community/koha-mana) - Run docker compose up in the repo - in the .env file of ktd, for the MANA_URL option, use http://<gateway ip in the kokhanet bridge network>:5000 - run ktd - in koha > Administration, configure a mana account with random username and email (no need to validate it) - In the report section, select new SQL report, and then in the dropdown menu, New SQL from mana. By default there is no report loaded in mana, so you will want to create sample reports to be able to test it, i'll push a sample to the test branch of mana as soon as possible. You can create your own sample or mount a dump of the existing database in the docker compose of mana by mounting the sql dump in the place of the /sql/schema.sql -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
