Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transcripts: saving transcripts to IndexedDB #6

Closed
8 tasks done
julianpoemp opened this issue Apr 6, 2018 · 0 comments
Closed
8 tasks done

transcripts: saving transcripts to IndexedDB #6

julianpoemp opened this issue Apr 6, 2018 · 0 comments
Assignees
Milestone

Comments

@julianpoemp
Copy link
Member

julianpoemp commented Apr 6, 2018

IndexedDB could save data up to 2GB. That enables to save the transcript files to IndexedDB in order to keep transcripts even if they are not on the server currently.

  • Save the files's content (excl. audio files) after DragnDrop to the IDB
  • Download and save transcript to IDB after operation finished
  • Download & save transcript files which are not already saved to IDB
  • Use BlobURL instead of web URL for results
  • Show red unlink item only if transcript or audio file does not exist on the server AND in the IDB
  • Reupload for audio file
  • Before operation started: check if transcript is online otherwise reupload before processing
  • Archive feature must reupload local transcripts for zAPI

This improves usability and enables downloading the results long after 24h.

@julianpoemp julianpoemp added this to the 1.0.0 milestone Apr 6, 2018
@julianpoemp julianpoemp self-assigned this Apr 6, 2018
julianpoemp added a commit that referenced this issue Apr 13, 2018
Convert data from transcript files to Base64 after DragnDrop and save the result to IDB
julianpoemp added a commit that referenced this issue Apr 19, 2018
julianpoemp added a commit that referenced this issue Apr 20, 2018
julianpoemp added a commit that referenced this issue Oct 18, 2018
Convert data from transcript files to Base64 after DragnDrop and save the result to IDB
julianpoemp added a commit that referenced this issue Oct 18, 2018
julianpoemp added a commit that referenced this issue Oct 18, 2018
julianpoemp added a commit that referenced this issue Oct 18, 2018
This improves usability, because users can download their results at any time and don't have to
download these within 24h. Because audiofiles are very big these ones have to be reuploaded if
needed.

Closes #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant