Table of Contents

Enum UserCategory

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

Represents the primary category classification for a user, indicating their main area of expertise or interest.

public enum UserCategory

Fields

DataAndAIBuilder = 2

The user is primarily focused on data science, artificial intelligence, or machine learning.

Designer = 1

The user is primarily a designer focused on visual design, UI/UX, or graphics.

DigitalCreator = 3

The user is primarily a digital creator focused on content creation, media, or creative work.

SoftwareEngineer = 0

The user is primarily a software engineer focused on development and programming.