Coder Social home page Coder Social logo

Comments (4)

SamiNorling avatar SamiNorling commented on August 29, 2024

Potential issue: tables for blanket records often include dimensions for parts, and those dimensions may or may not also be documented in the table on the corresponding parts records. Examples of these Dimension Types include:

  • "Costume: Bust .1" and "Costume: Bust .2"
  • "Costume: Center Back A" and "Costume: Center Back B"
  • "Dimensions 10" and "Dimensions "11"
  • "Dimensions A" and "Dimensions B"
  • "Image Dimensions A" and "Image Dimensions B"

Need to determine how these should be handled by the transformation. The Type value may be the same, regardless of whether the entry is on the parts or blanket record(s). So the same transformation or ignore rules wouldn't apply the same to each (e.g., SKIP "Dimensions A" on a record with AssIsParent = Yes; DO NOT SKIP "Dimensions A" on a record with AssIsParent = No).

Will likely start with most simple and obvious Dimension Types being accepted for transformation, and handle more complicated instances later (if ever).

from linkedart.

SamiNorling avatar SamiNorling commented on August 29, 2024

Added documentation of Dimensions Types. This list indicates which values represent objects as a whole, or partition-able parts of objects.

Access to the document here.

from linkedart.

SamiNorling avatar SamiNorling commented on August 29, 2024

Initial modeling plan:

  • Will ignore all entries in the dimensions table that serve a note purpose.
  • Will partition dimensions that facilitate partitioning (e.g., Backing Dimensions; Frame Dimensions; etc.). Will follow parts model and assign an AAT Type if possible. These parts will have super minimal information, pretty much just the dimensions.
  • Will follow basic dimensions pattern for everything else. Even if dimensions are inconsistently documented on blanket vs. parts records, going to model them at whatever level they are catalogued. Ideally, parts dimensions are included on the blanket record, and then specific part dimensions are also documented on the part record, so the data would be represented on both.

from linkedart.

SamiNorling avatar SamiNorling commented on August 29, 2024

Closed with last commit

from linkedart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.