Development Status in Model UI Fragment Properties@0.0.4

Contents

Up to Audit Properties

FragmentProperty: Development StatusStatus: EXPERIMENTAL

Documentation

States the development status of the UI fragment in order to quickly identify fragments that are likely to receive frequent updates, fragments that are safe to use as they are well-tested, and fragments that aren't maintained anymore.

Typed Element: → 'DevelopmentStatusType'

Instanciatable Types 1

Name: → 'DevelopmentStatusType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..1
From Model: UI Fragment Properties
Documentation: The development status gives information about the technical maturity of the fragment implementation which may provide relevant information about whether to rely on the fragment or not.

Enumerated Type

  • Development = 0
    The fragment implementation does not fulfill its specification yet.
  • Testing = 1
    The fragment implementation may show some bugs and flaws, but more or less adheres to its specification.
  • Stable = 2
    The fragment testing has succeeded and adheres to its specification.
  • Deprecated = 3
    The fragment is not maintained anymore or is known to be dysfunctional.
The development status gives information about the technical maturity of the fragment implementation which may provide relevant information about whether to rely on the fragment or not.