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

Description #47

Merged
merged 2 commits into from
Jun 30, 2021
Merged

Description #47

merged 2 commits into from
Jun 30, 2021

Conversation

mrharpo
Copy link
Collaborator

@mrharpo mrharpo commented Jun 22, 2021

description

Added per client request.

  • added description field to form.
  • added column to Renders component
  • updated api to accept and pass new parameter

@mrharpo mrharpo added the enhancement ➕ New feature or request label Jun 22, 2021
@mrharpo mrharpo requested a review from subcontrabass June 22, 2021 17:49
@@ -58,7 +60,7 @@ def getSignedRenderLink(name: str, user: User = Depends(get_current_active_user)

@renderAPI.get('/renders')
def renders(user: User = Depends(get_current_active_user)):
return dumps(db.renders.find({}, ['filename', 'progress', 'link', 'project', 'resolution', 'quality', 'duration']).sort([('_id', -1)]))
return dumps(db.renders.find({}, ['filename', 'progress', 'link', 'project', 'resolution', 'quality', 'duration', 'description']).sort([('_id', -1)]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check where this is refactored?

@mrharpo mrharpo merged commit aae67dc into main Jun 30, 2021
@mrharpo mrharpo deleted the description branch November 21, 2021 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ➕ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants