FLUID-5084: Improvements to linear scaling transform and transform namespacing

Metadata

Source
FLUID-5084
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Kasper Galschiot Markus
Reporter
Antranig Basman
Created
2013-07-06T03:11:48.558-0400
Updated
2014-03-03T11:48:00.838-0500
Versions
  1. 1.4
  2. 1.5
Fixed Versions
N/A
Component
  1. Model Transformation System

Description

Hi there kasper - after committing the big model transformation branch I noticed a few issues with implementation that I failed to spot during review, in particular with the transform called "fluid.model.transform.scaleValue". I think a better name for this would be "linearScale" since there are any number of ways of scaling a value. Also could you please supply an inverse configuration for this transform.

Also - what do you think about the idea of putting all of the actual transforms in a dedicated namespace, for example "fluid.transforms.x"? People will be writing these increasingly often and it would be nice to have them all in once place so they are easily identifiable amongst all the other junk in fluid.model.transform (which can stay where it is), as well as a somewhat shorter overall namespace.

Comments