Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  Understand AutoGenerator
    •  Diagram created AutoGeneration of Forms
    •  Understand how “CreateObjectFormForItem” is being called by the Website. Which configuration?
  •  Filter out properties with multiple values (or even potentially multiple values)
    •  Removal of duplicates most honor that in case of a property in both lists, the properties from “WithCollection” override the “WithoutCollection”

...

  •  Add Button to create items of a new metaclass within the specialized packagedElements
  •  Add Button, that allows the user to always create an unclassified item
  •  Change “CreatesRowForm”, to ensure that a rowform is always created. This is necessary for the action buttons.
  •  Remove Reverse Collection. Does not bring additional benefit after the removal.
  •  Ensure and check that the creation of the RowForms is orthogonal to the TableForm, so no property gets lost.

...