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

Add ability to purge a finalized video for re-editing #56

Closed
robby1066 opened this issue Jun 7, 2021 · 1 comment
Closed

Add ability to purge a finalized video for re-editing #56

robby1066 opened this issue Jun 7, 2021 · 1 comment
Labels
enhancement New feature or request message creation Items that relate to the creation and recording of messages
Milestone

Comments

@robby1066
Copy link
Owner

What's the problem you're hoping this new feature will solve?

Sometimes, an error is caught after finalizing a message and it would be good to go back and fix it. You currently can't edit a message after the clips have been merged into the final video.

Description of feature

On the message page, there should be an option under message actions to "unpublish and edit" or similar. This would nuke the finalized message video (which will make the message un-viewable to people that it's shared with). Once the final message has been deleted, the clips can be re-recorded and the final message can be re-compiled.

There might be some value in having a cutoff period for this (a couple days?)

It's more of a system maintenance need than a user need, but it would save a lot of storage space to delete the clips after the final message is generated. Doing some cleanup would be good, but it's important not to mess with a user expectation in a negative way. Clearly communicating that a message can be re-generated for something like 72 hours and then it's final may be a good way to do that.

Alternatives and workarounds

Currently users need to re-record a whole new message if they want to change some of the content in an existing message.

@robby1066 robby1066 added enhancement New feature or request message creation Items that relate to the creation and recording of messages labels Jun 7, 2021
@robby1066 robby1066 added this to the For June milestone Jun 7, 2021
@robby1066
Copy link
Owner Author

Added this to the UI today. It appears on the message details page under the "Actions" expandable block.

The link it titled "Unpublish and edit message", and there is a confirmation when clicking on it.

Screenshot 2021-06-08 at 16 01 25

Screenshot 2021-06-08 at 16 02 05

Once the video has been deleted, the user is brought to the edit UI to update thier clips.

This like is hidden in the case where the message has been cleared of it's source files, which would make re-editing it impossible without recording everything from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request message creation Items that relate to the creation and recording of messages
Projects
None yet
Development

No branches or pull requests

1 participant