Skip to content

Reformat status type enumeration lists to be nested under StatusEnumeration #2604

@lucy-kind

Description

@lucy-kind

A nested structure for enumerations will be implemented to prevent a combinatorial explosion of enumerated items in any enumeration list.

New nested structure for status types will appear as such:

Enumeration:

  • StatusEnumeration (new Schema.org object)

Contains the following Enumerated Items:

  • ActionStatusType
  • ActiveActionStatus
    
  • CompletedActionStatus
    
  • FailedActionStatus
    
  • PotentialActionStatus
    
  • EventStatusType
  • EventCancelled
    
  • EventMovedOnline
    
  • EventPostponed
    
  • EventRescheduled
    
  • EventScheduled
    
  • GameServerStatus
  • OfflinePermanently
    
  • OfflineTemporarily
    
  • Online
    
  • OnlineFull
    
  • LegalForceStatus
  • InForce
    
  • NotInForce
    
  • PartiallyInForce
    
  • OrderStatus
  • OrderCancelled
    
  • OrderDelivered
    
  • OrderInTransit
    
  • OrderPaymentDue
    
  • OrderPickupAvailable
    
  • OrderProblem
    
  • OrderProcessing
    
  • OrderReturned
    
  • PaymentStatusType
  • PaymentAutomaticallyApplied
    
  • PaymentComplete
    
  • PaymentDeclined
    
  • PaymentDue
    
  • PaymentPastDue
    
  • ReservationStatusType
  • ReservationCancelled
    
  • ReservationConfirmed
    
  • ReservationHold
    
  • ReservationPending
    

Metadata

Metadata

Labels

no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions