You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Devanshu Vyas (JIRA)" <ji...@apache.org> on 2017/07/20 08:30:00 UTC

[jira] [Commented] (OFBIZ-9501) move all data in applications to the datamodel component

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

Devanshu Vyas commented on OFBIZ-9501:
--------------------------------------

Hello Taher,

Looking at your plan for naming the files, I feel that a suffix 'Data' should be added for all the data files.

> move all data in applications to the datamodel component
> --------------------------------------------------------
>
>                 Key: OFBIZ-9501
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9501
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Taher Alkhateeb
>            Priority: Minor
>
> As per a community [discussion thread|https://lists.apache.org/thread.html/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apache.org%3E] we decided to move all data (seed, seed-initial, demo) to the datamodel component. and to also reduce and cleanup this data to ease debugging and maintenance.
> After moving all the data, the directory and file structure would be similar to the below:
> data/
> ├── demo
> │   ├── accounting-demo.xml
> │   ├── common-demo.xml
> │   ├── content-demo.xml
> │   ├── humanres-demo.xml
> │   ├── manufacturing-demo.xml
> │   ├── marketing-demo.xml
> │   ├── order-demo.xml
> │   ├── party-demo.xml
> │   ├── product-demo.xml
> │   ├── shipment-demo.xml
> │   └── workeffort-demo.xml
> ├── seed
> │   ├── accounting-seed.xml
> │   ├── common-seed.xml
> │   ├── content-seed.xml
> │   ├── humanres-seed.xml
> │   ├── manufacturing-seed.xml
> │   ├── marketing-seed.xml
> │   ├── order-seed.xml
> │   ├── party-seed.xml
> │   ├── product-seed.xml
> │   ├── shipment-seed.xml
> │   └── workeffort-seed.xml
> └── seed-initial
>     ├── accounting-seed-initial.xml
>     ├── common-seed-initial.xml
>     ├── content-seed-initial.xml
>     ├── humanres-seed-initial.xml
>     ├── manufacturing-seed-initial.xml
>     ├── marketing-seed-initial.xml
>     ├── order-seed-initial.xml
>     ├── party-seed-initial.xml
>     ├── product-seed-initial.xml
>     ├── shipment-seed-initial.xml
>     └── workeffort-seed-initial.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)