<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 11870 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 196, Issue 14<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Time to translate: string freeze to prepare Koha 20.11.17 has<br>      begun (Victor Grousset/tuxayo)<br>   2. Re: I played with Cypress (and ERM and Vue)<br>      (dcook@prosentient.com.au)<br>   3. Time to translate: string freeze to prepare Koha 19.11.28<br>      (Wainui Witika-Park)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Thu, 17 Mar 2022 18:16:13 +0100<br>From: Victor Grousset/tuxayo <victor@tuxayo.net><br>To: koha-translate@lists.koha-community.org, koha-devel<br>    <koha-devel@lists.koha-community.org>, Koha <Koha@lists.katipo.co.nz><br>Subject: [Koha-devel] Time to translate: string freeze to prepare Koha<br>    20.11.17 has begun<br>Message-ID: <566fce49-a29d-e240-4a26-151324689b33@tuxayo.net><br>Content-Type: text/plain; charset=UTF-8; format=flowed<br><br>Hi,<br><br>String freeze is into effect as of now for the 20.11.x maintenance branch.<br><br>This means it's the right time to head over to the translation platform:<br>https://translate.koha-community.org/projects/<br><br>Reminder: if you add or change a translation in version 20.11,<br>then you must also copy it to 21.05 and 21.11.<br>Otherwise your work will be lost for future versions.<br><br><br>Happy translating :)<br><br>-- <br>Victor Grousset/tuxayo<br><br><br>------------------------------<br><br>Message: 2<br>Date: Fri, 18 Mar 2022 11:19:15 +1100<br>From: <dcook@prosentient.com.au><br>To: "'Jonathan Druart'" <jonathan.druart@bugs.koha-community.org><br>Cc: "'koha-devel'" <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] I played with Cypress (and ERM and Vue)<br>Message-ID: <051d01d83a5d$cee0fb10$6ca2f130$@prosentient.com.au><br>Content-Type: text/plain;    charset="utf-8"<br><br>That's exciting to hear! <br><br>I'll make some time this afternoon to give this a go. <br><br>David Cook<br>Senior Software Engineer<br>Prosentient Systems<br>Suite 7.03<br>6a Glen St<br>Milsons Point NSW 2061<br>Australia<br><br>Office: 02 9212 0899<br>Online: 02 8005 0595<br><br>-----Original Message-----<br>From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> <br>Sent: Thursday, 17 March 2022 7:07 PM<br>To: David Cook <dcook@prosentient.com.au><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] I played with Cypress (and ERM and Vue)<br><br>Hi David,<br><br>The ERM (for Electronic Resource Management) project has been announced on the general mailing list https://lists.katipo.co.nz/pipermail/koha/2022-February/057447.html<br>I also talked a bit about it at the last dev meeting.<br>In short, BibLibre, ByWaterSolutions and PTFS-e are sponsoring me to implement an ERM module in Koha.<br><br>I wanted to take that opportunity to start with something new, hence my last "I played with" emails on this list, about React and Vue.<br><br>About the remote branch, did you have a look at the (very) succinct commit messages? They are self-explanatory :) A test plan could be:<br>- Run `yarn build_js`<br>- Turn on the new syspref ERMModule<br>- Be a librarian with the new "erm" permission, or superlibrarian<br>- Go to Electronic resources management > Agreements<br>- Add, edit, delete agreements, add/edit/delete them periods and users.<br>- Run the tests with `yarn run cypress open` (from the host, not inside a container, you need a graphic server)<br><br>Cheers,<br>Jonathan<br><br>Le mer. 16 mars 2022 à 23:48, <dcook@prosentient.com.au> a écrit :<br>><br>> I don't think I've heard of the ERM project so I'm not sure what to look at, but that's cool about using Cypress. I use Puppeteer and Playwright on some other projects (purely for automation and not testing), and Cypress came up when I was looking in that space.<br>><br>> If you have some instructions on how to try it out, I wouldn't mind looking at this from a user perspective.<br>><br>> David Cook<br>> Senior Software Engineer<br>> Prosentient Systems<br>> Suite 7.03<br>> 6a Glen St<br>> Milsons Point NSW 2061<br>> Australia<br>><br>> Office: 02 9212 0899<br>> Online: 02 8005 0595<br>><br>> -----Original Message-----<br>> From: Koha-devel <koha-devel-bounces@lists.koha-community.org> On <br>> Behalf Of Jonathan Druart<br>> Sent: Thursday, 17 March 2022 3:24 AM<br>> To: koha-devel <koha-devel@lists.koha-community.org><br>> Subject: [Koha-devel] I played with Cypress (and ERM and Vue)<br>><br>> Hi devs,<br>><br>> Following my previous email here, I have started to work on the ERM project and wanted to try Vue in a more complex example.<br>><br>> You can find the whole tree at <br>> https://gitlab.com/joubu/Koha/-/commits/erm<br>><br>> It contains CRUD operations for ERM's agreement (can link users and periods), all based on Vue requesting our REST API routes, and covered by tests using Cypress.<br>><br>> Feedback welcome!<br>><br>> Cheers,<br>> Jonathan<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/ git : <br>> https://git.koha-community.org/ bugs : <br>> https://bugs.koha-community.org/<br>><br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Fri, 18 Mar 2022 15:10:43 +1300<br>From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz><br>To: "Koha-translate@lists.koha-community.org"<br>    <koha-translate@lists.koha-community.org>,<br>    koha-devel@lists.koha-community.org<br>Subject: [Koha-devel] Time to translate: string freeze to prepare Koha<br>    19.11.28<br>Message-ID: <9082d2d0-ce14-0999-349f-ed3f581a4a86@catalyst.net.nz><br>Content-Type: text/plain; charset=UTF-8<br><br>Hello,<br><br>String freeze is into effect as of now for the 19.11.x maintenance<br>branch in preparation for the 19.11.28 release.<br><br>The minor release is scheduled for around the 23rd of March.<br><br>This means it's the right time to head over to the translation platform:<br>https://translate.koha-community.org/projects/<br><br>Happy translating!<br><br>Wainui Witika-Park (she/her)<br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 196, Issue 14<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>