KissMDA icon indicating copy to clipboard operation
KissMDA copied to clipboard

Create an intelligent cartridge extension for "beautifying" the UML model

Open lofidewanto opened this issue 11 years ago • 0 comments

At the moment the UML model is dumb. The cartridge like simple-java just take the UML content and try to generate something out of it.

We need such a "model-beautifier" or "model-checker" which allows us to make the generation always working. Example:

  1. In UML model you often have an attribute with empty space between two words, something like: "Full Name: String". This should be transformed into "fullName: String".
  2. Empty space at the end of attributes like: "fullName: String". The empty space should be truncated.

After we have a clean and "beautiful" model we can generate everything based on this model.

We should implement this "model-beautifier" as Cartridge Extension.

lofidewanto avatar May 27 '14 07:05 lofidewanto