README.md in unidom-common-2.1.1 vs README.md in unidom-common-2.1.2

- old
+ new

@@ -551,271 +551,34 @@ ## ActiveRecord Migration Naming Convention ### Domain Models (200YMMDDHHMMSS) -<table class='table table-striped table-hover'> - <caption></caption> - <thead> +|Ruby Gem|Migration|Model|Description| +|--- |--- |--- |--- | +|unidom-common|200001DDHHMMSS|-|The Common domain model engine includes the common models. 常用领域模型引擎包括一些常用的模型。| +|unidom-visitor|200002DDHHMMSS|Identificating, Authenticating, Recognization, User, Guest, Password|The Visitor domain model engine includes Identificating, Authenticating, Recognization, Visitor (User & Guest), and Password models. 访问者领域模型引擎包括身份标识、身份鉴别、身份识别、访问者(用户和游客)、密码的模型。| +|unidom-category|200003DDHHMMSS|Category, Categorizing, Category Rollup, Category Associating|The Category domain model engine includes Category and its relative models. 类别领域模型引擎包括类别及其相关的模型。| +|unidom-authorization|200004DDHHMMSS|Permission, Authorizing|The Authorization domain model engine includes the Permission and Authorizing models. 授权领域模型引擎包括权限、授权的模型。| +|unidom-action|200005DDHHMMSS|Reason, State Transition, Obsolescing, Acting|The Action domain model engine includes the Reason, State Transition, Obsolescing, and the Acting models. 审计领域模型引擎包括原因、状态迁移、废弃和行为日志的模型。| +|unidom-standard|200006DDHHMMSS|Standard, Standard Associating|The Standard domain model engine includes the Standard model and the Standard Associating model. 标准领域模型引擎包括行为标准和标准关联的模型。| +|unidom-party|200101DDHHMMSS|Person, Shop, Company, Government Agency, Party Relation|The Party domain model engine includes the Person, Shop, Company, Government Agency, and the Party Relation models. 参与者领域模型引擎包括个人、店铺、公司、政府机构、参与者关系的模型。| +|unidom-certificate|200102DDHHMMSS|Certificating|The Certificate domain model engine includes the Certificating model. +证书领域模型引擎包括证书认证的模型。| +|unidom-contact|200103DDHHMMSS|Contact Subscription, Email Address|The Contact domain model engine includes the Contact Subscription and Email Address models. 联系方式领域模型引擎包括联系方式订阅和电子邮箱地址的模型。| +|unidom-geo|200104DDHHMMSS|Location, Locating|The Geo domain model engine includes the Location and Locating models. 地理领域模型引擎包括位置和定位的模型。| +|unidom-article_number|200201DDHHMMSS|Marking, EAN 13 Barcode, EAN 8 Barcode|The Article Number domain model engine includes Marking, EAN-13, and EAN-8 models. 物品编码领域模型引擎包括打码、EAN-13和EAN-8的模型。| +|unidom-product|200202DDHHMMSS|Product, Product Associating|The Product domain model engine includes Product and Produt Associating models. 产品领域模型引擎包括产品和产品关联的模型。| +|unidom-price|200203DDHHMMSS|Price|The Price domain model engine includes Price and its relative models. 价格领域模型引擎包括定价及其相关的模型。| +|unidom-shopping|200205DDHHMMSS|Shopping Cart, Shopping Item|The Shopping domain model engine includes Shopping Cart and Shopping Item models. 购物领域模型引擎包括购物车和购物项的模型。| +|unidom-order|200206DDHHMMSS|Order, Order Item, Order Adjustment|The Order domain model engine includes Order, Order Item, and Order Adjustment models. 订单领域模型引擎包括订单、订单项和订单调整的模型。| +|unidom-inventory|200209DDHHMMSS|Serialized Inventory Item, Grouped Inventory Item, Lot, Inventory Item Variance|The Inventory domain model engine includes the Serialized Inventory Item, the Grouped Inventory Item, the Lot, and the Inventory Item Variance models. 库存领域模型引擎包括序列化库存项、分组库存项、批量和库存项变化的模型。| +|unidom-shipment|200210DDHHMMSS|Shipment, Shipment Item, Shipment Package, Shipment Package Item, Shipment Receipt|The Shipment domain model engine includes the Shipment, Shipment Item, Shipment Package, Shipment Package Item, and Shipment Receipt model. 装运领域模型引擎包括装运、装运项、装运包裹、装运包裹项、装运收据的模型。| +|unidom-position|200402DDHHMMSS|Occupation, Position, Post, Position Reporting Structure|The Position domain model engine includes the Occupation, Position, Post, and Position Reporting Structure models. +职位领域模型引擎包括职业、职位、岗位及岗位报告关系模型。| +|unidom-accession|200405DDHHMMSS|Post Fulfillment|The Accession domain model engine includes the Post Fulfillment and its relative models. 就职领域模型引擎包括岗位履行及其相关的模型。| +|unidom-stapar|200601DDHHMMSS|Sample, Matching|The Statistical Approach of Pattern Recognition domain model engine includes the Sample and Matching and its relative models. 统计模式识别领域模型引擎包括采样、匹配的模型。| - <tr> - <th>Ruby Gem</th> - <th>Migration</th> - <th>Model</th> - <th>Description</th> - </tr> - - </thead> - <tbody> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-common">unidom-common</a></td> - <td>200001DDHHMMSS</td> - <td>-</td> - <td>The Common domain model engine includes the common models. 常用领域模型引擎包括一些常用的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-visitor">unidom-visitor</a></td> - <td>200002DDHHMMSS</td> - <td> - <ul> - <li>Identificating</li> - <li>Authenticating</li> - <li>Recognization</li> - <li>User</li> - <li>Guest</li> - <li>Password</li> - <ul> - </td> - <td>The Visitor domain model engine includes Identificating, Authenticating, Recognization, Visitor (User &amp; Guest), and Password models. 访问者领域模型引擎包括身份标识、身份鉴别、身份识别、访问者(用户和游客)、密码的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-category">unidom-category</a></td> - <td>200003DDHHMMSS</td> - <td> - <ul> - <li>Category</li> - <li>Categorizing</li> - <li>Category Rollup</li> - <li>Category Associating</li> - <ul> - </td> - <td>The Category domain model engine includes Category and its relative models. 类别领域模型引擎包括类别及其相关的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-authorization">unidom-authorization</a></td> - <td>200004DDHHMMSS</td> - <td> - <ul> - <li>Permission</li> - <li>Authorizing</li> - <ul> - </td> - <td>The Authorization domain model engine includes the Permission and Authorizing models. 授权领域模型引擎包括权限、授权的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-action">unidom-action</a></td> - <td>200005DDHHMMSS</td> - <td> - <ul> - <li>Reason</li> - <li>State Transition</li> - <li>Obsolescing</li> - <li>Acting</li> - </ul> - </td> - <td>The Action domain model engine includes the Reason, State Transition, Obsolescing, and the Acting models. 审计领域模型引擎包括原因、状态迁移、废弃和行为日志的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-standard">unidom-standard</a></td> - <td>200006DDHHMMSS</td> - <td> - <ul> - <li>Standard</li> - <li>Standard Associating</li> - </ul> - </td> - <td>The Standard domain model engine includes the Standard model and the Standard Associating model. 标准领域模型引擎包括行为标准和标准关联的模型。</td> - </tr> - - - <tr> - <td><a href="https://github.com/topbitdu/unidom-party">unidom-party</a></td> - <td>200101DDHHMMSS</td> - <td> - <ul> - <li>Person</li> - <li>Shop</li> - <li>Company</li> - <li>Government Agency</li> - <li>Party Relation</li> - </ul> - </td> - <td>The Party domain model engine includes the Person, Shop, Company, Government Agency, and the Party Relation models. 参与者领域模型引擎包括个人、店铺、公司、政府机构、参与者关系的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-certificate">unidom-certificate</a></td> - <td>200102DDHHMMSS</td> - <td> - <ul> - <li>Certificating</li> - </ul> - </td> - <td>The Certificate domain model engine includes the Certificating model. -证书领域模型引擎包括证书认证的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-contact">unidom-contact</a></td> - <td>200103DDHHMMSS</td> - <td> - <ul> - <li>Contact Subscription</li> - <li>Email Address</li> - </ul> - </td> - <td>The Contact domain model engine includes the Contact Subscription and Email Address models. 联系方式领域模型引擎包括联系方式订阅和电子邮箱地址的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-geo">unidom-geo</a></td> - <td>200104DDHHMMSS</td> - <td> - <ul> - <li>Location</li> - <li>Locating</li> - </ul> - </td> - <td>The Geo domain model engine includes the Location and Locating models. 地理领域模型引擎包括位置和定位的模型。</td> - </tr> - - - <tr> - <td><a href="https://github.com/topbitdu/unidom-article_number">unidom-article_number</a></td> - <td>200201DDHHMMSS</td> - <td> - <ul> - <li>Marking</li> - <li>EAN 13 Barcode</li> - <li>EAN 8 Barcode</li> - </ul> - </td> - <td>The Article Number domain model engine includes Marking, EAN-13, and EAN-8 models. 物品编码领域模型引擎包括打码、EAN-13和EAN-8的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-product">unidom-product</a></td> - <td>200202DDHHMMSS</td> - <td> - <ul> - <li>Product</li> - <li>Product Associating</li> - </ul> - </td> - <td>The Product domain model engine includes Product and Produt Associating models. 产品领域模型引擎包括产品和产品关联的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-price">unidom-price</a></td> - <td>200203DDHHMMSS</td> - <td> - <ul> - <li>Price</li> - </ul> - </td> - <td>The Price domain model engine includes Price and its relative models. 价格领域模型引擎包括定价及其相关的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-shopping">unidom-shopping</a></td> - <td>200205DDHHMMSS</td> - <td> - <ul> - <li>Shopping Cart</li> - <li>Shopping Item</li> - </ul> - </td> - <td>The Shopping domain model engine includes Shopping Cart and Shopping Item models. 购物领域模型引擎包括购物车和购物项的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-order">unidom-order</a></td> - <td>200206DDHHMMSS</td> - <td> - <ul> - <li>Order</li> - <li>Order Item</li> - <li>Order Adjustment</li> - </ul> - </td> - <td>The Order domain model engine includes Order, Order Item, and Order Adjustment models. 订单领域模型引擎包括订单、订单项和订单调整的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-inventory">unidom-inventory</a></td> - <td>200209DDHHMMSS</td> - <td> - <ul> - <li>Serialized Inventory Item</li> - <li>Grouped Inventory Item</li> - <li>Lot</li> - <li>Inventory Item Variance</li> - </ul> - </td> - <td>The Inventory domain model engine includes the Serialized Inventory Item, the Grouped Inventory Item, the Lot, and the Inventory Item Variance models. 库存领域模型引擎包括序列化库存项、分组库存项、批量和库存项变化的模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-shipment">unidom-shipment</a></td> - <td>200210DDHHMMSS</td> - <td> - <ul> - <li>Shipment</li> - <li>Shipment Item</li> - <li>Shipment Package</li> - <li>Shipment Package Item</li> - <li>Shipment Receipt</li> - </ul> - </td> - <td>The Shipment domain model engine includes the Shipment, Shipment Item, Shipment Package, Shipment Package Item, and Shipment Receipt model. 装运领域模型引擎包括装运、装运项、装运包裹、装运包裹项、装运收据的模型。</td> - </tr> - - - <tr> - <td><a href="https://github.com/topbitdu/unidom-position">unidom-position</a></td> - <td>200402DDHHMMSS</td> - <td> - <ul> - <li>Occupation</li> - <li>Position</li> - <li>Post</li> - <li>Position Reporting Structure</li> - </ul> - </td> - <td>The Position domain model engine includes the Occupation, Position, Post, and Position Reporting Structure models. -职位领域模型引擎包括职业、职位、岗位及岗位报告关系模型。</td> - </tr> - - <tr> - <td><a href="https://github.com/topbitdu/unidom-accession">unidom-accession</a></td> - <td>200405DDHHMMSS</td> - <td> - <ul> - <li>Post Fulfillment</li> - </ul> - </td> - <td>The Accession domain model engine includes the Post Fulfillment and its relative models. 就职领域模型引擎包括岗位履行及其相关的模型。</td> - </tr> - - - </tbody> -</table> ### Country Extensions (200YMM9NNNMMSS) The YMM part should be identical to the relative part of the Domain Models. The NNN is the numeric code of [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1 "codes for the names of countries, dependent territories, and special areas of geographical interest").