Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
archetype-wrj-1.0.3, core-1.2.0
-
None
Description
A utility to allow a development team to review the business logic in the domain model, eg to perform a code review or audit of unit test coverage.
The idea is that the Isis metamodel can be downloaded as a CSV file which lists all the members of all classes in the metamodel. For each, it indicates the important facets about that member: hidden, disabled, choices, autoComplete, validate. Where a facet exists, it indicates if the facet is implemented declarative (eg through an annotation) or imperatively. For imperative facets, it indicates the methods.