quality¶
Required: Yes
Type: String
Condition: No
The quality level of the project.
The following quality levels are available:
Quality | Description |
---|---|
production |
Production Ready |
evaluation |
Evaluation |
experimental |
Experimental |
deprecated |
Deprecated |
internal |
Internal |
GUI tools are expected to use the human-readable description when referring to project qualities.
Qualities defined by previous versions of the SLC specificiation are mapped as follows:
production
->production
test
->experimental
internal
->internal
- all other qualities ->
evaluation
1 |
|