dbvideostriketeam / wubloader

MIT License
14 stars 6 forks source link

thrimbletrimmer: Relax validation when saving as draft #378

Open ekimekim opened 8 months ago

ekimekim commented 8 months ago

When saving as draft, it is not nessecary that all the checks we have for a well-formed video need to be valid. For example, it should be possible to not yet have an end time. A common use-case for this is editing the start of a video before it has finished.

We should evaluate each validation check and decide if it should only be enforced on actual submissions.

Some of these checks might also need to be relaxed on the thrimshim end.