Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(video-generation): update status in UI via websocket #17

Open
2 of 3 tasks
robinboehm opened this issue Dec 1, 2017 · 1 comment
Open
2 of 3 tasks

feat(video-generation): update status in UI via websocket #17

robinboehm opened this issue Dec 1, 2017 · 1 comment
Assignees

Comments

@robinboehm
Copy link
Contributor

robinboehm commented Dec 1, 2017

Track current state of the image-, audio- and video-generation via websocket in the web-ui.

let exampleTypes = `
     NEEDS_UPDATE -> UPDATING -> UP_TO_DATE
  `;

let exampleState = {
  lesson_id: 123,
  video_state: "NEEDS_UPDATE",
  slides: [
    {
      slide_id: 123,
      video_state: "UP_TO_DATE",
      audio_state: "UP_TO_DATE",
      image_state: "UP_TO_DATE",
    }
  ]
}
  • Video Module should return a stream that updates on every generation
  • Connect Stream to lesson_controller/generate_video and push to socket
  • Add processing icons to view layer
@robinboehm robinboehm added this to the cold butterfly milestone Dec 1, 2017
@sbrink
Copy link
Contributor

sbrink commented Dec 1, 2017

Please create two versions:

  • lesson only
  • lesson + slides

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants