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

Handle deletion of song parts #9

Open
glynnbird opened this issue Aug 18, 2020 · 1 comment
Open

Handle deletion of song parts #9

glynnbird opened this issue Aug 18, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@glynnbird
Copy link
Member

As laid out here: https://github.com/orgs/Choirless/projects/3#card-43852025, the front end will soon delete a song part's .webm object from the raw COS bucket when a user deletes a part.

New triggered actions are required on various buckets so that a deletion from the raw bucket triggers the subsequent deletion of all other derivative artefacts, both audio and video.

A further trigger is required so that the whole chain of deletion events causes the final video to be rendered again (without the deleted song part).

@glynnbird glynnbird added the enhancement New feature or request label Aug 18, 2020
@glynnbird glynnbird added this to the public-beta milestone Aug 18, 2020
@glynnbird
Copy link
Member Author

Sean reckons the front-end is already deleting the .webm file on deletion of a songpart, so we're good to go triggering "on delete" actions.

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

No branches or pull requests

2 participants