Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Redo how we ingest content to work in an asynchronous way #10

Open
TheNewAutonomy opened this issue Aug 21, 2022 · 0 comments
Open

Redo how we ingest content to work in an asynchronous way #10

TheNewAutonomy opened this issue Aug 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TheNewAutonomy
Copy link
Member

Importing a video can be time consuming so what we should be doing is validating the video upload form, creating the empty asset then completing the ingest, transform and publish actions in the background.

In principle this is straight forward, we just asynchronously call a method to carry out those actions.
However, we need to thing about this a little further since we want to provide the user with either a visual aid of the progress happening in the background or a page to go and view background upload processes.

So there's a design and development piece that needs to be carried out for this.

@TheNewAutonomy TheNewAutonomy added the enhancement New feature or request label Aug 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant