...
Video Component with existing Transcripts
For all the subsequent transcript uploads, Video Component will request VAL for transcripts via UUID
, and VAL will be able to give all the transcripts attached to that UUID
. On deleting transcript from the video component, VAL will require the UUID
from the Video Component.
Import / Export across the same platform
On the course export, all the transcripts (metadata + content) will be exported with course. On the course import, All the transcript metadata will be back into VideoTranscript data model and we can regenerate new UUIDs (which will serve as video_id
s) for the imported transcripts – This will benefit us when we import/export across the different platforms but there will be transcripts data content duplication if we are exporting/importing in a same platform.
...