Enum ProjectCategory
Represents the category classification for a project, indicating the type or domain of the project.
public enum ProjectCategory
Fields
AIML = 3An artificial intelligence or machine learning project.
ContentMedia = 5A content or media creation project.
DesignOnly = 4A design-only project focused on visual design, UI/UX, or graphics.
Game = 2A game development project.
MobileApp = 1A mobile application project.
Other = 6A project that does not fit into the other predefined categories.
WebApp = 0A web application project.