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

RenderAPI #59

Merged
merged 18 commits into from
Jan 8, 2022
Merged

RenderAPI #59

merged 18 commits into from
Jan 8, 2022

Conversation

mrharpo
Copy link
Collaborator

@mrharpo mrharpo commented Dec 21, 2021

RenderAPI

Integrate rendering code with custom CRUDRouter class

  • Generalize class architecture for easy reuse
    • apply to ProjectAPI
  • Breaking change: all routes now use ID as primary document identifier
    • updated front end components
    • updated back end routes

Models

Render

  • Accepts validated Edl
  • Optional descriptors, e.g.:
    • name
    • project / project_id
    • description
    • width / height
    • ffmpeg_params
    • progress
  • RenderUpdate model for updating
    • all parameters are Optional

misc

  • POST /render: When saving to db, save reference to project_id

Base automatically changed from mkdocs to dev December 23, 2021 02:26
@mrharpo mrharpo merged commit d877a7a into dev Jan 8, 2022
@mrharpo mrharpo deleted the renderAPI branch January 8, 2022 18:16
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

Successfully merging this pull request may close these issues.

2 participants