Add new endpoint to fetch the status of a schema. A schema/microschema can be migrated or still be pending for migration. We need to make this information accessible via: /api/v1/schemas/:schemaUuid/versions/34.0/status
Add migration information to the existing /api/v1/:projectUuid/releases/:releaseUuid/schemas/ endpoint. A client should be able to check whether all nodes of a schemas in a release have been migrated.
Check whether it would be possible to merge /api/v1/admin/jobs/ and /api/v1/migration/status.
Add new endpoint to fetch the status of a schema. A schema/microschema can be migrated or still be pending for migration. We need to make this information accessible via:
/api/v1/schemas/:schemaUuid/versions/34.0/status
Add migration information to the existing
/api/v1/:projectUuid/releases/:releaseUuid/schemas/
endpoint. A client should be able to check whether all nodes of a schemas in a release have been migrated.Check whether it would be possible to merge
/api/v1/admin/jobs/
and/api/v1/migration/status
.