BabylonianTeam / Babylonians

A great app we are making for CS506
1 stars 0 forks source link

Recording feature lacking feedback #59

Closed cpvandehey closed 8 years ago

cpvandehey commented 8 years ago

Description

A user is able to successfully record a sound clip, but the interface is lacking tons of feedback to guide the process. First and foremost the recording button needs a better status symbol when you are recording. After the recording is complete, there is a fair amount of processing involved before it goes into the course. A loading screen would be beneficial to notify the user that it is actually processing.

Severity

Trivial.

Suggestion

Big, centralized notifications to guide the user.

wandonye commented 8 years ago

TODO: use ProgressHUD to push a "recording" message

wandonye commented 8 years ago

This is done: use ProgressHUD to push a "recording" message As to the other half of suggestion: we are planing on a better solution, which will cache the audio/image file first before uploading. This will reduce the loading time significantly.