ENUM
TicketStatusCode
Ticket status code enumeration representing the state machine
Enumeración de códigos de estado del ticket
link GraphQL Schema definition
- enum TicketStatusCode {
- # The user was just added to the resource. This is the initial state
- #
- # El usuario fue añadido al recurso. Es el estado inicial
- # The user wants to use the resource
- #
- # El usuario quiere usar el recurso
- # The user entered the queue because there were no available slots
- #
- # El usuario entró a la cola porque no había puestos libres
- # The user queued can finally use the resource and has to confirm that still wants
- # to use it
- #
- # El usuario encolado ya puede usar el recurso y tiene que confirmar si sigue
- # queriendo usarlo
- # The user is using the resource
- #
- # El usuario está usando el recurso
- # The user has stopped using the resource
- #
- # El usuario ha dejado de usar el recurso
- # The user was banned or invalidated for some reason (FUTURE PROOFING, NOT IN USE)
- #
- # El usuario ha sido prohibido o invalidado por alguna razón (PREVISIÓN DE FUTUROS
- # REQUISITOS, NO SE USA)
- }
link Require by
- ResourceCardA subset of the resource information for showing the current status of the resource for the logged in user Un subconjunto de la información del recurso para mostrar el estado actual del recurso para el usuario de la sesión
- ResourceNotificationMongoDB/GraphQL Resource Notification model Modelo de Notificación de Recurso de MongoDB/GraphQL
- TicketStatusMongoDB/GraphQL TicketStatus embedded model Modelo embebido de estado de Ticket de MongoDB/GraphQL