Similar to the existing postponed and cancelled -- when tag is applied, "[SOLD OUT]" is prepended to the event title when displayed on event cards and the event view. Opacity change probably not necessary but we can experiment.
Precedence: cancelled > sold out > postponed
(e.g. if an event has more than one of these tags applied, cancelled will be displayed before sold-out, etc.
While we're doing this, it might be worth it to migrate the cancelled and postponed tags to be colon-namespaced like the mode: and category: ones.
Similar to the existing
postponed
andcancelled
-- when tag is applied, "[SOLD OUT]" is prepended to the event title when displayed on event cards and the event view. Opacity change probably not necessary but we can experiment.Precedence:
cancelled
>sold out
>postponed
(e.g. if an event has more than one of these tags applied,cancelled
will be displayed beforesold-out
, etc.While we're doing this, it might be worth it to migrate the
cancelled
andpostponed
tags to be colon-namespaced like themode:
andcategory:
ones.