Waiting for engine...
Skip to main content

AcceleratorSubmissionStatusEnum

No description

enum AcceleratorSubmissionStatusEnum {
DRAFT
NEED_REVIEW
UNDER_REVIEW
ACTION_NEEDED
READY_FOR_PUBLISHING
SCHEDULED_PUBLISHING
PUBLISHED
REQUEST_TO_DELETE
}

Values

AcceleratorSubmissionStatusEnum.DRAFT

The Builder has started creating an accelerator.

AcceleratorSubmissionStatusEnum.NEED_REVIEW

The Builder has completed the accelerator. The Builder can edit it further but email or alert will be sent to the Admin(s). The Admin has not yet started the review.

AcceleratorSubmissionStatusEnum.UNDER_REVIEW

The Admin has started to review the accelerator. Both, the Builder and the Admin can view the accelerator and collaborate on it

AcceleratorSubmissionStatusEnum.ACTION_NEEDED

The Admin has rejected the accelerator. The Builder can update or delete it. The Admin can view the accelerator. Both, the Builder and the Admin can collaborate.

AcceleratorSubmissionStatusEnum.READY_FOR_PUBLISHING

The Admin has changed the status from under review to ready for publishing

AcceleratorSubmissionStatusEnum.SCHEDULED_PUBLISHING

The Admin has approved the accelerator. The Admin sets scheduled published date. The accelerator and collaboration can only be viewed and not edited.

AcceleratorSubmissionStatusEnum.PUBLISHED

The Admin has published the accelerator. The Admin can only view the accelerator. The Builder can view, update or request to delete the accelerator.

AcceleratorSubmissionStatusEnum.REQUEST_TO_DELETE

The Builder requests to delete a published accelerator.

Member Of

AcceleratorSubmissionStatus object ●  AcceleratorSubmissionStatusInput input

On this Page