Description
As a user, I want to be able to share links to particular fragments of episodes so that my friends can hear and read the fragment I'm referring to.
Acceptance Criteria
Notes
Transcripts change over time because
- Sometimes words or phrases are wrong and they get corrected
- Sometimes episodes are re-transcribed when the ads fall off after a couple weeks
These things lead to the timestamps of all words potentially changing when this happens, thereby breaking all previous links.
Questions
- What goes in the URL? If it's timestamps or word indices, they could change.
- What if someone wants to link to a part of the audio where there are no words?
- Is it feasible or desirable to use the existing text fragments standard?
- IIRC the JS on the page does not have access to the text fragment in the URL and therefore can't "do" anything like highlight the text or scroll to the place.
Description
As a user, I want to be able to share links to particular fragments of episodes so that my friends can hear and read the fragment I'm referring to.
Acceptance Criteria
Notes
Transcripts change over time because
These things lead to the timestamps of all words potentially changing when this happens, thereby breaking all previous links.
Questions