Skip to main content

axal-workspace pattern

WorkQueueRow

Make a review item scannable by identity, priority, source state, owner, due state, and review status.

axal/workspace · candidate · @sanchika/patterns

Product job

Compare queued records and choose the next review item without losing source or ownership context.

Make a review item scannable by identity, priority, source state, owner, due state, and review status.

Anatomy and required fields

identity

Record ID and specific work title.

clientEntity

Clearly synthetic client or entity label.

priority

Text priority and ordering cue.

sourceState

Linked, requested, or missing source state.

owner

Named current owner.

dueState

Date or relative due context.

reviewState

Human review requirement.

blockedReason

Why the work cannot advance, or an explicit no-blocker state.

nextSafeAction

Review, evidence, or handoff action.

Required fields
  • identity
  • clientEntity
  • priority
  • dueState
  • owner
  • sourceState
  • reviewState
  • blockedReason
  • nextSafeAction

Default and edge states

selected

Row is the active work item.

  • selected
  • identity
  • review state
waiting

External evidence is pending.

  • waiting
  • dependency
  • owner
ready

Evidence is ready for review.

  • ready
  • source linked
  • review owner
overdue

Due time has passed.

  • overdue
  • due date
  • owner

Composed synthetic exemplar

AX-031GST notice

CA review needed

Synthetic entity A₹12,48,900 synthetic exposureOwner AKDue 18 July 2026Next: open source before deciding

State coverage

Default and consequential edges remain inspectable.

selectedRow is the active work item.selected · identity
waitingExternal evidence is pending.waiting · dependency
readyEvidence is ready for review.ready · source linked
overdueDue time has passed.overdue · due date

Trust, source, and consumer obligations

Trust boundaries
  • Workspace context may persist only inside the adopter's tenant and authorization boundary.
  • Generated or extracted content remains a draft until a named human review checkpoint is complete.
Consumer owns
  • Provide authorization, tenant isolation, real sources, persistence, assignment, decision effects, and audit storage.
Responsive behavior
  • Move secondary metadata beneath the identity on narrow screens.
  • Preserve row selection and status text in forced-colors mode.
Forced colors and reduced motion
  • Retain text state, selection outline, panel boundaries, focus, and chronological order using system colors.
  • Keep queue order, selected work, evidence, checkpoint, and audit state understandable without animation.

Compact API reference

Package
@sanchika/patterns
CSS
@sanchika/patterns/styles.css
Base class
sk-pattern-work-queue-row
Group
axal-workspace