2020_CSE_03: Week 11 and Week 12
Week 11:
We built an extension that can compose the subject and body of an email through voice. The user will have to use " line break " command to differentiate between subject and body
The colors were optimized to comfort the users with color blindness as well. As per our research most color blind users have a hard time recognizing between red, blue and green. So we decided to use shades of green and blue. Presently the UI consists of a gradient background colors of green and blue which should be comforting to all users.
All of these are presently baked into the popup UI of our extension and in the next week we will be looking into the webpage operations through voice.
Week 12:
This week was one hell of a ride. We could give a voice output of the details of a specific email. All of these are achieved through voice commands which are required to be specified by the user. We have added these following commands : "read one", "read second", "read third", "read 4", "read 5" and "read next"
The reason why there is such irregularity in the commands is that the web speech API is having a hard time in recognizing "two" and "three". It either takes it as "tu" or "free" and "forth" for "fourth". So as a temporary fix we have resorted to these commands which we will improvise and optimize in the coming week.
We could also retrieve emails in the folders sent and bin other than the main inbox. We need to add commands to switch between these folders.
Lot of work pending in terms of optimization of the code as most of these are a temporary fix, so stick around to get the updates.
Comments
Post a Comment