LTT LaunchLab Artwork Workflow

  1. When a component is first created, the backend will need to generate corresponding artwork template so that user can use later, during this generation period, the artwork status is template queued, there might also possibility the generation will fail, in such case, the artwork status is template failed
  2. If the template generation is successful, the artwork’s status is waiting for artwork
  3. Things get a bit complicated when user tries to submit his artwork, because there are 2 approaches user can take to upload an artwork:

Upload artwork modes

Simple mode

User can choose to upload images and use PDF Stitcher to compile the artwork into PDF. In such case the there are 3 status involved:

  1. After user has uploaded artworks and the backend is processing artworks, the artwork status is preparing artwork queued
  2. If the process failed, the artwork’s status is preparing artwork failed
  3. if the process is successful, the artwork’s status is ready
Professional mode

User can choose to directly upload a PDF containing the prepared artwork.

  1. After user has uploaded the PDF and the backend is processing artworks, the artwork status is preflight queued
  2. If the process failed, the artwork’s status is preflight failed
  3. if the process is successful, the artwork’s status is ready