[jira] [Commented] (OFBIZ-9902) Create a DATAMODELCHANGES.md to track data model changes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-9902) Create a DATAMODELCHANGES.md to track data model changes

Nicolas Malin (Jira)

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

Aditya Sharma commented on OFBIZ-9902:
--------------------------------------

Indeed applications/ datamodel will be apter.

{quote}Actually the best would be an alias in root to applications/datamodel but that's impossible notably in a package AFAIK{quote}

We can create a symbolic link with a relative path using *ln* command in UNIX.
 ln -s applications/datamodel/DATAMODELCHANGES.md DATAMODELCHANGES.md

but that won't work for windows users, so not a feasible solution.

> Create a DATAMODELCHANGES.md to track data model changes
> --------------------------------------------------------
>
>                 Key: OFBIZ-9902
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9902
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Trunk
>            Reporter: Aditya Sharma
>            Assignee: Jacques Le Roux
>         Attachments: DATAMODELCHANGES.html, DATAMODELCHANGES.html, DATAMODELCHANGES.md, DATAMODELCHANGES.md, DATAMODELCHANGES.md
>
>
> The file will have the format:
> Entity Changes:
> Here we will have a bulleted list with entity names and the revision changes took place
> 1. Added Entities
> 2. Removed Entities
> Field changes:
> Here we will show data in tabular form in format
> entityname | field | action | isPK | revision



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