Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Issue #93 - DatenMeister

Description

The autogenerated ObjectForm repeats the properties having a set of data (so not a single property) within the RowForm and the TableForm.

Only properties having a single property shall be shown in the RowForm. Properties with multiple properties (or potentially multiple properties) shall be shown in the TableForm.

Solution

The AutoGenerator must implement a more refined solution which filters out the properties having multiple values within the RowForm Creation.

  • Understand AutoGenerator
  • Filter out properties with multiple values (or even potentially multiple values)
  • Ensure and check that the creation of the RowForms is orthogonal to the TableForm, so no property gets lost.

  • No labels