Skip to content

iNote images and links should redirect to original source #852

@avaneeshk098

Description

@avaneeshk098

Problem

Currently, the links in the iNote images lead a user back to the ClassTranscribe video to the respective chapter timestamp. However, based on in-person discussions and future goals, it would be beneficial to redirect users to the source of the video (YouTube, Kaltura, Box).

Challenges

  • The EPub object currently does not track the ID of the media from its source.
  • It needs to be retrieved from the getMediaById API call
  • The ID needs to be passed along to the EPubData object to integrate into the chapter data
  • The source link needs to be reconstructed.
  • The timestamp should be used to offset the start time of the external link.

Edge Cases

  • Box does not support timestamps for the start time
  • Some videos may not have the jsonMetadata object for their original source (Uploaded videos)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions