Skip to content

Create Role, Status, and Priority enums #1

@timLP79

Description

@timLP79

Create the enum types needed by the entity layer:

  • Role.java -- USER, AGENT, ADMIN
  • TicketStatus.java -- OPEN, IN_PROGRESS, ON_HOLD, RESOLVED, CLOSED
  • Priority.java -- LOW, MEDIUM, HIGH, URGENT

Package: com.absolutecode.ticketsystem.model

These are referenced by the User and Ticket entities and must be created before those entities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    entityJPA entity / data model work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions