Table of Contents

Enum ProjectStatus

Namespace
Builvero.Domain.Entities
Assembly
Builvero.Domain.dll

Represents the current development stage or status of a project.

public enum ProjectStatus

Fields

Early = 1

The project is in early development, with initial implementation underway.

Idea = 0

The project is in the idea stage, with initial concepts and planning.

InProgress = 2

The project is actively in progress with ongoing development work.

Mature = 3

The project is mature, with significant development completed and potentially in production or maintenance.