From ee7c71817aaa10c94f3e2094d8ac76488409835b Mon Sep 17 00:00:00 2001 From: polesye Date: Wed, 23 Oct 2013 12:37:11 +0300 Subject: [PATCH] Add special cases to doc. --- docs/developers/source/transcripts.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/developers/source/transcripts.rst b/docs/developers/source/transcripts.rst index d4d08b40cc..8fb45b0024 100644 --- a/docs/developers/source/transcripts.rst +++ b/docs/developers/source/transcripts.rst @@ -84,6 +84,15 @@ Because of the fact that Timed Transcripts is module specific functionality, Mod On tab switching and when save action is invoked, JavaScript code synchronize collections (Metadata Collection and Transcripts Collection). You can see synchronization logic in the edx-platform/cms/static/js/views/transcripts/editor.js:72-219. In this case, Metadata fields always have the actual data. +Special cases +============= + +1. Status message `Timed Transcript Conflict` (Choose) where one of 2 transcripts files should be chosen **-->** click `Save` button without choosing **-->** open Editor **-->** status message `Timed Transcript Found` will be shown and transcripts file will be chosen in random order. + +2. status message `Timed Transcript Conflict` (Choose) where one of 2 transcripts files should be chosen **-->** open `Advanced` tab without choosing **-->** get back to `Basic` tab **-->** status message `Timed Transcript Found` will be shown and transcripts file will be chosen in random order. + +3. The same issues with `Timed Transcript Not Updated` (Use existing). + API ===