Class DrillQueueRow

java.lang.Object
me.nickhanson.codeforge.web.DrillQueueRow

public class DrillQueueRow extends Object
Lightweight view model for rendering the drill queue without triggering LAZY loads in JSP. This class encapsulates the essential details of a drill queue item.
  • Constructor Details

    • DrillQueueRow

      public DrillQueueRow(Long challengeId, String title, Difficulty difficulty, Instant nextDueAt)
      Constructs a new DrillQueueRow with the specified details.
      Parameters:
      challengeId - The ID of the challenge.
      title - The title of the challenge.
      difficulty - The difficulty level of the challenge.
      nextDueAt - The next due date and time for this drill item.