You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/04/13 20:36:00 UTC

[jira] [Commented] (OFBIZ-12789) Explore further use of npm modules to reduce bugs reported by sonarcloud

    [ https://issues.apache.org/jira/browse/OFBIZ-12789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712065#comment-17712065 ] 

ASF subversion and git services commented on OFBIZ-12789:
---------------------------------------------------------

Commit 2b0a6ed8ee7bb3684802de1b565ef82502cfe492 in ofbiz-plugins's branch refs/heads/ofbiz-12789-npm-example-plugin from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-plugins.git;h=2b0a6ed8e ]

Added: React typescript application to example plugin (OFBIZ-12789)

To demonstrate node/npm functionality available to all components, a
small typescript react web application has been integrated into the
example plugin.

See example/REAME-react for information about how this integration was
created.


> Explore further use of npm modules to reduce bugs reported by sonarcloud
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-12789
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12789
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: themes
>    Affects Versions: Upcoming Branch
>            Reporter: Daniel Watford
>            Assignee: Daniel Watford
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>
> Sonarcloud reports 10 bugs in ofbiz sources:
> [https://sonarcloud.io/project/issues?resolved=false&types=BUG&id=apache_ofbiz-framework]
> We tend to only notice bugs in new code as they will be highlighted during pull request checking.
> The majority of these bugs are related to javascript/css files under themes/common-theme/webapp/common-theme not authored by the OFBiz project.
> Explore whether suitable replacements are available for these files as npm modules. If so, remove those files from ofbiz-framework and replace with a corresponding dependency in themes/common-theme/webapp/common-theme/js/package.json.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)