[xwiki-devs] Google Apps Application
Hello, We are working with Ludovic on the google apps application. You can find the code here https://github.com/xwiki-contrib/application-googleapps, and we already have some version released. Can we have a jira for this project in order to follow issues on this app ? Thanks, Florian Véron
Hi Florian, On 22 Jan 2016 at 11:12:16, Florian Véron ([email protected](mailto:[email protected])) wrote:
Hello,
We are working with Ludovic on the google apps application. You can find the code here https://github.com/xwiki-contrib/application-googleapps, and we already have some version released.
Cool
Can we have a jira for this project in order to follow issues on this app ?
Done: http://jira.xwiki.org/browse/GOOGAPPS I’ve created some of the versions already released at http://jira.xwiki.org/plugins/servlet/project-config/GOOGAPPS/versions Could you please make sure you release them for those released already (setting the proper release date)? One little comment. I’ve seen that you use a lot of Groovy in wiki pages. This is not really recommended as a best practice (requires PR, hard to debug step by step in IDE, hard to verify quality rules, hard to write unit tests, etc). Do you plan to move this code to Java in the future? Thanks -Vincent
Thanks,
Florian Véron
Thank you, Ok i'll make the release of these jira version. Actually i just did the release of the 2.1.2, i would like to update properly the document page of the application ( http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Application+-+Goo...), should i do the import step as described here : http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome#HDocumenting ? For the groovy. I have no plan of refactoring it for the moment and i have to admit that i didn't think more about it. Does it means that i can use {{groovy}} macro but set java code inside or to fully refactor it to get a builded jar ? Florian 2016-01-22 11:22 GMT+01:00 [email protected] <[email protected]>:
Hi Florian,
On 22 Jan 2016 at 11:12:16, Florian Véron ([email protected](mailto: [email protected])) wrote:
Hello,
We are working with Ludovic on the google apps application. You can find the code here https://github.com/xwiki-contrib/application-googleapps, and we already have some version released.
Cool
Can we have a jira for this project in order to follow issues on this app ?
Done: http://jira.xwiki.org/browse/GOOGAPPS
I’ve created some of the versions already released at http://jira.xwiki.org/plugins/servlet/project-config/GOOGAPPS/versions
Could you please make sure you release them for those released already (setting the proper release date)?
One little comment. I’ve seen that you use a lot of Groovy in wiki pages. This is not really recommended as a best practice (requires PR, hard to debug step by step in IDE, hard to verify quality rules, hard to write unit tests, etc). Do you plan to move this code to Java in the future?
Thanks -Vincent
Thanks,
Florian Véron
On 22 Jan 2016 at 12:04:59, Florian Véron ([email protected](mailto:[email protected])) wrote:
Thank you,
Ok i'll make the release of these jira version. Actually i just did the release of the 2.1.2, i would like to update properly the document page of the application ( http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Application+-+Goo...), should i do the import step as described here : http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome#HDocumenting ?
See http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome#HPublishingonextensions...
For the groovy. I have no plan of refactoring it for the moment and i have to admit that i didn't think more about it. Does it means that i can use {{groovy}} macro but set java code inside or to fully refactor it to get a builded jar ?
Ideally you should not use any groovy macro at all and move all the code to Java and call it from a velocity macro. If the code is in java, there’s no point in using a Groovy macro (that will require PR). Thanks -Vincent
Florian
2016-01-22 11:22 GMT+01:00 [email protected] :
Hi Florian,
On 22 Jan 2016 at 11:12:16, Florian Véron ([email protected](mailto: [email protected])) wrote:
Hello,
We are working with Ludovic on the google apps application. You can find the code here https://github.com/xwiki-contrib/application-googleapps, and we already have some version released.
Cool
Can we have a jira for this project in order to follow issues on this app ?
Done: http://jira.xwiki.org/browse/GOOGAPPS
I’ve created some of the versions already released at http://jira.xwiki.org/plugins/servlet/project-config/GOOGAPPS/versions
Could you please make sure you release them for those released already (setting the proper release date)?
One little comment. I’ve seen that you use a lot of Groovy in wiki pages. This is not really recommended as a best practice (requires PR, hard to debug step by step in IDE, hard to verify quality rules, hard to write unit tests, etc). Do you plan to move this code to Java in the future?
Thanks -Vincent
Thanks,
Florian Véron
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Florian Véron -
vincent@massol.net