Negotiation History
{filtered.length} record{filtered.length !== 1 ? "s" : ""} found
No negotiations match your filters.
| Feature | Participants | Status | Fairness | Date | Actions |
|---|---|---|---|---|---|
|
{FEATURE_LABELS[neg.feature_type] ?? neg.feature_type} #{neg.id.slice(0, 8)} |
{/* Participants */}
{[...Array(Math.min(neg.participant_count ?? 0, 3))].map((_, j) => (
{String.fromCharCode(65 + j)}
))}
|
{/* Status */}
{STATUS_LABELS[neg.status] ?? neg.status} | {/* Fairness */}
{fairness != null ? (
|
{/* Date */}
{relativeTime(neg.created_at)} | {/* Actions */}
|