- πΊπΈUnited States richardbporter
Any update on this? Is this module still actively maintained?
- π΅π±Poland sandboxpl Poland π΅π±
I am trying to follow up the issues but currently I feel like I'm delayed on everything,
if anyone would like to help with pushing open issues and MRs forward please open application for co-maintanance.
Ideally I'd love to get some help from someone who:
1. Understands how clientside parts of the module are working, has good knowledge in JS and could help with forming JS files of the module - I have a feeling that some refactor is needed there, currently we handle 2 JS libraries for 2 versions of recaptcha and the jQuery code grew a lot
2. Knows common practices of following issues, working with drupal gitlab, reading and understanding functional testsFor the stable release I believe we should:
- Merge and close open issues
- Merge and close open feature requests
- Figure out if we can setup testing for reCAPTCHA v3 - technically this is doable and what we miss is the API key ( v2 has a test key, v3 doesn't provide one, I wonder how we could deal with this )
- NTH: refactor current JS libraries, maybe try to reduce amount of jQuery beign used, merge both libraries and make the code more modular. Currently each patch/MR will change the code in a way that it will most likely introduce merge conflict for all other open MRs