hack4impact-upenn / transcribe4all

Painless speech-to-text transcription
MIT License
42 stars 10 forks source link

Integrate initializeJob with queueTask #29

Closed yoninachmany closed 8 years ago

yoninachmany commented 8 years ago

r @sandlerben @anoshaminai When initiateTranscriptionJobHandler is reached, queue a task using the task executor

Task function in transcription combines transcription functions (except SendEmail) to create a task function for transcription in the web app.

screen shot 2016-03-18 at 1 09 34 pm
sandlerben commented 8 years ago

Looks good besides comments

anoshaminai commented 8 years ago

Looks good!