Skip to content

Feature/#438 handle status updates (part 1)

Created by: das-g

First part of #438 (closed):

Implemented in this PR:

  • If callback received and status in callback payload different from export model instance status:
    1. update export model instance status
    2. notify user by on-screen message
  • Share status definitions between conversion service and frontend

Still to do in subsequent PRs:

Reviewed by

  • @hixi

Please note

  • Export model statuses are initialized/set independent of extraction order status. So the information about the order's states will be lost when the corresponding field is removed in favor of the new field on the export model.

Merge request reports