Skip to content

Enum: ProjectMaturityLevel

General project development maturity assessment

URI: valuesets:ProjectMaturityLevel

Permissible Values

Value Meaning Description
CONCEPT None Initial idea or concept stage
PLANNING None Project planning and design phase
DEVELOPMENT None Active development in progress
TESTING None Testing and quality assurance phase
PILOT None Limited deployment or pilot testing
PRODUCTION None Full production deployment
MAINTENANCE None Maintenance and support mode
END_OF_LIFE None Project reaching end of lifecycle

Slots

Name Description
project_maturity_level General project development maturity assessment

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: ProjectMaturityLevel
description: General project development maturity assessment
title: Project Maturity Level
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  CONCEPT:
    text: CONCEPT
    description: Initial idea or concept stage
    title: Concept
  PLANNING:
    text: PLANNING
    description: Project planning and design phase
    title: Planning
  DEVELOPMENT:
    text: DEVELOPMENT
    description: Active development in progress
    title: Development
  TESTING:
    text: TESTING
    description: Testing and quality assurance phase
    title: Testing
  PILOT:
    text: PILOT
    description: Limited deployment or pilot testing
    title: Pilot
  PRODUCTION:
    text: PRODUCTION
    description: Full production deployment
    title: Production
  MAINTENANCE:
    text: MAINTENANCE
    description: Maintenance and support mode
    title: Maintenance
  END_OF_LIFE:
    text: END_OF_LIFE
    description: Project reaching end of lifecycle
    title: End of Life