PropositionRoutedToReview

data class PropositionRoutedToReview constructor(val proposition: Proposition, val reason: String, val timestamp: Instant = Instant.now()) : DiceEvent

A proposition was set aside for a human (or a later pass) to look at, rather than being saved straight away.

Constructors

Link copied to clipboard
constructor(proposition: Proposition, reason: String, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard

The proposition sent to review.

Link copied to clipboard

Why it needs a second look.

Link copied to clipboard
open val timestamp: Instant

When the event was created.